Class: CreateSnapshotRequestType
- Inherits:
-
Object
- Object
- CreateSnapshotRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateSnapshotRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
description - SOAP::SOAPString
memory - SOAP::SOAPBoolean
quiesce - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#memory ⇒ Object
Returns the value of attribute memory.
-
#name ⇒ Object
Returns the value of attribute name.
-
#quiesce ⇒ Object
Returns the value of attribute quiesce.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, description = nil, memory = nil, quiesce = nil) ⇒ CreateSnapshotRequestType
constructor
A new instance of CreateSnapshotRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, description = nil, memory = nil, quiesce = nil) ⇒ CreateSnapshotRequestType
Returns a new instance of CreateSnapshotRequestType.
36737 36738 36739 36740 36741 36742 36743 |
# File 'lib/vmware/soap/vim25.rb', line 36737 def initialize(v__this = nil, name = nil, description = nil, memory = nil, quiesce = nil) @v__this = v__this @name = name @description = description @memory = memory @quiesce = quiesce end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
36725 36726 36727 |
# File 'lib/vmware/soap/vim25.rb', line 36725 def description @description end |
#memory ⇒ Object
Returns the value of attribute memory.
36726 36727 36728 |
# File 'lib/vmware/soap/vim25.rb', line 36726 def memory @memory end |
#name ⇒ Object
Returns the value of attribute name.
36724 36725 36726 |
# File 'lib/vmware/soap/vim25.rb', line 36724 def name @name end |
#quiesce ⇒ Object
Returns the value of attribute quiesce.
36727 36728 36729 |
# File 'lib/vmware/soap/vim25.rb', line 36727 def quiesce @quiesce end |
Instance Method Details
#m__this ⇒ Object
36729 36730 36731 |
# File 'lib/vmware/soap/vim25.rb', line 36729 def m__this @v__this end |
#m__this=(value) ⇒ Object
36733 36734 36735 |
# File 'lib/vmware/soap/vim25.rb', line 36733 def m__this=(value) @v__this = value end |