Class: QueryConnectionInfoRequestType
- Inherits:
-
Object
- Object
- QueryConnectionInfoRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryConnectionInfoRequestType
m__this - ManagedObjectReference
hostname - SOAP::SOAPString
port - SOAP::SOAPInt
username - SOAP::SOAPString
password - SOAP::SOAPString
sslThumbprint - SOAP::SOAPString
Instance Attribute Summary collapse
-
#hostname ⇒ Object
Returns the value of attribute hostname.
-
#password ⇒ Object
Returns the value of attribute password.
-
#port ⇒ Object
Returns the value of attribute port.
-
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Method Summary collapse
-
#initialize(v__this = nil, hostname = nil, port = nil, username = nil, password = nil, sslThumbprint = nil) ⇒ QueryConnectionInfoRequestType
constructor
A new instance of QueryConnectionInfoRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, hostname = nil, port = nil, username = nil, password = nil, sslThumbprint = nil) ⇒ QueryConnectionInfoRequestType
Returns a new instance of QueryConnectionInfoRequestType.
34051 34052 34053 34054 34055 34056 34057 34058 |
# File 'lib/vmware/soap/vim25.rb', line 34051 def initialize(v__this = nil, hostname = nil, port = nil, username = nil, password = nil, sslThumbprint = nil) @v__this = v__this @hostname = hostname @port = port @username = username @password = password @sslThumbprint = sslThumbprint end |
Instance Attribute Details
#hostname ⇒ Object
Returns the value of attribute hostname.
34037 34038 34039 |
# File 'lib/vmware/soap/vim25.rb', line 34037 def hostname @hostname end |
#password ⇒ Object
Returns the value of attribute password.
34040 34041 34042 |
# File 'lib/vmware/soap/vim25.rb', line 34040 def password @password end |
#port ⇒ Object
Returns the value of attribute port.
34038 34039 34040 |
# File 'lib/vmware/soap/vim25.rb', line 34038 def port @port end |
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
34041 34042 34043 |
# File 'lib/vmware/soap/vim25.rb', line 34041 def sslThumbprint @sslThumbprint end |
#username ⇒ Object
Returns the value of attribute username.
34039 34040 34041 |
# File 'lib/vmware/soap/vim25.rb', line 34039 def username @username end |
Instance Method Details
#m__this ⇒ Object
34043 34044 34045 |
# File 'lib/vmware/soap/vim25.rb', line 34043 def m__this @v__this end |
#m__this=(value) ⇒ Object
34047 34048 34049 |
# File 'lib/vmware/soap/vim25.rb', line 34047 def m__this=(value) @v__this = value end |