Class: VirtualMachineFloppyInfo

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

Overview

urn:vim25VirtualMachineFloppyInfo

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 = []) ⇒ VirtualMachineFloppyInfo

Returns a new instance of VirtualMachineFloppyInfo.



24273
24274
24275
24276
24277
24278
# File 'lib/vmware/soap/vim25.rb', line 24273

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.



24271
24272
24273
# File 'lib/vmware/soap/vim25.rb', line 24271

def configurationTag
  @configurationTag
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24269
24270
24271
# File 'lib/vmware/soap/vim25.rb', line 24269

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24268
24269
24270
# File 'lib/vmware/soap/vim25.rb', line 24268

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



24270
24271
24272
# File 'lib/vmware/soap/vim25.rb', line 24270

def name
  @name
end