Class: CreateContainerViewRequestType
- Inherits:
-
Object
- Object
- CreateContainerViewRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateContainerViewRequestType
m__this - ManagedObjectReference
container - ManagedObjectReference
type - SOAP::SOAPString
recursive - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#container ⇒ Object
Returns the value of attribute container.
-
#recursive ⇒ Object
Returns the value of attribute recursive.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(v__this = nil, container = nil, type = [], recursive = nil) ⇒ CreateContainerViewRequestType
constructor
A new instance of CreateContainerViewRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, container = nil, type = [], recursive = nil) ⇒ CreateContainerViewRequestType
Returns a new instance of CreateContainerViewRequestType.
40263 40264 40265 40266 40267 40268 |
# File 'lib/vmware/soap/vim25.rb', line 40263 def initialize(v__this = nil, container = nil, type = [], recursive = nil) @v__this = v__this @container = container @type = type @recursive = recursive end |
Instance Attribute Details
#container ⇒ Object
Returns the value of attribute container.
40251 40252 40253 |
# File 'lib/vmware/soap/vim25.rb', line 40251 def container @container end |
#recursive ⇒ Object
Returns the value of attribute recursive.
40253 40254 40255 |
# File 'lib/vmware/soap/vim25.rb', line 40253 def recursive @recursive end |
#type ⇒ Object
Returns the value of attribute type.
40252 40253 40254 |
# File 'lib/vmware/soap/vim25.rb', line 40252 def type @type end |
Instance Method Details
#m__this ⇒ Object
40255 40256 40257 |
# File 'lib/vmware/soap/vim25.rb', line 40255 def m__this @v__this end |
#m__this=(value) ⇒ Object
40259 40260 40261 |
# File 'lib/vmware/soap/vim25.rb', line 40259 def m__this=(value) @v__this = value end |