Class: ServerLicenseExpiredEvent

Inherits:
LicenseEvent show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ServerLicenseExpiredEvent

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
product - 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, product = nil) ⇒ ServerLicenseExpiredEvent

Returns a new instance of ServerLicenseExpiredEvent.



14629
14630
14631
14632
14633
14634
14635
14636
14637
14638
14639
14640
14641
14642
# File 'lib/vmware/soap/vim25.rb', line 14629

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, chainId = nil, createdTime = nil, userName = nil, datacenter = nil, computeResource = nil, host = nil, vm = nil, fullFormattedMessage = nil, product = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @chainId = chainId
  @createdTime = createdTime
  @userName = userName
  @datacenter = datacenter
  @computeResource = computeResource
  @host = host
  @vm = vm
  @fullFormattedMessage = fullFormattedMessage
  @product = product
end

Instance Attribute Details

#chainIdObject

Returns the value of attribute chainId.



14619
14620
14621
# File 'lib/vmware/soap/vim25.rb', line 14619

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.



14623
14624
14625
# File 'lib/vmware/soap/vim25.rb', line 14623

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.



14620
14621
14622
# File 'lib/vmware/soap/vim25.rb', line 14620

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.



14622
14623
14624
# File 'lib/vmware/soap/vim25.rb', line 14622

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



14617
14618
14619
# File 'lib/vmware/soap/vim25.rb', line 14617

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



14616
14617
14618
# File 'lib/vmware/soap/vim25.rb', line 14616

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.



14626
14627
14628
# File 'lib/vmware/soap/vim25.rb', line 14626

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.



14624
14625
14626
# File 'lib/vmware/soap/vim25.rb', line 14624

def host
  @host
end

#keyObject

Returns the value of attribute key.



14618
14619
14620
# File 'lib/vmware/soap/vim25.rb', line 14618

def key
  @key
end

#productObject

Returns the value of attribute product.



14627
14628
14629
# File 'lib/vmware/soap/vim25.rb', line 14627

def product
  @product
end

#userNameObject

Returns the value of attribute userName.



14621
14622
14623
# File 'lib/vmware/soap/vim25.rb', line 14621

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.



14625
14626
14627
# File 'lib/vmware/soap/vim25.rb', line 14625

def vm
  @vm
end