Class: InvalidEditionEvent

Inherits:
LicenseEvent show all
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

Instance Method Summary collapse

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

#chainIdObject

Returns the value of attribute chainId.



14871
14872
14873
# File 'lib/vmware/soap/vim25.rb', line 14871

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14875
14876
14877
# File 'lib/vmware/soap/vim25.rb', line 14875

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14872
14873
14874
# File 'lib/vmware/soap/vim25.rb', line 14872

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14874
14875
14876
# File 'lib/vmware/soap/vim25.rb', line 14874

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14869
14870
14871
# File 'lib/vmware/soap/vim25.rb', line 14869

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14868
14869
14870
# File 'lib/vmware/soap/vim25.rb', line 14868

def dynamicType
  @dynamicType
end

#featureObject

Returns the value of attribute feature.



14879
14880
14881
# File 'lib/vmware/soap/vim25.rb', line 14879

def feature
  @feature
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14878
14879
14880
# File 'lib/vmware/soap/vim25.rb', line 14878

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14876
14877
14878
# File 'lib/vmware/soap/vim25.rb', line 14876

def host
  @host
end

#keyObject

Returns the value of attribute key.



14870
14871
14872
# File 'lib/vmware/soap/vim25.rb', line 14870

def key
  @key
end

#userNameObject

Returns the value of attribute userName.



14873
14874
14875
# File 'lib/vmware/soap/vim25.rb', line 14873

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14877
14878
14879
# File 'lib/vmware/soap/vim25.rb', line 14877

def vm
  @vm
end