Class: HostIpRouteConfig
- Inherits:
-
DynamicData
- Object
- DynamicData
- HostIpRouteConfig
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25HostIpRouteConfig
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
defaultGateway - SOAP::SOAPString
gatewayDevice - SOAP::SOAPString
Instance Attribute Summary collapse
-
#defaultGateway ⇒ Object
Returns the value of attribute defaultGateway.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#gatewayDevice ⇒ Object
Returns the value of attribute gatewayDevice.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], defaultGateway = nil, gatewayDevice = nil) ⇒ HostIpRouteConfig
constructor
A new instance of HostIpRouteConfig.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], defaultGateway = nil, gatewayDevice = nil) ⇒ HostIpRouteConfig
Returns a new instance of HostIpRouteConfig.
19861 19862 19863 19864 19865 19866 |
# File 'lib/vmware/soap/vim25.rb', line 19861 def initialize(dynamicType = nil, dynamicProperty = [], defaultGateway = nil, gatewayDevice = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @defaultGateway = defaultGateway @gatewayDevice = gatewayDevice end |
Instance Attribute Details
#defaultGateway ⇒ Object
Returns the value of attribute defaultGateway.
19858 19859 19860 |
# File 'lib/vmware/soap/vim25.rb', line 19858 def defaultGateway @defaultGateway end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
19857 19858 19859 |
# File 'lib/vmware/soap/vim25.rb', line 19857 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
19856 19857 19858 |
# File 'lib/vmware/soap/vim25.rb', line 19856 def dynamicType @dynamicType end |
#gatewayDevice ⇒ Object
Returns the value of attribute gatewayDevice.
19859 19860 19861 |
# File 'lib/vmware/soap/vim25.rb', line 19859 def gatewayDevice @gatewayDevice end |