Class: HostAdminDisableEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostAdminDisableEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostAdminDisableEvent
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) ⇒ HostAdminDisableEvent
constructor
A new instance of HostAdminDisableEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ HostAdminDisableEvent
Returns a new instance of HostAdminDisableEvent.
7957 7958 7959 7960 7961 7962 7963 7964 7965 7966 7967 7968 7969 |
# File 'lib/vmware/soap/vim25.rb', line 7957 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.
7948 7949 7950 |
# File 'lib/vmware/soap/vim25.rb', line 7948 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
7952 7953 7954 |
# File 'lib/vmware/soap/vim25.rb', line 7952 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
7949 7950 7951 |
# File 'lib/vmware/soap/vim25.rb', line 7949 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
7951 7952 7953 |
# File 'lib/vmware/soap/vim25.rb', line 7951 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
7946 7947 7948 |
# File 'lib/vmware/soap/vim25.rb', line 7946 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
7945 7946 7947 |
# File 'lib/vmware/soap/vim25.rb', line 7945 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
7955 7956 7957 |
# File 'lib/vmware/soap/vim25.rb', line 7955 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
7953 7954 7955 |
# File 'lib/vmware/soap/vim25.rb', line 7953 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
7947 7948 7949 |
# File 'lib/vmware/soap/vim25.rb', line 7947 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
7950 7951 7952 |
# File 'lib/vmware/soap/vim25.rb', line 7950 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
7954 7955 7956 |
# File 'lib/vmware/soap/vim25.rb', line 7954 def vm @vm end |