Class: HostFirewallRuleset
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostFirewallRuleset
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostFirewallRuleset
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
label - SOAP::SOAPString
required - SOAP::SOAPBoolean
rule - HostFirewallRule
service - SOAP::SOAPString
enabled - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#key ⇒ Object
Returns the value of attribute key.
-
#label ⇒ Object
Returns the value of attribute label.
-
#required ⇒ Object
Returns the value of attribute required.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#service ⇒ Object
Returns the value of attribute service.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, label = nil, required = nil, rule = [], service = nil, enabled = nil) ⇒ HostFirewallRuleset
constructor
A new instance of HostFirewallRuleset.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, label = nil, required = nil, rule = [], service = nil, enabled = nil) ⇒ HostFirewallRuleset
Returns a new instance of HostFirewallRuleset.
21190 21191 21192 21193 21194 21195 21196 21197 21198 21199 |
# File 'lib/vmware/soap/vim25.rb', line 21190 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, label = nil, required = nil, rule = [], service = nil, enabled = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @label = label @required = required @rule = rule @service = service @enabled = enabled end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
21182 21183 21184 |
# File 'lib/vmware/soap/vim25.rb', line 21182 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
21181 21182 21183 |
# File 'lib/vmware/soap/vim25.rb', line 21181 def dynamicType @dynamicType end |
#enabled ⇒ Object
Returns the value of attribute enabled.
21188 21189 21190 |
# File 'lib/vmware/soap/vim25.rb', line 21188 def enabled @enabled end |
#key ⇒ Object
Returns the value of attribute key.
21183 21184 21185 |
# File 'lib/vmware/soap/vim25.rb', line 21183 def key @key end |
#label ⇒ Object
Returns the value of attribute label.
21184 21185 21186 |
# File 'lib/vmware/soap/vim25.rb', line 21184 def label @label end |
#required ⇒ Object
Returns the value of attribute required.
21185 21186 21187 |
# File 'lib/vmware/soap/vim25.rb', line 21185 def required @required end |
#rule ⇒ Object
Returns the value of attribute rule.
21186 21187 21188 |
# File 'lib/vmware/soap/vim25.rb', line 21186 def rule @rule end |
#service ⇒ Object
Returns the value of attribute service.
21187 21188 21189 |
# File 'lib/vmware/soap/vim25.rb', line 21187 def service @service end |