Class: UnlicensedVirtualMachinesEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- UnlicensedVirtualMachinesEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UnlicensedVirtualMachinesEvent
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
unlicensed - SOAP::SOAPInt
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.
-
#unlicensed ⇒ Object
Returns the value of attribute unlicensed.
-
#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, unlicensed = nil, available = nil) ⇒ UnlicensedVirtualMachinesEvent
constructor
A new instance of UnlicensedVirtualMachinesEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, unlicensed = nil, available = nil) ⇒ UnlicensedVirtualMachinesEvent
Returns a new instance of UnlicensedVirtualMachinesEvent.
15049 15050 15051 15052 15053 15054 15055 15056 15057 15058 15059 15060 15061 15062 15063 |
# File 'lib/vmware/soap/vim25.rb', line 15049 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, unlicensed = 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 @unlicensed = unlicensed @available = available end |
Instance Attribute Details
#available ⇒ Object
Returns the value of attribute available.
15047 15048 15049 |
# File 'lib/vmware/soap/vim25.rb', line 15047 def available @available end |
#chainId ⇒ Object
Returns the value of attribute chainId.
15038 15039 15040 |
# File 'lib/vmware/soap/vim25.rb', line 15038 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
15042 15043 15044 |
# File 'lib/vmware/soap/vim25.rb', line 15042 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
15039 15040 15041 |
# File 'lib/vmware/soap/vim25.rb', line 15039 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
15041 15042 15043 |
# File 'lib/vmware/soap/vim25.rb', line 15041 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
15036 15037 15038 |
# File 'lib/vmware/soap/vim25.rb', line 15036 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
15035 15036 15037 |
# File 'lib/vmware/soap/vim25.rb', line 15035 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
15045 15046 15047 |
# File 'lib/vmware/soap/vim25.rb', line 15045 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
15043 15044 15045 |
# File 'lib/vmware/soap/vim25.rb', line 15043 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
15037 15038 15039 |
# File 'lib/vmware/soap/vim25.rb', line 15037 def key @key end |
#unlicensed ⇒ Object
Returns the value of attribute unlicensed.
15046 15047 15048 |
# File 'lib/vmware/soap/vim25.rb', line 15046 def unlicensed @unlicensed end |
#userName ⇒ Object
Returns the value of attribute userName.
15040 15041 15042 |
# File 'lib/vmware/soap/vim25.rb', line 15040 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
15044 15045 15046 |
# File 'lib/vmware/soap/vim25.rb', line 15044 def vm @vm end |