Class: HostAdminEnableEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostAdminEnableEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostAdminEnableEvent
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
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) ⇒ HostAdminEnableEvent
constructor
A new instance of HostAdminEnableEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostAdminEnableEvent
Returns a new instance of HostAdminEnableEvent.
7997 7998 7999 8000 8001 8002 8003 8004 8005 8006 8007 8008 8009 |
# File 'lib/vmware/soap/vim25.rb', line 7997 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.
7988 7989 7990 |
# File 'lib/vmware/soap/vim25.rb', line 7988 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7992 7993 7994 |
# File 'lib/vmware/soap/vim25.rb', line 7992 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7989 7990 7991 |
# File 'lib/vmware/soap/vim25.rb', line 7989 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7991 7992 7993 |
# File 'lib/vmware/soap/vim25.rb', line 7991 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7986 7987 7988 |
# File 'lib/vmware/soap/vim25.rb', line 7986 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7985 7986 7987 |
# File 'lib/vmware/soap/vim25.rb', line 7985 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7995 7996 7997 |
# File 'lib/vmware/soap/vim25.rb', line 7995 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7993 7994 7995 |
# File 'lib/vmware/soap/vim25.rb', line 7993 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7987 7988 7989 |
# File 'lib/vmware/soap/vim25.rb', line 7987 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7990 7991 7992 |
# File 'lib/vmware/soap/vim25.rb', line 7990 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7994 7995 7996 |
# File 'lib/vmware/soap/vim25.rb', line 7994 def vm @vm end |