Class: ModeInfo
- Inherits:
-
DynamicData
- Object
- DynamicData
- ModeInfo
- 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
-
#admin ⇒ Object
Returns the value of attribute admin.
-
#browse ⇒ Object
Returns the value of attribute browse.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#full ⇒ Object
Returns the value of attribute full.
-
#modify ⇒ Object
Returns the value of attribute modify.
-
#read ⇒ Object
Returns the value of attribute read.
-
#use ⇒ Object
Returns the value of attribute use.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], browse = nil, read = nil, modify = nil, use = nil, admin = nil, full = nil) ⇒ ModeInfo
constructor
A new instance of ModeInfo.
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
#admin ⇒ Object
Returns the value of attribute admin.
18804 18805 18806 |
# File 'lib/vmware/soap/vim25.rb', line 18804 def admin @admin end |
#browse ⇒ Object
Returns the value of attribute browse.
18800 18801 18802 |
# File 'lib/vmware/soap/vim25.rb', line 18800 def browse @browse end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18799 18800 18801 |
# File 'lib/vmware/soap/vim25.rb', line 18799 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18798 18799 18800 |
# File 'lib/vmware/soap/vim25.rb', line 18798 def dynamicType @dynamicType end |
#full ⇒ Object
Returns the value of attribute full.
18805 18806 18807 |
# File 'lib/vmware/soap/vim25.rb', line 18805 def full @full end |
#modify ⇒ Object
Returns the value of attribute modify.
18802 18803 18804 |
# File 'lib/vmware/soap/vim25.rb', line 18802 def modify @modify end |
#read ⇒ Object
Returns the value of attribute read.
18801 18802 18803 |
# File 'lib/vmware/soap/vim25.rb', line 18801 def read @read end |
#use ⇒ Object
Returns the value of attribute use.
18803 18804 18805 |
# File 'lib/vmware/soap/vim25.rb', line 18803 def use @use end |