Class: ClusterNotAttemptedVmInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ClusterNotAttemptedVmInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ClusterNotAttemptedVmInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
vm - ManagedObjectReference
fault - LocalizedMethodFault
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fault ⇒ Object
Returns the value of attribute fault.
-
#vm ⇒ Object
Returns the value of attribute vm.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, fault = nil) ⇒ ClusterNotAttemptedVmInfo
constructor
A new instance of ClusterNotAttemptedVmInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], vm = nil, fault = nil) ⇒ ClusterNotAttemptedVmInfo
Returns a new instance of ClusterNotAttemptedVmInfo.
3648 3649 3650 3651 3652 3653 |
# File 'lib/vmware/soap/vim25.rb', line 3648 def initialize(dynamicType = nil, dynamicProperty = [], vm = nil, fault = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @vm = vm @fault = fault end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
3644 3645 3646 |
# File 'lib/vmware/soap/vim25.rb', line 3644 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
3643 3644 3645 |
# File 'lib/vmware/soap/vim25.rb', line 3643 def dynamicType @dynamicType end |
#fault ⇒ Object
Returns the value of attribute fault.
3646 3647 3648 |
# File 'lib/vmware/soap/vim25.rb', line 3646 def fault @fault end |
#vm ⇒ Object
Returns the value of attribute vm.
3645 3646 3647 |
# File 'lib/vmware/soap/vim25.rb', line 3645 def vm @vm end |