Class: UpdateServicePolicyRequestType
- Inherits:
-
Object
- Object
- UpdateServicePolicyRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateServicePolicyRequestType
m__this - ManagedObjectReference
id - SOAP::SOAPString
policy - SOAP::SOAPString
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#policy ⇒ Object
Returns the value of attribute policy.
Instance Method Summary collapse
-
#initialize(v__this = nil, id = nil, policy = nil) ⇒ UpdateServicePolicyRequestType
constructor
A new instance of UpdateServicePolicyRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, id = nil, policy = nil) ⇒ UpdateServicePolicyRequestType
Returns a new instance of UpdateServicePolicyRequestType.
39237 39238 39239 39240 39241 |
# File 'lib/vmware/soap/vim25.rb', line 39237 def initialize(v__this = nil, id = nil, policy = nil) @v__this = v__this @id = id @policy = policy end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
39226 39227 39228 |
# File 'lib/vmware/soap/vim25.rb', line 39226 def id @id end |
#policy ⇒ Object
Returns the value of attribute policy.
39227 39228 39229 |
# File 'lib/vmware/soap/vim25.rb', line 39227 def policy @policy end |
Instance Method Details
#m__this ⇒ Object
39229 39230 39231 |
# File 'lib/vmware/soap/vim25.rb', line 39229 def m__this @v__this end |
#m__this=(value) ⇒ Object
39233 39234 39235 |
# File 'lib/vmware/soap/vim25.rb', line 39233 def m__this=(value) @v__this = value end |