Class: LicenseRestrictedEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- LicenseRestrictedEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25LicenseRestrictedEvent
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) ⇒ LicenseRestrictedEvent
constructor
A new instance of LicenseRestrictedEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil) ⇒ LicenseRestrictedEvent
Returns a new instance of LicenseRestrictedEvent.
14965 14966 14967 14968 14969 14970 14971 14972 14973 14974 14975 14976 14977 |
# File 'lib/vmware/soap/vim25.rb', line 14965 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.
14956 14957 14958 |
# File 'lib/vmware/soap/vim25.rb', line 14956 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14960 14961 14962 |
# File 'lib/vmware/soap/vim25.rb', line 14960 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14957 14958 14959 |
# File 'lib/vmware/soap/vim25.rb', line 14957 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14959 14960 14961 |
# File 'lib/vmware/soap/vim25.rb', line 14959 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14954 14955 14956 |
# File 'lib/vmware/soap/vim25.rb', line 14954 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14953 14954 14955 |
# File 'lib/vmware/soap/vim25.rb', line 14953 def dynamicType @dynamicType end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14963 14964 14965 |
# File 'lib/vmware/soap/vim25.rb', line 14963 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14961 14962 14963 |
# File 'lib/vmware/soap/vim25.rb', line 14961 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14955 14956 14957 |
# File 'lib/vmware/soap/vim25.rb', line 14955 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14958 14959 14960 |
# File 'lib/vmware/soap/vim25.rb', line 14958 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14962 14963 14964 |
# File 'lib/vmware/soap/vim25.rb', line 14962 def vm @vm end |