Class: HostDhcpServiceConfig

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

Overview

urn:vim25HostDhcpServiceConfig

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
changeOperation - SOAP::SOAPString
key - SOAP::SOAPString
spec - HostDhcpServiceSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil) ⇒ HostDhcpServiceConfig

Returns a new instance of HostDhcpServiceConfig.



18452
18453
18454
18455
18456
18457
18458
# File 'lib/vmware/soap/vim25.rb', line 18452

def initialize(dynamicType = nil, dynamicProperty = [], changeOperation = nil, key = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @changeOperation = changeOperation
  @key = key
  @spec = spec
end

Instance Attribute Details

#changeOperationObject

Returns the value of attribute changeOperation.



18448
18449
18450
# File 'lib/vmware/soap/vim25.rb', line 18448

def changeOperation
  @changeOperation
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18447
18448
18449
# File 'lib/vmware/soap/vim25.rb', line 18447

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18446
18447
18448
# File 'lib/vmware/soap/vim25.rb', line 18446

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



18449
18450
18451
# File 'lib/vmware/soap/vim25.rb', line 18449

def key
  @key
end

#specObject

Returns the value of attribute spec.



18450
18451
18452
# File 'lib/vmware/soap/vim25.rb', line 18450

def spec
  @spec
end