Class: VirtualMachineMksTicket
- Inherits:
-
DynamicData
- Object
- DynamicData
- VirtualMachineMksTicket
- 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
-
#cfgFile ⇒ Object
Returns the value of attribute cfgFile.
-
#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.
-
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], ticket = nil, cfgFile = nil, host = nil, port = nil, sslThumbprint = nil) ⇒ VirtualMachineMksTicket
constructor
A new instance of VirtualMachineMksTicket.
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
#cfgFile ⇒ Object
Returns the value of attribute cfgFile.
2715 2716 2717 |
# File 'lib/vmware/soap/vim25.rb', line 2715 def cfgFile @cfgFile end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2713 2714 2715 |
# File 'lib/vmware/soap/vim25.rb', line 2713 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2712 2713 2714 |
# File 'lib/vmware/soap/vim25.rb', line 2712 def dynamicType @dynamicType end |
#host ⇒ Object
Returns the value of attribute host.
2716 2717 2718 |
# File 'lib/vmware/soap/vim25.rb', line 2716 def host @host end |
#port ⇒ Object
Returns the value of attribute port.
2717 2718 2719 |
# File 'lib/vmware/soap/vim25.rb', line 2717 def port @port end |
#sslThumbprint ⇒ Object
Returns the value of attribute sslThumbprint.
2718 2719 2720 |
# File 'lib/vmware/soap/vim25.rb', line 2718 def sslThumbprint @sslThumbprint end |
#ticket ⇒ Object
Returns the value of attribute ticket.
2714 2715 2716 |
# File 'lib/vmware/soap/vim25.rb', line 2714 def ticket @ticket end |