Class: CannotDisableSnapshot

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

Overview

urn:vim25CannotDisableSnapshot

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CannotDisableSnapshot.



32356
32357
32358
32359
# File 'lib/vmware/soap/vim25.rb', line 32356

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32354
32355
32356
# File 'lib/vmware/soap/vim25.rb', line 32354

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32353
32354
32355
# File 'lib/vmware/soap/vim25.rb', line 32353

def dynamicType
  @dynamicType
end