Class: VirtualDevicePipeBackingInfo

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

Overview

urn:vim25VirtualDevicePipeBackingInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
pipeName - SOAP::SOAPString

Direct Known Subclasses

VirtualSerialPortPipeBackingInfo

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], pipeName = nil) ⇒ VirtualDevicePipeBackingInfo

Returns a new instance of VirtualDevicePipeBackingInfo.

[View source]

25785
25786
25787
25788
25789
# File 'lib/vmware/soap/vim25.rb', line 25785

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


25782
25783
25784
# File 'lib/vmware/soap/vim25.rb', line 25782

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


25781
25782
25783
# File 'lib/vmware/soap/vim25.rb', line 25781

def dynamicType
  @dynamicType
end

#pipeNameObject

Returns the value of attribute pipeName.


25783
25784
25785
# File 'lib/vmware/soap/vim25.rb', line 25783

def pipeName
  @pipeName
end