Class: VirtualMachineConfigOptionDescriptor

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

Overview

urn:vim25VirtualMachineConfigOptionDescriptor

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
description - SOAP::SOAPString
host - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil, host = []) ⇒ VirtualMachineConfigOptionDescriptor

Returns a new instance of VirtualMachineConfigOptionDescriptor.



23125
23126
23127
23128
23129
23130
23131
# File 'lib/vmware/soap/vim25.rb', line 23125

def initialize(dynamicType = nil, dynamicProperty = [], key = nil, description = nil, host = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @key = key
  @description = description
  @host = host
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



23122
23123
23124
# File 'lib/vmware/soap/vim25.rb', line 23122

def description
  @description
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



23120
23121
23122
# File 'lib/vmware/soap/vim25.rb', line 23120

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



23119
23120
23121
# File 'lib/vmware/soap/vim25.rb', line 23119

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



23123
23124
23125
# File 'lib/vmware/soap/vim25.rb', line 23123

def host
  @host
end

#keyObject

Returns the value of attribute key.



23121
23122
23123
# File 'lib/vmware/soap/vim25.rb', line 23121

def key
  @key
end