Class: SetFieldRequestType

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

Overview

urn:vim25SetFieldRequestType

m__this - ManagedObjectReference
entity - ManagedObjectReference
key - SOAP::SOAPInt
value - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, entity = nil, key = nil, value = nil) ⇒ SetFieldRequestType

Returns a new instance of SetFieldRequestType.



33811
33812
33813
33814
33815
33816
# File 'lib/vmware/soap/vim25.rb', line 33811

def initialize(v__this = nil, entity = nil, key = nil, value = nil)
  @v__this = v__this
  @entity = entity
  @key = key
  @value = value
end

Instance Attribute Details

#entityObject

Returns the value of attribute entity.



33799
33800
33801
# File 'lib/vmware/soap/vim25.rb', line 33799

def entity
  @entity
end

#keyObject

Returns the value of attribute key.



33800
33801
33802
# File 'lib/vmware/soap/vim25.rb', line 33800

def key
  @key
end

#valueObject

Returns the value of attribute value.



33801
33802
33803
# File 'lib/vmware/soap/vim25.rb', line 33801

def value
  @value
end

Instance Method Details

#m__thisObject



33803
33804
33805
# File 'lib/vmware/soap/vim25.rb', line 33803

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33807
33808
33809
# File 'lib/vmware/soap/vim25.rb', line 33807

def m__this=(value)
  @v__this = value
end