Class: HostServiceTicket

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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1382
1383
1384
# File 'lib/vmware/soap/vim25.rb', line 1382

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1381
1382
1383
# File 'lib/vmware/soap/vim25.rb', line 1381

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



1383
1384
1385
# File 'lib/vmware/soap/vim25.rb', line 1383

def host
  @host
end

#portObject

Returns the value of attribute port.



1384
1385
1386
# File 'lib/vmware/soap/vim25.rb', line 1384

def port
  @port
end

#serviceObject

Returns the value of attribute service.



1386
1387
1388
# File 'lib/vmware/soap/vim25.rb', line 1386

def service
  @service
end

#serviceVersionObject

Returns the value of attribute serviceVersion.



1387
1388
1389
# File 'lib/vmware/soap/vim25.rb', line 1387

def serviceVersion
  @serviceVersion
end

#sessionIdObject

Returns the value of attribute sessionId.



1388
1389
1390
# File 'lib/vmware/soap/vim25.rb', line 1388

def sessionId
  @sessionId
end

#sslThumbprintObject

Returns the value of attribute sslThumbprint.



1385
1386
1387
# File 'lib/vmware/soap/vim25.rb', line 1385

def sslThumbprint
  @sslThumbprint
end