Class: CustomizationLinuxPrep

Inherits:
CustomizationIdentitySettings show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25CustomizationLinuxPrep

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
hostName - CustomizationName
domain - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#domainObject

Returns the value of attribute domain.



24897
24898
24899
# File 'lib/vmware/soap/vim25.rb', line 24897

def domain
  @domain
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24895
24896
24897
# File 'lib/vmware/soap/vim25.rb', line 24895

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24894
24895
24896
# File 'lib/vmware/soap/vim25.rb', line 24894

def dynamicType
  @dynamicType
end

#hostNameObject

Returns the value of attribute hostName.



24896
24897
24898
# File 'lib/vmware/soap/vim25.rb', line 24896

def hostName
  @hostName
end