Class: HostLicenseExpiredEvent

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

Overview

urn:vim25HostLicenseExpiredEvent

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

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) ⇒ HostLicenseExpiredEvent

Returns a new instance of HostLicenseExpiredEvent.

[View source]

14670
14671
14672
14673
14674
14675
14676
14677
14678
14679
14680
14681
14682
# File 'lib/vmware/soap/vim25.rb', line 14670

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

#chainIdObject

Returns the value of attribute chainId.


14661
14662
14663
# File 'lib/vmware/soap/vim25.rb', line 14661

def chainId
  @chainId
end

#computeResourceObject

Returns the value of attribute computeResource.


14665
14666
14667
# File 'lib/vmware/soap/vim25.rb', line 14665

def computeResource
  @computeResource
end

#createdTimeObject

Returns the value of attribute createdTime.


14662
14663
14664
# File 'lib/vmware/soap/vim25.rb', line 14662

def createdTime
  @createdTime
end

#datacenterObject

Returns the value of attribute datacenter.


14664
14665
14666
# File 'lib/vmware/soap/vim25.rb', line 14664

def datacenter
  @datacenter
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


14659
14660
14661
# File 'lib/vmware/soap/vim25.rb', line 14659

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


14658
14659
14660
# File 'lib/vmware/soap/vim25.rb', line 14658

def dynamicType
  @dynamicType
end

#fullFormattedMessageObject

Returns the value of attribute fullFormattedMessage.


14668
14669
14670
# File 'lib/vmware/soap/vim25.rb', line 14668

def fullFormattedMessage
  @fullFormattedMessage
end

#hostObject

Returns the value of attribute host.


14666
14667
14668
# File 'lib/vmware/soap/vim25.rb', line 14666

def host
  @host
end

#keyObject

Returns the value of attribute key.


14660
14661
14662
# File 'lib/vmware/soap/vim25.rb', line 14660

def key
  @key
end

#userNameObject

Returns the value of attribute userName.


14663
14664
14665
# File 'lib/vmware/soap/vim25.rb', line 14663

def userName
  @userName
end

#vmObject

Returns the value of attribute vm.


14667
14668
14669
# File 'lib/vmware/soap/vim25.rb', line 14667

def vm
  @vm
end