Class: CustomizationIdentification
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomizationIdentification
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomizationIdentification
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
joinWorkgroup - SOAP::SOAPString
joinDomain - SOAP::SOAPString
domainAdmin - SOAP::SOAPString
domainAdminPassword - CustomizationPassword
Instance Attribute Summary collapse
-
#domainAdmin ⇒ Object
Returns the value of attribute domainAdmin.
-
#domainAdminPassword ⇒ Object
Returns the value of attribute domainAdminPassword.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#joinDomain ⇒ Object
Returns the value of attribute joinDomain.
-
#joinWorkgroup ⇒ Object
Returns the value of attribute joinWorkgroup.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], joinWorkgroup = nil, joinDomain = nil, domainAdmin = nil, domainAdminPassword = nil) ⇒ CustomizationIdentification
constructor
A new instance of CustomizationIdentification.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], joinWorkgroup = nil, joinDomain = nil, domainAdmin = nil, domainAdminPassword = nil) ⇒ CustomizationIdentification
Returns a new instance of CustomizationIdentification.
24802 24803 24804 24805 24806 24807 24808 24809 |
# File 'lib/vmware/soap/vim25.rb', line 24802 def initialize(dynamicType = nil, dynamicProperty = [], joinWorkgroup = nil, joinDomain = nil, domainAdmin = nil, domainAdminPassword = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @joinWorkgroup = joinWorkgroup @joinDomain = joinDomain @domainAdmin = domainAdmin @domainAdminPassword = domainAdminPassword end |
Instance Attribute Details
#domainAdmin ⇒ Object
Returns the value of attribute domainAdmin.
24799 24800 24801 |
# File 'lib/vmware/soap/vim25.rb', line 24799 def domainAdmin @domainAdmin end |
#domainAdminPassword ⇒ Object
Returns the value of attribute domainAdminPassword.
24800 24801 24802 |
# File 'lib/vmware/soap/vim25.rb', line 24800 def domainAdminPassword @domainAdminPassword end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
24796 24797 24798 |
# File 'lib/vmware/soap/vim25.rb', line 24796 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
24795 24796 24797 |
# File 'lib/vmware/soap/vim25.rb', line 24795 def dynamicType @dynamicType end |
#joinDomain ⇒ Object
Returns the value of attribute joinDomain.
24798 24799 24800 |
# File 'lib/vmware/soap/vim25.rb', line 24798 def joinDomain @joinDomain end |
#joinWorkgroup ⇒ Object
Returns the value of attribute joinWorkgroup.
24797 24798 24799 |
# File 'lib/vmware/soap/vim25.rb', line 24797 def joinWorkgroup @joinWorkgroup end |