Class: GetPublicKeyRequestType

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

Overview

urn:vim25GetPublicKeyRequestType

m__this - ManagedObjectReference

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil) ⇒ GetPublicKeyRequestType

Returns a new instance of GetPublicKeyRequestType.



34426
34427
34428
# File 'lib/vmware/soap/vim25.rb', line 34426

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

Instance Method Details

#m__thisObject



34418
34419
34420
# File 'lib/vmware/soap/vim25.rb', line 34418

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34422
34423
34424
# File 'lib/vmware/soap/vim25.rb', line 34422

def m__this=(value)
  @v__this = value
end