Class: HostAccountSpec
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostAccountSpec
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostAccountSpec
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
id - SOAP::SOAPString
password - SOAP::SOAPString
description - SOAP::SOAPString
Direct Known Subclasses
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#id ⇒ Object
Returns the value of attribute id.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil) ⇒ HostAccountSpec
constructor
A new instance of HostAccountSpec.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil) ⇒ HostAccountSpec
Returns a new instance of HostAccountSpec.
19882 19883 19884 19885 19886 19887 19888 |
# File 'lib/vmware/soap/vim25.rb', line 19882 def initialize(dynamicType = nil, dynamicProperty = [], id = nil, password = nil, description = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @id = id @password = password @description = description end |
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
19880 19881 19882 |
# File 'lib/vmware/soap/vim25.rb', line 19880 def description @description end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19877 19878 19879 |
# File 'lib/vmware/soap/vim25.rb', line 19877 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19876 19877 19878 |
# File 'lib/vmware/soap/vim25.rb', line 19876 def dynamicType @dynamicType end |
#id ⇒ Object
Returns the value of attribute id.
19878 19879 19880 |
# File 'lib/vmware/soap/vim25.rb', line 19878 def id @id end |
#password ⇒ Object
Returns the value of attribute password.
19879 19880 19881 |
# File 'lib/vmware/soap/vim25.rb', line 19879 def password @password end |