Class: HostNetworkPolicy

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



20576
20577
20578
# File 'lib/vmware/soap/vim25.rb', line 20576

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



20575
20576
20577
# File 'lib/vmware/soap/vim25.rb', line 20575

def dynamicType
  @dynamicType
end

#nicTeamingObject

Returns the value of attribute nicTeaming.



20578
20579
20580
# File 'lib/vmware/soap/vim25.rb', line 20578

def nicTeaming
  @nicTeaming
end

#offloadPolicyObject

Returns the value of attribute offloadPolicy.



20579
20580
20581
# File 'lib/vmware/soap/vim25.rb', line 20579

def offloadPolicy
  @offloadPolicy
end

#securityObject

Returns the value of attribute security.



20577
20578
20579
# File 'lib/vmware/soap/vim25.rb', line 20577

def security
  @security
end

#shapingPolicyObject

Returns the value of attribute shapingPolicy.



20580
20581
20582
# File 'lib/vmware/soap/vim25.rb', line 20580

def shapingPolicy
  @shapingPolicy
end