Class: UpdateServicePolicyRequestType

Inherits:
Object
  • Object
show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25UpdateServicePolicyRequestType

m__this - ManagedObjectReference
id - SOAP::SOAPString
policy - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#idObject

Returns the value of attribute id.



39226
39227
39228
# File 'lib/vmware/soap/vim25.rb', line 39226

def id
  @id
end

#policyObject

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__thisObject



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