Class: StandbyGuestRequestType
- Inherits:
-
Object
- Object
- StandbyGuestRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25StandbyGuestRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ StandbyGuestRequestType
constructor
A new instance of StandbyGuestRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ StandbyGuestRequestType
Returns a new instance of StandbyGuestRequestType.
36933 36934 36935 |
# File 'lib/vmware/soap/vim25.rb', line 36933 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36925 36926 36927 |
# File 'lib/vmware/soap/vim25.rb', line 36925 def m__this @v__this end |
#m__this=(value) ⇒ Object
36929 36930 36931 |
# File 'lib/vmware/soap/vim25.rb', line 36929 def m__this=(value) @v__this = value end |