Class: ModeInfo

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

Overview

urn:vim25ModeInfo

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
browse - SOAP::SOAPString
read - SOAP::SOAPString
modify - SOAP::SOAPString
use - SOAP::SOAPString
admin - SOAP::SOAPString
full - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], browse = nil, read = nil, modify = nil, use = nil, admin = nil, full = nil) ⇒ ModeInfo

Returns a new instance of ModeInfo.



18807
18808
18809
18810
18811
18812
18813
18814
18815
18816
# File 'lib/vmware/soap/vim25.rb', line 18807

def initialize(dynamicType = nil, dynamicProperty = [], browse = nil, read = nil, modify = nil, use = nil, admin = nil, full = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @browse = browse
  @read = read
  @modify = modify
  @use = use
  @admin = admin
  @full = full
end

Instance Attribute Details

#adminObject

Returns the value of attribute admin.



18804
18805
18806
# File 'lib/vmware/soap/vim25.rb', line 18804

def admin
  @admin
end

#browseObject

Returns the value of attribute browse.



18800
18801
18802
# File 'lib/vmware/soap/vim25.rb', line 18800

def browse
  @browse
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18799
18800
18801
# File 'lib/vmware/soap/vim25.rb', line 18799

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18798
18799
18800
# File 'lib/vmware/soap/vim25.rb', line 18798

def dynamicType
  @dynamicType
end

#fullObject

Returns the value of attribute full.



18805
18806
18807
# File 'lib/vmware/soap/vim25.rb', line 18805

def full
  @full
end

#modifyObject

Returns the value of attribute modify.



18802
18803
18804
# File 'lib/vmware/soap/vim25.rb', line 18802

def modify
  @modify
end

#readObject

Returns the value of attribute read.



18801
18802
18803
# File 'lib/vmware/soap/vim25.rb', line 18801

def read
  @read
end

#useObject

Returns the value of attribute use.



18803
18804
18805
# File 'lib/vmware/soap/vim25.rb', line 18803

def use
  @use
end