Class: UpdateDefaultPolicyRequestType
- Inherits:
-
Object
- Object
- UpdateDefaultPolicyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateDefaultPolicyRequestType
m__this - ManagedObjectReference
defaultPolicy - HostFirewallDefaultPolicy
Instance Attribute Summary collapse
-
#defaultPolicy ⇒ Object
Returns the value of attribute defaultPolicy.
Instance Method Summary collapse
-
#initialize(v__this = nil, defaultPolicy = nil) ⇒ UpdateDefaultPolicyRequestType
constructor
A new instance of UpdateDefaultPolicyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, defaultPolicy = nil) ⇒ UpdateDefaultPolicyRequestType
Returns a new instance of UpdateDefaultPolicyRequestType.
38257 38258 38259 38260 |
# File 'lib/vmware/soap/vim25.rb', line 38257 def initialize(v__this = nil, defaultPolicy = nil) @v__this = v__this @defaultPolicy = defaultPolicy end |
Instance Attribute Details
#defaultPolicy ⇒ Object
Returns the value of attribute defaultPolicy.
38247 38248 38249 |
# File 'lib/vmware/soap/vim25.rb', line 38247 def defaultPolicy @defaultPolicy end |
Instance Method Details
#m__this ⇒ Object
38249 38250 38251 |
# File 'lib/vmware/soap/vim25.rb', line 38249 def m__this @v__this end |
#m__this=(value) ⇒ Object
38253 38254 38255 |
# File 'lib/vmware/soap/vim25.rb', line 38253 def m__this=(value) @v__this = value end |