Class: VirtualMachineMksTicket

Inherits:
DynamicData show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25VirtualMachineMksTicket

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
ticket - SOAP::SOAPString
cfgFile - SOAP::SOAPString
host - SOAP::SOAPString
port - SOAP::SOAPInt
sslThumbprint - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], ticket = nil, cfgFile = nil, host = nil, port = nil, sslThumbprint = nil) ⇒ VirtualMachineMksTicket

Returns a new instance of VirtualMachineMksTicket.



2720
2721
2722
2723
2724
2725
2726
2727
2728
# File 'lib/vmware/soap/vim25.rb', line 2720

def initialize(dynamicType = nil, dynamicProperty = [], ticket = nil, cfgFile = nil, host = nil, port = nil, sslThumbprint = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @ticket = ticket
  @cfgFile = cfgFile
  @host = host
  @port = port
  @sslThumbprint = sslThumbprint
end

Instance Attribute Details

#cfgFileObject

Returns the value of attribute cfgFile.



2715
2716
2717
# File 'lib/vmware/soap/vim25.rb', line 2715

def cfgFile
  @cfgFile
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



2713
2714
2715
# File 'lib/vmware/soap/vim25.rb', line 2713

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



2712
2713
2714
# File 'lib/vmware/soap/vim25.rb', line 2712

def dynamicType
  @dynamicType
end

#hostObject

Returns the value of attribute host.



2716
2717
2718
# File 'lib/vmware/soap/vim25.rb', line 2716

def host
  @host
end

#portObject

Returns the value of attribute port.



2717
2718
2719
# File 'lib/vmware/soap/vim25.rb', line 2717

def port
  @port
end

#sslThumbprintObject

Returns the value of attribute sslThumbprint.



2718
2719
2720
# File 'lib/vmware/soap/vim25.rb', line 2718

def sslThumbprint
  @sslThumbprint
end

#ticketObject

Returns the value of attribute ticket.



2714
2715
2716
# File 'lib/vmware/soap/vim25.rb', line 2714

def ticket
  @ticket
end