Class: QueryConnectionInfoRequestType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#hostnameObject

Returns the value of attribute hostname.


34037
34038
34039
# File 'lib/vmware/soap/vim25.rb', line 34037

def hostname
  @hostname
end

#passwordObject

Returns the value of attribute password.


34040
34041
34042
# File 'lib/vmware/soap/vim25.rb', line 34040

def password
  @password
end

#portObject

Returns the value of attribute port.


34038
34039
34040
# File 'lib/vmware/soap/vim25.rb', line 34038

def port
  @port
end

#sslThumbprintObject

Returns the value of attribute sslThumbprint.


34041
34042
34043
# File 'lib/vmware/soap/vim25.rb', line 34041

def sslThumbprint
  @sslThumbprint
end

#usernameObject

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__thisObject


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