Class: ReadOnlyDisksWithLegacyDestination

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

Overview

urn:vim25ReadOnlyDisksWithLegacyDestination

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
roDiskCount - SOAP::SOAPInt
timeoutDanger - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], roDiskCount = nil, timeoutDanger = nil) ⇒ ReadOnlyDisksWithLegacyDestination

Returns a new instance of ReadOnlyDisksWithLegacyDestination.



31288
31289
31290
31291
31292
31293
# File 'lib/vmware/soap/vim25.rb', line 31288

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31284
31285
31286
# File 'lib/vmware/soap/vim25.rb', line 31284

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31283
31284
31285
# File 'lib/vmware/soap/vim25.rb', line 31283

def dynamicType
  @dynamicType
end

#roDiskCountObject

Returns the value of attribute roDiskCount.



31285
31286
31287
# File 'lib/vmware/soap/vim25.rb', line 31285

def roDiskCount
  @roDiskCount
end

#timeoutDangerObject

Returns the value of attribute timeoutDanger.



31286
31287
31288
# File 'lib/vmware/soap/vim25.rb', line 31286

def timeoutDanger
  @timeoutDanger
end