Class: NonPersistentDisksNotSupported

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

Overview

urn:vim25NonPersistentDisksNotSupported

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) ⇒ NonPersistentDisksNotSupported

Returns a new instance of NonPersistentDisksNotSupported.


32975
32976
32977
32978
32979
32980
# File 'lib/vmware/soap/vim25.rb', line 32975

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.


32972
32973
32974
# File 'lib/vmware/soap/vim25.rb', line 32972

def device
  @device
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


32971
32972
32973
# File 'lib/vmware/soap/vim25.rb', line 32971

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


32970
32971
32972
# File 'lib/vmware/soap/vim25.rb', line 32970

def dynamicType
  @dynamicType
end

#reasonObject

Returns the value of attribute reason.


32973
32974
32975
# File 'lib/vmware/soap/vim25.rb', line 32973

def reason
  @reason
end