class Azure::Synapse::Mgmt::V2019_06_01_preview::Models::IntegrationRuntimeNodeIpAddress
The IP address of self-hosted integration runtime node.
Attributes
ip_address[RW]
@return [String] The IP address of self-hosted integration runtime node.
Private Class Methods
mapper()
click to toggle source
Mapper for IntegrationRuntimeNodeIpAddress
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/integration_runtime_node_ip_address.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IntegrationRuntimeNodeIpAddress', type: { name: 'Composite', class_name: 'IntegrationRuntimeNodeIpAddress', model_properties: { ip_address: { client_side_validation: true, required: false, read_only: true, serialized_name: 'ipAddress', type: { name: 'String' } } } } } end