Class: CustomizationIdentification

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#domainAdminObject

Returns the value of attribute domainAdmin.



24799
24800
24801
# File 'lib/vmware/soap/vim25.rb', line 24799

def domainAdmin
  @domainAdmin
end

#domainAdminPasswordObject

Returns the value of attribute domainAdminPassword.



24800
24801
24802
# File 'lib/vmware/soap/vim25.rb', line 24800

def domainAdminPassword
  @domainAdminPassword
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24796
24797
24798
# File 'lib/vmware/soap/vim25.rb', line 24796

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24795
24796
24797
# File 'lib/vmware/soap/vim25.rb', line 24795

def dynamicType
  @dynamicType
end

#joinDomainObject

Returns the value of attribute joinDomain.



24798
24799
24800
# File 'lib/vmware/soap/vim25.rb', line 24798

def joinDomain
  @joinDomain
end

#joinWorkgroupObject

Returns the value of attribute joinWorkgroup.



24797
24798
24799
# File 'lib/vmware/soap/vim25.rb', line 24797

def joinWorkgroup
  @joinWorkgroup
end