Class: HostEvent
- Inherits:
-
Event
- Object
- DynamicData
- Event
- HostEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
chainId - SOAP::SOAPInt
createdTime - SOAP::SOAPDateTime
userName - SOAP::SOAPString
datacenter - DatacenterEventArgument
computeResource - ComputeResourceEventArgument
host - HostEventArgument
vm - VmEventArgument
fullFormattedMessage - SOAP::SOAPString
Direct Known Subclasses
AccountCreatedEvent, AccountRemovedEvent, AccountUpdatedEvent, AdminPasswordNotChangedEvent, CanceledHostOperationEvent, DatastoreDiscoveredEvent, DatastorePrincipalConfigured, DatastoreRemovedOnHostEvent, DatastoreRenamedOnHostEvent, DrsResourceConfigureFailedEvent, DrsResourceConfigureSyncedEvent, DuplicateIpDetectedEvent, EnteredMaintenanceModeEvent, EnteredStandbyModeEvent, EnteringMaintenanceModeEvent, EnteringStandbyModeEvent, ExitMaintenanceModeEvent, ExitedStandbyModeEvent, HostAddFailedEvent, HostAddedEvent, HostAdminDisableEvent, HostAdminEnableEvent, HostCnxFailedAccountFailedEvent, HostCnxFailedAlreadyManagedEvent, HostCnxFailedBadCcagentEvent, HostCnxFailedBadUsernameEvent, HostCnxFailedBadVersionEvent, HostCnxFailedCcagentUpgradeEvent, HostCnxFailedEvent, HostCnxFailedNetworkErrorEvent, HostCnxFailedNoAccessEvent, HostCnxFailedNoConnectionEvent, HostCnxFailedNoLicenseEvent, HostCnxFailedNotFoundEvent, HostCnxFailedTimeoutEvent, HostConnectedEvent, HostConnectionLostEvent, HostDasDisabledEvent, HostDasDisablingEvent, HostDasEnabledEvent, HostDasEnablingEvent, HostDasErrorEvent, HostDasEvent, HostDasOkEvent, HostDisconnectedEvent, HostEnableAdminFailedEvent, HostGetShortNameFailedEvent, HostIpChangedEvent, HostIpInconsistentEvent, HostIpToShortNameFailedEvent, HostReconnectionFailedEvent, HostRemovedEvent, HostShortNameToIpFailedEvent, HostShutdownEvent, HostUpgradeFailedEvent, HostWwnChangedEvent, HostWwnConflictEvent, LocalDatastoreCreatedEvent, NASDatastoreCreatedEvent, NoDatastoresConfiguredEvent, TimedOutHostOperationEvent, UpdatedAgentBeingRestartedEvent, UserAssignedToGroup, UserPasswordChanged, UserUnassignedFromGroup, VMFSDatastoreCreatedEvent, VcAgentUpgradeFailedEvent, VcAgentUpgradedEvent, VimAccountPasswordChangedEvent
Instance Attribute Summary collapse
-
#chainId ⇒ Object
Returns the value of attribute chainId.
-
#computeResource ⇒ Object
Returns the value of attribute computeResource.
-
#createdTime ⇒ Object
Returns the value of attribute createdTime.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
-
#host ⇒ Object
Returns the value of attribute host.
-
#key ⇒ Object
Returns the value of attribute key.
-
#userName ⇒ Object
Returns the value of attribute userName.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostEvent
constructor
A new instance of HostEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostEvent
Returns a new instance of HostEvent.
4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 |
# File 'lib/vmware/soap/vim25.rb', line 4991 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
4982 4983 4984 |
# File 'lib/vmware/soap/vim25.rb', line 4982 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
4986 4987 4988 |
# File 'lib/vmware/soap/vim25.rb', line 4986 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
4983 4984 4985 |
# File 'lib/vmware/soap/vim25.rb', line 4983 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
4985 4986 4987 |
# File 'lib/vmware/soap/vim25.rb', line 4985 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
4980 4981 4982 |
# File 'lib/vmware/soap/vim25.rb', line 4980 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
4979 4980 4981 |
# File 'lib/vmware/soap/vim25.rb', line 4979 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
4989 4990 4991 |
# File 'lib/vmware/soap/vim25.rb', line 4989 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
4987 4988 4989 |
# File 'lib/vmware/soap/vim25.rb', line 4987 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
4981 4982 4983 |
# File 'lib/vmware/soap/vim25.rb', line 4981 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
4984 4985 4986 |
# File 'lib/vmware/soap/vim25.rb', line 4984 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
4988 4989 4990 |
# File 'lib/vmware/soap/vim25.rb', line 4988 def vm @vm end |