Class: SetPublicKeyRequestType
- Inherits:
-
Object
- Object
- SetPublicKeyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25SetPublicKeyRequestType
m__this - ManagedObjectReference
extensionKey - SOAP::SOAPString
publicKey - SOAP::SOAPString
Instance Attribute Summary collapse
-
#extensionKey ⇒ Object
Returns the value of attribute extensionKey.
-
#publicKey ⇒ Object
Returns the value of attribute publicKey.
Instance Method Summary collapse
-
#initialize(v__this = nil, extensionKey = nil, publicKey = nil) ⇒ SetPublicKeyRequestType
constructor
A new instance of SetPublicKeyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#extensionKey ⇒ Object
Returns the value of attribute extensionKey.
34436 34437 34438 |
# File 'lib/vmware/soap/vim25.rb', line 34436 def extensionKey @extensionKey end |
#publicKey ⇒ Object
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__this ⇒ Object
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 |