Class: HostNetworkPolicy
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNetworkPolicy
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNetworkPolicy
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
security - HostNetworkSecurityPolicy
nicTeaming - HostNicTeamingPolicy
offloadPolicy - HostNetOffloadCapabilities
shapingPolicy - HostNetworkTrafficShapingPolicy
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#nicTeaming ⇒ Object
Returns the value of attribute nicTeaming.
-
#offloadPolicy ⇒ Object
Returns the value of attribute offloadPolicy.
-
#security ⇒ Object
Returns the value of attribute security.
-
#shapingPolicy ⇒ Object
Returns the value of attribute shapingPolicy.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], security = nil, nicTeaming = nil, offloadPolicy = nil, shapingPolicy = nil) ⇒ HostNetworkPolicy
constructor
A new instance of HostNetworkPolicy.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], security = nil, nicTeaming = nil, offloadPolicy = nil, shapingPolicy = nil) ⇒ HostNetworkPolicy
Returns a new instance of HostNetworkPolicy.
20582 20583 20584 20585 20586 20587 20588 20589 |
# File 'lib/vmware/soap/vim25.rb', line 20582 def initialize(dynamicType = nil, dynamicProperty = [], security = nil, nicTeaming = nil, offloadPolicy = nil, shapingPolicy = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @security = security @nicTeaming = nicTeaming @offloadPolicy = offloadPolicy @shapingPolicy = shapingPolicy end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20576 20577 20578 |
# File 'lib/vmware/soap/vim25.rb', line 20576 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20575 20576 20577 |
# File 'lib/vmware/soap/vim25.rb', line 20575 def dynamicType @dynamicType end |
#nicTeaming ⇒ Object
Returns the value of attribute nicTeaming.
20578 20579 20580 |
# File 'lib/vmware/soap/vim25.rb', line 20578 def nicTeaming @nicTeaming end |
#offloadPolicy ⇒ Object
Returns the value of attribute offloadPolicy.
20579 20580 20581 |
# File 'lib/vmware/soap/vim25.rb', line 20579 def offloadPolicy @offloadPolicy end |
#security ⇒ Object
Returns the value of attribute security.
20577 20578 20579 |
# File 'lib/vmware/soap/vim25.rb', line 20577 def security @security end |
#shapingPolicy ⇒ Object
Returns the value of attribute shapingPolicy.
20580 20581 20582 |
# File 'lib/vmware/soap/vim25.rb', line 20580 def shapingPolicy @shapingPolicy end |