Class: ExtensionPrivilegeInfo

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.


1281
1282
1283
# File 'lib/vmware/soap/vim25.rb', line 1281

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.


1280
1281
1282
# File 'lib/vmware/soap/vim25.rb', line 1280

def dynamicType
  @dynamicType
end

#privGroupNameObject

Returns the value of attribute privGroupName.


1283
1284
1285
# File 'lib/vmware/soap/vim25.rb', line 1283

def privGroupName
  @privGroupName
end

#privIDObject

Returns the value of attribute privID.


1282
1283
1284
# File 'lib/vmware/soap/vim25.rb', line 1282

def privID
  @privID
end