Class: HostIpRouteConfig

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#defaultGatewayObject

Returns the value of attribute defaultGateway.



19858
19859
19860
# File 'lib/vmware/soap/vim25.rb', line 19858

def defaultGateway
  @defaultGateway
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



19857
19858
19859
# File 'lib/vmware/soap/vim25.rb', line 19857

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



19856
19857
19858
# File 'lib/vmware/soap/vim25.rb', line 19856

def dynamicType
  @dynamicType
end

#gatewayDeviceObject

Returns the value of attribute gatewayDevice.



19859
19860
19861
# File 'lib/vmware/soap/vim25.rb', line 19859

def gatewayDevice
  @gatewayDevice
end