Class: VirtualMachineSerialInfo

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

Overview

urn:vim25VirtualMachineSerialInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
configurationTag - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = []) ⇒ VirtualMachineSerialInfo

Returns a new instance of VirtualMachineSerialInfo.



24361
24362
24363
24364
24365
24366
# File 'lib/vmware/soap/vim25.rb', line 24361

def initialize(dynamicType = nil, dynamicProperty = [], name = nil, configurationTag = [])
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @name = name
  @configurationTag = configurationTag
end

Instance Attribute Details

#configurationTagObject

Returns the value of attribute configurationTag.



24359
24360
24361
# File 'lib/vmware/soap/vim25.rb', line 24359

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24357
24358
24359
# File 'lib/vmware/soap/vim25.rb', line 24357

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24356
24357
24358
# File 'lib/vmware/soap/vim25.rb', line 24356

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24358
24359
24360
# File 'lib/vmware/soap/vim25.rb', line 24358

def name
  @name
end