Class: EventDescriptionEventDetail

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

Overview

urn:vim25EventDescriptionEventDetail

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
category - SOAP::SOAPString
formatOnDatacenter - SOAP::SOAPString
formatOnComputeResource - SOAP::SOAPString
formatOnHost - SOAP::SOAPString
formatOnVm - SOAP::SOAPString
fullFormat - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, category = nil, formatOnDatacenter = nil, formatOnComputeResource = nil, formatOnHost = nil, formatOnVm = nil, fullFormat = nil) ⇒ EventDescriptionEventDetail

Returns a new instance of EventDescriptionEventDetail.



16739
16740
16741
16742
16743
16744
16745
16746
16747
16748
16749
# File 'lib/vmware/soap/vim25.rb', line 16739

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, category = nil, formatOnDatacenter = nil, formatOnComputeResource = nil, formatOnHost = nil, formatOnVm = nil, fullFormat = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @category = category
  @formatOnDatacenter = formatOnDatacenter
  @formatOnComputeResource = formatOnComputeResource
  @formatOnHost = formatOnHost
  @formatOnVm = formatOnVm
  @fullFormat = fullFormat
end

Instance Attribute Details

#categoryObject

Returns the value of attribute category.



16732
16733
16734
# File 'lib/vmware/soap/vim25.rb', line 16732

def category
  @category
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



16730
16731
16732
# File 'lib/vmware/soap/vim25.rb', line 16730

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



16729
16730
16731
# File 'lib/vmware/soap/vim25.rb', line 16729

def dynamicType
  @dynamicType
end

#formatOnComputeResourceObject

Returns the value of attribute formatOnComputeResource.



16734
16735
16736
# File 'lib/vmware/soap/vim25.rb', line 16734

def formatOnComputeResource
  @formatOnComputeResource
end

#formatOnDatacenterObject

Returns the value of attribute formatOnDatacenter.



16733
16734
16735
# File 'lib/vmware/soap/vim25.rb', line 16733

def formatOnDatacenter
  @formatOnDatacenter
end

#formatOnHostObject

Returns the value of attribute formatOnHost.



16735
16736
16737
# File 'lib/vmware/soap/vim25.rb', line 16735

def formatOnHost
  @formatOnHost
end

#formatOnVmObject

Returns the value of attribute formatOnVm.



16736
16737
16738
# File 'lib/vmware/soap/vim25.rb', line 16736

def formatOnVm
  @formatOnVm
end

#fullFormatObject

Returns the value of attribute fullFormat.



16737
16738
16739
# File 'lib/vmware/soap/vim25.rb', line 16737

def fullFormat
  @fullFormat
end

#keyObject

Returns the value of attribute key.



16731
16732
16733
# File 'lib/vmware/soap/vim25.rb', line 16731

def key
  @key
end