Class: SnapshotNoChange

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

Overview

urn:vim25SnapshotNoChange

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SnapshotNoChange.



32025
32026
32027
32028
# File 'lib/vmware/soap/vim25.rb', line 32025

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



32023
32024
32025
# File 'lib/vmware/soap/vim25.rb', line 32023

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



32022
32023
32024
# File 'lib/vmware/soap/vim25.rb', line 32022

def dynamicType
  @dynamicType
end