Class: HostVirtualSwitch
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVirtualSwitch
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVirtualSwitch
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
key - SOAP::SOAPString
numPorts - SOAP::SOAPInt
numPortsAvailable - SOAP::SOAPInt
mtu - SOAP::SOAPInt
portgroup - SOAP::SOAPString
pnic - SOAP::SOAPString
spec - HostVirtualSwitchSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#mtu ⇒ Object
Returns the value of attribute mtu.
-
#name ⇒ Object
Returns the value of attribute name.
-
#numPorts ⇒ Object
Returns the value of attribute numPorts.
-
#numPortsAvailable ⇒ Object
Returns the value of attribute numPortsAvailable.
-
#pnic ⇒ Object
Returns the value of attribute pnic.
-
#portgroup ⇒ Object
Returns the value of attribute portgroup.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, key = nil, numPorts = nil, numPortsAvailable = nil, mtu = nil, portgroup = [], pnic = [], spec = nil) ⇒ HostVirtualSwitch
constructor
A new instance of HostVirtualSwitch.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, key = nil, numPorts = nil, numPortsAvailable = nil, mtu = nil, portgroup = [], pnic = [], spec = nil) ⇒ HostVirtualSwitch
Returns a new instance of HostVirtualSwitch.
22061 22062 22063 22064 22065 22066 22067 22068 22069 22070 22071 22072 |
# File 'lib/vmware/soap/vim25.rb', line 22061 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, key = nil, numPorts = nil, numPortsAvailable = nil, mtu = nil, portgroup = [], pnic = [], spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @key = key @numPorts = numPorts @numPortsAvailable = numPortsAvailable @mtu = mtu @portgroup = portgroup @pnic = pnic @spec = spec end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22051 22052 22053 |
# File 'lib/vmware/soap/vim25.rb', line 22051 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22050 22051 22052 |
# File 'lib/vmware/soap/vim25.rb', line 22050 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
22053 22054 22055 |
# File 'lib/vmware/soap/vim25.rb', line 22053 def key @key end |
#mtu ⇒ Object
Returns the value of attribute mtu.
22056 22057 22058 |
# File 'lib/vmware/soap/vim25.rb', line 22056 def mtu @mtu end |
#name ⇒ Object
Returns the value of attribute name.
22052 22053 22054 |
# File 'lib/vmware/soap/vim25.rb', line 22052 def name @name end |
#numPorts ⇒ Object
Returns the value of attribute numPorts.
22054 22055 22056 |
# File 'lib/vmware/soap/vim25.rb', line 22054 def numPorts @numPorts end |
#numPortsAvailable ⇒ Object
Returns the value of attribute numPortsAvailable.
22055 22056 22057 |
# File 'lib/vmware/soap/vim25.rb', line 22055 def numPortsAvailable @numPortsAvailable end |
#pnic ⇒ Object
Returns the value of attribute pnic.
22058 22059 22060 |
# File 'lib/vmware/soap/vim25.rb', line 22058 def pnic @pnic end |
#portgroup ⇒ Object
Returns the value of attribute portgroup.
22057 22058 22059 |
# File 'lib/vmware/soap/vim25.rb', line 22057 def portgroup @portgroup end |
#spec ⇒ Object
Returns the value of attribute spec.
22059 22060 22061 |
# File 'lib/vmware/soap/vim25.rb', line 22059 def spec @spec end |