Class: HostDhcpService
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostDhcpService
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostDhcpService
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
spec - HostDhcpServiceSpec
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, spec = nil) ⇒ HostDhcpService
constructor
A new instance of HostDhcpService.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
18468 18469 18470 |
# File 'lib/vmware/soap/vim25.rb', line 18468 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
18467 18468 18469 |
# File 'lib/vmware/soap/vim25.rb', line 18467 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
18469 18470 18471 |
# File 'lib/vmware/soap/vim25.rb', line 18469 def key @key end |
#spec ⇒ Object
Returns the value of attribute spec.
18470 18471 18472 |
# File 'lib/vmware/soap/vim25.rb', line 18470 def spec @spec end |