Method: HostDhcpService#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |