Class: HostServiceTicket
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostServiceTicket
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostServiceTicket
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
host - SOAP::SOAPString
port - SOAP::SOAPInt
sslThumbprint - SOAP::SOAPString
service - SOAP::SOAPString
serviceVersion - SOAP::SOAPString
sessionId - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
-
#service ⇒ Object
Returns the value of attribute service.
-
#serviceVersion ⇒ Object
Returns the value of attribute serviceVersion.
-
#sessionId ⇒ Object
Returns the value of attribute sessionId.
-
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], host = nil, port = nil, sslThumbprint = nil, service = nil, serviceVersion = nil, sessionId = nil) ⇒ HostServiceTicket
constructor
A new instance of HostServiceTicket.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], host = nil, port = nil, sslThumbprint = nil, service = nil, serviceVersion = nil, sessionId = nil) ⇒ HostServiceTicket
Returns a new instance of HostServiceTicket.
1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 |
# File 'lib/vmware/soap/vim25.rb', line 1390 def initialize(dynamicType = nil, dynamicProperty = [], host = nil, port = nil, sslThumbprint = nil, service = nil, serviceVersion = nil, sessionId = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @host = host @port = port @sslThumbprint = sslThumbprint @service = service @serviceVersion = serviceVersion @sessionId = sessionId end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1382 1383 1384 |
# File 'lib/vmware/soap/vim25.rb', line 1382 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1381 1382 1383 |
# File 'lib/vmware/soap/vim25.rb', line 1381 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
1383 1384 1385 |
# File 'lib/vmware/soap/vim25.rb', line 1383 def host @host end |
#port ⇒ Object
Returns the value of attribute port.
1384 1385 1386 |
# File 'lib/vmware/soap/vim25.rb', line 1384 def port @port end |
#service ⇒ Object
Returns the value of attribute service.
1386 1387 1388 |
# File 'lib/vmware/soap/vim25.rb', line 1386 def service @service end |
#serviceVersion ⇒ Object
Returns the value of attribute serviceVersion.
1387 1388 1389 |
# File 'lib/vmware/soap/vim25.rb', line 1387 def serviceVersion @serviceVersion end |
#sessionId ⇒ Object
Returns the value of attribute sessionId.
1388 1389 1390 |
# File 'lib/vmware/soap/vim25.rb', line 1388 def sessionId @sessionId end |
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
1385 1386 1387 |
# File 'lib/vmware/soap/vim25.rb', line 1385 def sslThumbprint @sslThumbprint end |