Class: ReconfigureServiceConsoleReservationRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25ReconfigureServiceConsoleReservationRequestType

m__this - ManagedObjectReference
cfgBytes - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, cfgBytes = nil) ⇒ ReconfigureServiceConsoleReservationRequestType

Returns a new instance of ReconfigureServiceConsoleReservationRequestType.



38611
38612
38613
38614
# File 'lib/vmware/soap/vim25.rb', line 38611

def initialize(v__this = nil, cfgBytes = nil)
  @v__this = v__this
  @cfgBytes = cfgBytes
end

Instance Attribute Details

#cfgBytesObject

Returns the value of attribute cfgBytes.



38601
38602
38603
# File 'lib/vmware/soap/vim25.rb', line 38601

def cfgBytes
  @cfgBytes
end

Instance Method Details

#m__thisObject



38603
38604
38605
# File 'lib/vmware/soap/vim25.rb', line 38603

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



38607
38608
38609
# File 'lib/vmware/soap/vim25.rb', line 38607

def m__this=(value)
  @v__this = value
end