Class: FileBackedPortNotSupported

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

Overview

urn:vim25FileBackedPortNotSupported

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
device - SOAP::SOAPString
reason - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], device = nil, reason = nil) ⇒ FileBackedPortNotSupported

Returns a new instance of FileBackedPortNotSupported.

[View source]

32956
32957
32958
32959
32960
32961
# File 'lib/vmware/soap/vim25.rb', line 32956

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

Instance Attribute Details

#deviceObject

Returns the value of attribute device.


32953
32954
32955
# File 'lib/vmware/soap/vim25.rb', line 32953

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


32952
32953
32954
# File 'lib/vmware/soap/vim25.rb', line 32952

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


32951
32952
32953
# File 'lib/vmware/soap/vim25.rb', line 32951

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.


32954
32955
32956
# File 'lib/vmware/soap/vim25.rb', line 32954

def reason
  @reason
end