Class: HostEnableAdminFailedEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- HostEnableAdminFailedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostEnableAdminFailedEvent
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
- Permission
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.
-
#permissions ⇒ Object
Returns the value of attribute permissions.
-
#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, permissions = []) ⇒ HostEnableAdminFailedEvent
constructor
A new instance of HostEnableAdminFailedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, permissions = []) ⇒ HostEnableAdminFailedEvent
Returns a new instance of HostEnableAdminFailedEvent.
8039 8040 8041 8042 8043 8044 8045 8046 8047 8048 8049 8050 8051 8052 |
# File 'lib/vmware/soap/vim25.rb', line 8039 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 @permissions = end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
8029 8030 8031 |
# File 'lib/vmware/soap/vim25.rb', line 8029 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8033 8034 8035 |
# File 'lib/vmware/soap/vim25.rb', line 8033 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8030 8031 8032 |
# File 'lib/vmware/soap/vim25.rb', line 8030 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8032 8033 8034 |
# File 'lib/vmware/soap/vim25.rb', line 8032 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8027 8028 8029 |
# File 'lib/vmware/soap/vim25.rb', line 8027 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8026 8027 8028 |
# File 'lib/vmware/soap/vim25.rb', line 8026 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8036 8037 8038 |
# File 'lib/vmware/soap/vim25.rb', line 8036 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8034 8035 8036 |
# File 'lib/vmware/soap/vim25.rb', line 8034 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8028 8029 8030 |
# File 'lib/vmware/soap/vim25.rb', line 8028 def key @key end |
#permissions ⇒ Object
Returns the value of attribute permissions.
8037 8038 8039 |
# File 'lib/vmware/soap/vim25.rb', line 8037 def @permissions end |
#userName ⇒ Object
Returns the value of attribute userName.
8031 8032 8033 |
# File 'lib/vmware/soap/vim25.rb', line 8031 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8035 8036 8037 |
# File 'lib/vmware/soap/vim25.rb', line 8035 def vm @vm end |