Class: HostVirtualSwitchSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostVirtualSwitchSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostVirtualSwitchSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
numPorts - SOAP::SOAPInt
bridge - HostVirtualSwitchBridge
policy - HostNetworkPolicy
mtu - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#bridge ⇒ Object
Returns the value of attribute bridge.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#mtu ⇒ Object
Returns the value of attribute mtu.
-
#numPorts ⇒ Object
Returns the value of attribute numPorts.
-
#policy ⇒ Object
Returns the value of attribute policy.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], numPorts = nil, bridge = nil, policy = nil, mtu = nil) ⇒ HostVirtualSwitchSpec
constructor
A new instance of HostVirtualSwitchSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], numPorts = nil, bridge = nil, policy = nil, mtu = nil) ⇒ HostVirtualSwitchSpec
Returns a new instance of HostVirtualSwitchSpec.
22006 22007 22008 22009 22010 22011 22012 22013 |
# File 'lib/vmware/soap/vim25.rb', line 22006 def initialize(dynamicType = nil, dynamicProperty = [], numPorts = nil, bridge = nil, policy = nil, mtu = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @numPorts = numPorts @bridge = bridge @policy = policy @mtu = mtu end |
Instance Attribute Details
#bridge ⇒ Object
Returns the value of attribute bridge.
22002 22003 22004 |
# File 'lib/vmware/soap/vim25.rb', line 22002 def bridge @bridge end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
22000 22001 22002 |
# File 'lib/vmware/soap/vim25.rb', line 22000 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21999 22000 22001 |
# File 'lib/vmware/soap/vim25.rb', line 21999 def dynamicType @dynamicType end |
#mtu ⇒ Object
Returns the value of attribute mtu.
22004 22005 22006 |
# File 'lib/vmware/soap/vim25.rb', line 22004 def mtu @mtu end |
#numPorts ⇒ Object
Returns the value of attribute numPorts.
22001 22002 22003 |
# File 'lib/vmware/soap/vim25.rb', line 22001 def numPorts @numPorts end |
#policy ⇒ Object
Returns the value of attribute policy.
22003 22004 22005 |
# File 'lib/vmware/soap/vim25.rb', line 22003 def policy @policy end |