Class: InvalidEditionEvent
- Inherits:
-
LicenseEvent
- Object
- DynamicData
- Event
- LicenseEvent
- InvalidEditionEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidEditionEvent
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
feature - 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.
-
#feature ⇒ Object
Returns the value of attribute feature.
-
#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, feature = nil) ⇒ InvalidEditionEvent
constructor
A new instance of InvalidEditionEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, feature = nil) ⇒ InvalidEditionEvent
Returns a new instance of InvalidEditionEvent.
14881 14882 14883 14884 14885 14886 14887 14888 14889 14890 14891 14892 14893 14894 |
# File 'lib/vmware/soap/vim25.rb', line 14881 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, feature = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @chainId = chainId @createdTime = createdTime @userName = userName @datacenter = datacenter @computeResource = computeResource @host = host @vm = vm @fullFormattedMessage = fullFormattedMessage @feature = feature end |
Instance Attribute Details
#chainId ⇒ Object
Returns the value of attribute chainId.
14871 14872 14873 |
# File 'lib/vmware/soap/vim25.rb', line 14871 def chainId @chainId end |
#computeResource ⇒ Object
Returns the value of attribute computeResource.
14875 14876 14877 |
# File 'lib/vmware/soap/vim25.rb', line 14875 def computeResource @computeResource end |
#createdTime ⇒ Object
Returns the value of attribute createdTime.
14872 14873 14874 |
# File 'lib/vmware/soap/vim25.rb', line 14872 def createdTime @createdTime end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
14874 14875 14876 |
# File 'lib/vmware/soap/vim25.rb', line 14874 def datacenter @datacenter end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
14869 14870 14871 |
# File 'lib/vmware/soap/vim25.rb', line 14869 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
14868 14869 14870 |
# File 'lib/vmware/soap/vim25.rb', line 14868 def dynamicType @dynamicType end |
#feature ⇒ Object
Returns the value of attribute feature.
14879 14880 14881 |
# File 'lib/vmware/soap/vim25.rb', line 14879 def feature @feature end |
#fullFormattedMessage ⇒ Object
Returns the value of attribute fullFormattedMessage.
14878 14879 14880 |
# File 'lib/vmware/soap/vim25.rb', line 14878 def fullFormattedMessage @fullFormattedMessage end |
#host ⇒ Object
Returns the value of attribute host.
14876 14877 14878 |
# File 'lib/vmware/soap/vim25.rb', line 14876 def host @host end |
#key ⇒ Object
Returns the value of attribute key.
14870 14871 14872 |
# File 'lib/vmware/soap/vim25.rb', line 14870 def key @key end |
#userName ⇒ Object
Returns the value of attribute userName.
14873 14874 14875 |
# File 'lib/vmware/soap/vim25.rb', line 14873 def userName @userName end |
#vm ⇒ Object
Returns the value of attribute vm.
14877 14878 14879 |
# File 'lib/vmware/soap/vim25.rb', line 14877 def vm @vm end |