Class: QueryAvailableDisksForVmfsRequestType
- Inherits:
-
Object
- Object
- QueryAvailableDisksForVmfsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryAvailableDisksForVmfsRequestType
m__this - ManagedObjectReference
datastore - ManagedObjectReference
Instance Attribute Summary collapse
-
#datastore ⇒ Object
Returns the value of attribute datastore.
Instance Method Summary collapse
-
#initialize(v__this = nil, datastore = nil) ⇒ QueryAvailableDisksForVmfsRequestType
constructor
A new instance of QueryAvailableDisksForVmfsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, datastore = nil) ⇒ QueryAvailableDisksForVmfsRequestType
Returns a new instance of QueryAvailableDisksForVmfsRequestType.
37835 37836 37837 37838 |
# File 'lib/vmware/soap/vim25.rb', line 37835 def initialize(v__this = nil, datastore = nil) @v__this = v__this @datastore = datastore end |
Instance Attribute Details
permalink #datastore ⇒ Object
Returns the value of attribute datastore.
37825 37826 37827 |
# File 'lib/vmware/soap/vim25.rb', line 37825 def datastore @datastore end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
37827 37828 37829 |
# File 'lib/vmware/soap/vim25.rb', line 37827 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
37831 37832 37833 |
# File 'lib/vmware/soap/vim25.rb', line 37831 def m__this=(value) @v__this = value end |