Class: CustomizationLinuxPrep
- Inherits:
-
CustomizationIdentitySettings
- Object
- DynamicData
- CustomizationIdentitySettings
- CustomizationLinuxPrep
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationLinuxPrep
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - CustomizationName
domain - SOAP::SOAPString
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#hostName ⇒ Object
Returns the value of attribute hostName.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, domain = nil) ⇒ CustomizationLinuxPrep
constructor
A new instance of CustomizationLinuxPrep.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, domain = nil) ⇒ CustomizationLinuxPrep
Returns a new instance of CustomizationLinuxPrep.
24899 24900 24901 24902 24903 24904 |
# File 'lib/vmware/soap/vim25.rb', line 24899 def initialize(dynamicType = nil, dynamicProperty = [], hostName = nil, domain = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @hostName = hostName @domain = domain end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
24897 24898 24899 |
# File 'lib/vmware/soap/vim25.rb', line 24897 def domain @domain end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24895 24896 24897 |
# File 'lib/vmware/soap/vim25.rb', line 24895 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24894 24895 24896 |
# File 'lib/vmware/soap/vim25.rb', line 24894 def dynamicType @dynamicType end |
#hostName ⇒ Object
Returns the value of attribute hostName.
24896 24897 24898 |
# File 'lib/vmware/soap/vim25.rb', line 24896 def hostName @hostName end |