Class: CreateContainerViewRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#containerObject

Returns the value of attribute container.



40251
40252
40253
# File 'lib/vmware/soap/vim25.rb', line 40251

def container
  @container
end

#recursiveObject

Returns the value of attribute recursive.



40253
40254
40255
# File 'lib/vmware/soap/vim25.rb', line 40253

def recursive
  @recursive
end

#typeObject

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__thisObject



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