Class: HostNetworkSecurityPolicy
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostNetworkSecurityPolicy
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostNetworkSecurityPolicy
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
allowPromiscuous - SOAP::SOAPBoolean
macChanges - SOAP::SOAPBoolean
forgedTransmits - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#allowPromiscuous ⇒ Object
Returns the value of attribute allowPromiscuous.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#forgedTransmits ⇒ Object
Returns the value of attribute forgedTransmits.
-
#macChanges ⇒ Object
Returns the value of attribute macChanges.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], allowPromiscuous = nil, macChanges = nil, forgedTransmits = nil) ⇒ HostNetworkSecurityPolicy
constructor
A new instance of HostNetworkSecurityPolicy.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], allowPromiscuous = nil, macChanges = nil, forgedTransmits = nil) ⇒ HostNetworkSecurityPolicy
Returns a new instance of HostNetworkSecurityPolicy.
20449 20450 20451 20452 20453 20454 20455 |
# File 'lib/vmware/soap/vim25.rb', line 20449 def initialize(dynamicType = nil, dynamicProperty = [], allowPromiscuous = nil, macChanges = nil, forgedTransmits = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @allowPromiscuous = allowPromiscuous @macChanges = macChanges @forgedTransmits = forgedTransmits end |
Instance Attribute Details
#allowPromiscuous ⇒ Object
Returns the value of attribute allowPromiscuous.
20445 20446 20447 |
# File 'lib/vmware/soap/vim25.rb', line 20445 def allowPromiscuous @allowPromiscuous end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
20444 20445 20446 |
# File 'lib/vmware/soap/vim25.rb', line 20444 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
20443 20444 20445 |
# File 'lib/vmware/soap/vim25.rb', line 20443 def dynamicType @dynamicType end |
#forgedTransmits ⇒ Object
Returns the value of attribute forgedTransmits.
20447 20448 20449 |
# File 'lib/vmware/soap/vim25.rb', line 20447 def forgedTransmits @forgedTransmits end |
#macChanges ⇒ Object
Returns the value of attribute macChanges.
20446 20447 20448 |
# File 'lib/vmware/soap/vim25.rb', line 20446 def macChanges @macChanges end |