Class: HostFirewallInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFirewallInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFirewallInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
defaultPolicy - HostFirewallDefaultPolicy
ruleset - HostFirewallRuleset
Instance Attribute Summary collapse
-
#defaultPolicy ⇒ Object
Returns the value of attribute defaultPolicy.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#ruleset ⇒ Object
Returns the value of attribute ruleset.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], defaultPolicy = nil, ruleset = []) ⇒ HostFirewallInfo
constructor
A new instance of HostFirewallInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], defaultPolicy = nil, ruleset = []) ⇒ HostFirewallInfo
Returns a new instance of HostFirewallInfo.
19080 19081 19082 19083 19084 19085 |
# File 'lib/vmware/soap/vim25.rb', line 19080 def initialize(dynamicType = nil, dynamicProperty = [], defaultPolicy = nil, ruleset = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @defaultPolicy = defaultPolicy @ruleset = ruleset end |
Instance Attribute Details
#defaultPolicy ⇒ Object
Returns the value of attribute defaultPolicy.
19077 19078 19079 |
# File 'lib/vmware/soap/vim25.rb', line 19077 def defaultPolicy @defaultPolicy end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19076 19077 19078 |
# File 'lib/vmware/soap/vim25.rb', line 19076 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19075 19076 19077 |
# File 'lib/vmware/soap/vim25.rb', line 19075 def dynamicType @dynamicType end |
#ruleset ⇒ Object
Returns the value of attribute ruleset.
19078 19079 19080 |
# File 'lib/vmware/soap/vim25.rb', line 19078 def ruleset @ruleset end |