Class: UnlicensedVirtualMachinesFoundEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- UnlicensedVirtualMachinesFoundEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnlicensedVirtualMachinesFoundEvent
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
available - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#available ⇒ Object
Returns the value of attribute available.
-
#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, available = nil) ⇒ UnlicensedVirtualMachinesFoundEvent
constructor
A new instance of UnlicensedVirtualMachinesFoundEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, available = nil) ⇒ UnlicensedVirtualMachinesFoundEvent
Returns a new instance of UnlicensedVirtualMachinesFoundEvent.
15093 15094 15095 15096 15097 15098 15099 15100 15101 15102 15103 15104 15105 15106 |
# File 'lib/vmware/soap/vim25.rb', line 15093 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, available = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @available = available end |
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available.
15091 15092 15093 |
# File 'lib/vmware/soap/vim25.rb', line 15091 def available @available end |
#chainId ⇒ Object
Returns the value of attribute chainId.
15083 15084 15085 |
# File 'lib/vmware/soap/vim25.rb', line 15083 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15087 15088 15089 |
# File 'lib/vmware/soap/vim25.rb', line 15087 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15084 15085 15086 |
# File 'lib/vmware/soap/vim25.rb', line 15084 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15086 15087 15088 |
# File 'lib/vmware/soap/vim25.rb', line 15086 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15081 15082 15083 |
# File 'lib/vmware/soap/vim25.rb', line 15081 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15080 15081 15082 |
# File 'lib/vmware/soap/vim25.rb', line 15080 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15090 15091 15092 |
# File 'lib/vmware/soap/vim25.rb', line 15090 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15088 15089 15090 |
# File 'lib/vmware/soap/vim25.rb', line 15088 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15082 15083 15084 |
# File 'lib/vmware/soap/vim25.rb', line 15082 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
15085 15086 15087 |
# File 'lib/vmware/soap/vim25.rb', line 15085 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15089 15090 15091 |
# File 'lib/vmware/soap/vim25.rb', line 15089 def vm @vm end |