Class: VirtualDevicePipeBackingOption

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

Overview

urn:vim25VirtualDevicePipeBackingOption

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
type - SOAP::SOAPString

Direct Known Subclasses

VirtualSerialPortPipeBackingOption

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], type = nil) ⇒ VirtualDevicePipeBackingOption

Returns a new instance of VirtualDevicePipeBackingOption.



27532
27533
27534
27535
27536
# File 'lib/vmware/soap/vim25.rb', line 27532

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



27529
27530
27531
# File 'lib/vmware/soap/vim25.rb', line 27529

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



27528
27529
27530
# File 'lib/vmware/soap/vim25.rb', line 27528

def dynamicType
  @dynamicType
end

#typeObject

Returns the value of attribute type.



27530
27531
27532
# File 'lib/vmware/soap/vim25.rb', line 27530

def type
  @type
end