Class: MakeDirectoryRequestType
- Inherits:
-
Object
- Object
- MakeDirectoryRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MakeDirectoryRequestType
m__this - ManagedObjectReference
name - SOAP::SOAPString
datacenter - ManagedObjectReference
createParentDirectories - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#createParentDirectories ⇒ Object
Returns the value of attribute createParentDirectories.
-
#datacenter ⇒ Object
Returns the value of attribute datacenter.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, datacenter = nil, createParentDirectories = nil) ⇒ MakeDirectoryRequestType
constructor
A new instance of MakeDirectoryRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, name = nil, datacenter = nil, createParentDirectories = nil) ⇒ MakeDirectoryRequestType
Returns a new instance of MakeDirectoryRequestType.
34559 34560 34561 34562 34563 34564 |
# File 'lib/vmware/soap/vim25.rb', line 34559 def initialize(v__this = nil, name = nil, datacenter = nil, createParentDirectories = nil) @v__this = v__this @name = name @datacenter = datacenter @createParentDirectories = createParentDirectories end |
Instance Attribute Details
#createParentDirectories ⇒ Object
Returns the value of attribute createParentDirectories.
34549 34550 34551 |
# File 'lib/vmware/soap/vim25.rb', line 34549 def createParentDirectories @createParentDirectories end |
#datacenter ⇒ Object
Returns the value of attribute datacenter.
34548 34549 34550 |
# File 'lib/vmware/soap/vim25.rb', line 34548 def datacenter @datacenter end |
#name ⇒ Object
Returns the value of attribute name.
34547 34548 34549 |
# File 'lib/vmware/soap/vim25.rb', line 34547 def name @name end |
Instance Method Details
#m__this ⇒ Object
34551 34552 34553 |
# File 'lib/vmware/soap/vim25.rb', line 34551 def m__this @v__this end |
#m__this=(value) ⇒ Object
34555 34556 34557 |
# File 'lib/vmware/soap/vim25.rb', line 34555 def m__this=(value) @v__this = value end |