Class: HostConfigSummary

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

Overview

urn:vim25HostConfigSummary

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
port - SOAP::SOAPInt
product - AboutInfo
vmotionEnabled - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, port = nil, product = nil, vmotionEnabled = nil) ⇒ HostConfigSummary

Returns a new instance of HostConfigSummary.



21595
21596
21597
21598
21599
21600
21601
21602
# File 'lib/vmware/soap/vim25.rb', line 21595

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, port = nil, product = nil, vmotionEnabled = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @port = port
  @product = product
  @vmotionEnabled = vmotionEnabled
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



21589
21590
21591
# File 'lib/vmware/soap/vim25.rb', line 21589

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



21588
21589
21590
# File 'lib/vmware/soap/vim25.rb', line 21588

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



21590
21591
21592
# File 'lib/vmware/soap/vim25.rb', line 21590

def name
  @name
end

#portObject

Returns the value of attribute port.



21591
21592
21593
# File 'lib/vmware/soap/vim25.rb', line 21591

def port
  @port
end

#productObject

Returns the value of attribute product.



21592
21593
21594
# File 'lib/vmware/soap/vim25.rb', line 21592

def product
  @product
end

#vmotionEnabledObject

Returns the value of attribute vmotionEnabled.



21593
21594
21595
# File 'lib/vmware/soap/vim25.rb', line 21593

def vmotionEnabled
  @vmotionEnabled
end