Class: AuthorizationPrivilege

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

Overview

urn:vim25AuthorizationPrivilege

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
privId - SOAP::SOAPString
onParent - SOAP::SOAPBoolean
name - SOAP::SOAPString
privGroupName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], privId = nil, onParent = nil, name = nil, privGroupName = nil) ⇒ AuthorizationPrivilege

Returns a new instance of AuthorizationPrivilege.



439
440
441
442
443
444
445
446
# File 'lib/vmware/soap/vim25.rb', line 439

def initialize(dynamicType = nil, dynamicProperty = [], privId = nil, onParent = nil, name = nil, privGroupName = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @privId = privId
  @onParent = onParent
  @name = name
  @privGroupName = privGroupName
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



433
434
435
# File 'lib/vmware/soap/vim25.rb', line 433

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



432
433
434
# File 'lib/vmware/soap/vim25.rb', line 432

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



436
437
438
# File 'lib/vmware/soap/vim25.rb', line 436

def name
  @name
end

#onParentObject

Returns the value of attribute onParent.



435
436
437
# File 'lib/vmware/soap/vim25.rb', line 435

def onParent
  @onParent
end

#privGroupNameObject

Returns the value of attribute privGroupName.



437
438
439
# File 'lib/vmware/soap/vim25.rb', line 437

def privGroupName
  @privGroupName
end

#privIdObject

Returns the value of attribute privId.



434
435
436
# File 'lib/vmware/soap/vim25.rb', line 434

def privId
  @privId
end