# Copyright (c) 2006-2025 Broadcom. All Rights Reserved.
# Broadcom Confidential. The term "Broadcom" refers to Broadcom Inc.
# and/or its subsidiaries.
# ******* WARNING - AUTO GENERATED CODE - DO NOT EDIT *******
from typing import Optional
from pyVmomi.vim.event import AlarmEvent
from pyVmomi.vim.event import ChangesInfoEventArgument
from pyVmomi.vim.event import ManagedEntityEventArgument
class AlarmReconfiguredEvent(AlarmEvent):
entity: ManagedEntityEventArgument
configChanges: Optional[ChangesInfoEventArgument] = None
|