Class: SetPublicKeyRequestType

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

Overview

urn:vim25SetPublicKeyRequestType

m__this - ManagedObjectReference
extensionKey - SOAP::SOAPString
publicKey - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, extensionKey = nil, publicKey = nil) ⇒ SetPublicKeyRequestType

Returns a new instance of SetPublicKeyRequestType.



34447
34448
34449
34450
34451
# File 'lib/vmware/soap/vim25.rb', line 34447

def initialize(v__this = nil, extensionKey = nil, publicKey = nil)
  @v__this = v__this
  @extensionKey = extensionKey
  @publicKey = publicKey
end

Instance Attribute Details

#extensionKeyObject

Returns the value of attribute extensionKey.



34436
34437
34438
# File 'lib/vmware/soap/vim25.rb', line 34436

def extensionKey
  @extensionKey
end

#publicKeyObject

Returns the value of attribute publicKey.



34437
34438
34439
# File 'lib/vmware/soap/vim25.rb', line 34437

def publicKey
  @publicKey
end

Instance Method Details

#m__thisObject



34439
34440
34441
# File 'lib/vmware/soap/vim25.rb', line 34439

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



34443
34444
34445
# File 'lib/vmware/soap/vim25.rb', line 34443

def m__this=(value)
  @v__this = value
end