Class: HostPortGroup
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostPortGroup
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostPortGroup
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
port - HostPortGroupPort
vswitch - SOAP::SOAPString
computedPolicy - HostNetworkPolicy
spec - HostPortGroupSpec
Instance Attribute Summary collapse
-
#computedPolicy ⇒ Object
Returns the value of attribute computedPolicy.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#port ⇒ Object
Returns the value of attribute port.
-
#spec ⇒ Object
Returns the value of attribute spec.
-
#vswitch ⇒ Object
Returns the value of attribute vswitch.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil) ⇒ HostPortGroup
constructor
A new instance of HostPortGroup.
Constructor Details
permalink #initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil) ⇒ HostPortGroup
Returns a new instance of HostPortGroup.
21135 21136 21137 21138 21139 21140 21141 21142 21143 |
# File 'lib/vmware/soap/vim25.rb', line 21135 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, port = [], vswitch = nil, computedPolicy = nil, spec = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @port = port @vswitch = vswitch @computedPolicy = computedPolicy @spec = spec end |
Instance Attribute Details
permalink #computedPolicy ⇒ Object
Returns the value of attribute computedPolicy.
21132 21133 21134 |
# File 'lib/vmware/soap/vim25.rb', line 21132 def computedPolicy @computedPolicy end |
permalink #dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21128 21129 21130 |
# File 'lib/vmware/soap/vim25.rb', line 21128 def dynamicProperty @dynamicProperty end |
permalink #dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21127 21128 21129 |
# File 'lib/vmware/soap/vim25.rb', line 21127 def dynamicType @dynamicType end |
permalink #key ⇒ Object
Returns the value of attribute key.
21129 21130 21131 |
# File 'lib/vmware/soap/vim25.rb', line 21129 def key @key end |
permalink #port ⇒ Object
Returns the value of attribute port.
21130 21131 21132 |
# File 'lib/vmware/soap/vim25.rb', line 21130 def port @port end |
permalink #spec ⇒ Object
Returns the value of attribute spec.
21133 21134 21135 |
# File 'lib/vmware/soap/vim25.rb', line 21133 def spec @spec end |
permalink #vswitch ⇒ Object
Returns the value of attribute vswitch.
21131 21132 21133 |
# File 'lib/vmware/soap/vim25.rb', line 21131 def vswitch @vswitch end |