Class: AddCustomFieldDefRequestType
- Inherits:
-
Object
- Object
- AddCustomFieldDefRequestType
- 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
-
#fieldDefPolicy ⇒ Object
Returns the value of attribute fieldDefPolicy.
-
#fieldPolicy ⇒ Object
Returns the value of attribute fieldPolicy.
-
#moType ⇒ Object
Returns the value of attribute moType.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(v__this = nil, name = nil, moType = nil, fieldDefPolicy = nil, fieldPolicy = nil) ⇒ AddCustomFieldDefRequestType
constructor
A new instance of AddCustomFieldDefRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
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
#fieldDefPolicy ⇒ Object
Returns the value of attribute fieldDefPolicy.
33730 33731 33732 |
# File 'lib/vmware/soap/vim25.rb', line 33730 def fieldDefPolicy @fieldDefPolicy end |
#fieldPolicy ⇒ Object
Returns the value of attribute fieldPolicy.
33731 33732 33733 |
# File 'lib/vmware/soap/vim25.rb', line 33731 def fieldPolicy @fieldPolicy end |
#moType ⇒ Object
Returns the value of attribute moType.
33729 33730 33731 |
# File 'lib/vmware/soap/vim25.rb', line 33729 def moType @moType end |
#name ⇒ Object
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__this ⇒ Object
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 |