Class: CustomFieldDef
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomFieldDef
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldDef
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
name - SOAP::SOAPString
type - SOAP::SOAPString
managedObjectType - SOAP::SOAPString
fieldDefPrivileges - PrivilegePolicyDef
fieldInstancePrivileges - PrivilegePolicyDef
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#fieldDefPrivileges ⇒ Object
Returns the value of attribute fieldDefPrivileges.
-
#fieldInstancePrivileges ⇒ Object
Returns the value of attribute fieldInstancePrivileges.
-
#key ⇒ Object
Returns the value of attribute key.
-
#managedObjectType ⇒ Object
Returns the value of attribute managedObjectType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, type = nil, managedObjectType = nil, fieldDefPrivileges = nil, fieldInstancePrivileges = nil) ⇒ CustomFieldDef
constructor
A new instance of CustomFieldDef.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, type = nil, managedObjectType = nil, fieldDefPrivileges = nil, fieldInstancePrivileges = nil) ⇒ CustomFieldDef
Returns a new instance of CustomFieldDef.
682 683 684 685 686 687 688 689 690 691 |
# File 'lib/vmware/soap/vim25.rb', line 682 def initialize(dynamicType = nil, dynamicProperty = [], key = nil, name = nil, type = nil, managedObjectType = nil, fieldDefPrivileges = nil, fieldInstancePrivileges = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @key = key @name = name @type = type @managedObjectType = managedObjectType @fieldDefPrivileges = fieldDefPrivileges @fieldInstancePrivileges = fieldInstancePrivileges end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
674 675 676 |
# File 'lib/vmware/soap/vim25.rb', line 674 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
673 674 675 |
# File 'lib/vmware/soap/vim25.rb', line 673 def dynamicType @dynamicType end |
#fieldDefPrivileges ⇒ Object
Returns the value of attribute fieldDefPrivileges.
679 680 681 |
# File 'lib/vmware/soap/vim25.rb', line 679 def fieldDefPrivileges @fieldDefPrivileges end |
#fieldInstancePrivileges ⇒ Object
Returns the value of attribute fieldInstancePrivileges.
680 681 682 |
# File 'lib/vmware/soap/vim25.rb', line 680 def fieldInstancePrivileges @fieldInstancePrivileges end |
#key ⇒ Object
Returns the value of attribute key.
675 676 677 |
# File 'lib/vmware/soap/vim25.rb', line 675 def key @key end |
#managedObjectType ⇒ Object
Returns the value of attribute managedObjectType.
678 679 680 |
# File 'lib/vmware/soap/vim25.rb', line 678 def managedObjectType @managedObjectType end |
#name ⇒ Object
Returns the value of attribute name.
676 677 678 |
# File 'lib/vmware/soap/vim25.rb', line 676 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
677 678 679 |
# File 'lib/vmware/soap/vim25.rb', line 677 def type @type end |