Class: HostDhcpService

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

Overview

urn:vim25HostDhcpService

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HostDhcpService.



18472
18473
18474
18475
18476
18477
# File 'lib/vmware/soap/vim25.rb', line 18472

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



18468
18469
18470
# File 'lib/vmware/soap/vim25.rb', line 18468

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



18467
18468
18469
# File 'lib/vmware/soap/vim25.rb', line 18467

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



18469
18470
18471
# File 'lib/vmware/soap/vim25.rb', line 18469

def key
  @key
end

#specObject

Returns the value of attribute spec.



18470
18471
18472
# File 'lib/vmware/soap/vim25.rb', line 18470

def spec
  @spec
end