Class: AddCustomFieldDefRequestType

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

Overview

urn:vim25AddCustomFieldDefRequestType

m__this - ManagedObjectReference
name - SOAP::SOAPString
moType - SOAP::SOAPString
fieldDefPolicy - PrivilegePolicyDef
fieldPolicy - PrivilegePolicyDef

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(v__this = nil, name = nil, moType = nil, fieldDefPolicy = nil, fieldPolicy = nil) ⇒ AddCustomFieldDefRequestType

Returns a new instance of AddCustomFieldDefRequestType.



33741
33742
33743
33744
33745
33746
33747
# File 'lib/vmware/soap/vim25.rb', line 33741

def initialize(v__this = nil, name = nil, moType = nil, fieldDefPolicy = nil, fieldPolicy = nil)
  @v__this = v__this
  @name = name
  @moType = moType
  @fieldDefPolicy = fieldDefPolicy
  @fieldPolicy = fieldPolicy
end

Instance Attribute Details

#fieldDefPolicyObject

Returns the value of attribute fieldDefPolicy.



33730
33731
33732
# File 'lib/vmware/soap/vim25.rb', line 33730

def fieldDefPolicy
  @fieldDefPolicy
end

#fieldPolicyObject

Returns the value of attribute fieldPolicy.



33731
33732
33733
# File 'lib/vmware/soap/vim25.rb', line 33731

def fieldPolicy
  @fieldPolicy
end

#moTypeObject

Returns the value of attribute moType.



33729
33730
33731
# File 'lib/vmware/soap/vim25.rb', line 33729

def moType
  @moType
end

#nameObject

Returns the value of attribute name.



33728
33729
33730
# File 'lib/vmware/soap/vim25.rb', line 33728

def name
  @name
end

Instance Method Details

#m__thisObject



33733
33734
33735
# File 'lib/vmware/soap/vim25.rb', line 33733

def m__this
  @v__this
end

#m__this=(value) ⇒ Object



33737
33738
33739
# File 'lib/vmware/soap/vim25.rb', line 33737

def m__this=(value)
  @v__this = value
end