Class: NoDatastoresConfiguredEvent
- Inherits:
-
HostEvent
- Object
- DynamicData
- Event
- HostEvent
- NoDatastoresConfiguredEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25NoDatastoresConfiguredEvent
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) ⇒ NoDatastoresConfiguredEvent
constructor
A new instance of NoDatastoresConfiguredEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ NoDatastoresConfiguredEvent
Returns a new instance of NoDatastoresConfiguredEvent.
8080 8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 |
# File 'lib/vmware/soap/vim25.rb', line 8080 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.
8071 8072 8073 |
# File 'lib/vmware/soap/vim25.rb', line 8071 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
8075 8076 8077 |
# File 'lib/vmware/soap/vim25.rb', line 8075 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
8072 8073 8074 |
# File 'lib/vmware/soap/vim25.rb', line 8072 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
8074 8075 8076 |
# File 'lib/vmware/soap/vim25.rb', line 8074 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
8069 8070 8071 |
# File 'lib/vmware/soap/vim25.rb', line 8069 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
8068 8069 8070 |
# File 'lib/vmware/soap/vim25.rb', line 8068 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
8078 8079 8080 |
# File 'lib/vmware/soap/vim25.rb', line 8078 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
8076 8077 8078 |
# File 'lib/vmware/soap/vim25.rb', line 8076 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
8070 8071 8072 |
# File 'lib/vmware/soap/vim25.rb', line 8070 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
8073 8074 8075 |
# File 'lib/vmware/soap/vim25.rb', line 8073 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
8077 8078 8079 |
# File 'lib/vmware/soap/vim25.rb', line 8077 def vm @vm end |