class Azure::Security::Mgmt::V2020_01_01_preview::Models::ProxyServerProperties
For a non-Azure machine that is not connected directly to the internet, specify a proxy server that the non-Azure machine can use.
Attributes
ip[RW]
@return [String] Proxy server IP
port[RW]
@return [String] Proxy server port
Private Class Methods
mapper()
click to toggle source
Mapper for ProxyServerProperties
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-01-01-preview/generated/azure_mgmt_security/models/proxy_server_properties.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ProxyServerProperties', type: { name: 'Composite', class_name: 'ProxyServerProperties', model_properties: { ip: { client_side_validation: true, required: false, serialized_name: 'ip', type: { name: 'String' } }, port: { client_side_validation: true, required: false, serialized_name: 'port', type: { name: 'String' } } } } } end