Class: ExtensionPrivilegeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtensionPrivilegeInfo
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtensionPrivilegeInfo
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
privID - SOAP::SOAPString
privGroupName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#privGroupName ⇒ Object
Returns the value of attribute privGroupName.
-
#privID ⇒ Object
Returns the value of attribute privID.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], privID = nil, privGroupName = nil) ⇒ ExtensionPrivilegeInfo
constructor
A new instance of ExtensionPrivilegeInfo.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], privID = nil, privGroupName = nil) ⇒ ExtensionPrivilegeInfo
Returns a new instance of ExtensionPrivilegeInfo.
1285 1286 1287 1288 1289 1290 |
# File 'lib/vmware/soap/vim25.rb', line 1285 def initialize(dynamicType = nil, dynamicProperty = [], privID = nil, privGroupName = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @privID = privID @privGroupName = privGroupName end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
1281 1282 1283 |
# File 'lib/vmware/soap/vim25.rb', line 1281 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1280 1281 1282 |
# File 'lib/vmware/soap/vim25.rb', line 1280 def dynamicType @dynamicType end |
#privGroupName ⇒ Object
Returns the value of attribute privGroupName.
1283 1284 1285 |
# File 'lib/vmware/soap/vim25.rb', line 1283 def privGroupName @privGroupName end |
#privID ⇒ Object
Returns the value of attribute privID.
1282 1283 1284 |
# File 'lib/vmware/soap/vim25.rb', line 1282 def privID @privID end |