Class: Azure::Network::Mgmt::V2016_12_01::Models::ApplicationGatewayBackendHttpSettings
- Inherits:
-
SubResource
- Object
- SubResource
- Azure::Network::Mgmt::V2016_12_01::Models::ApplicationGatewayBackendHttpSettings
- Includes:
- MsRestAzure
- Defined in:
- lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb
Overview
Backend address pool settings of an application gateway.
Instance Attribute Summary collapse
-
#authentication_certificates ⇒ Array<SubResource>
authentication certificates.
-
#connection_draining ⇒ ApplicationGatewayConnectionDraining
the backend http settings resource.
-
#cookie_based_affinity ⇒ ApplicationGatewayCookieBasedAffinity
Possible values are: 'Enabled' and 'Disabled'.
-
#etag ⇒ String
resource is updated.
-
#name ⇒ String
group.
-
#port ⇒ Integer
Port.
-
#probe ⇒ SubResource
Probe resource of an application gateway.
-
#protocol ⇒ ApplicationGatewayProtocol
'Http' and 'Https'.
-
#provisioning_state ⇒ String
resource.
-
#request_timeout ⇒ Integer
fail the request if response is not received within RequestTimeout.
Attributes inherited from SubResource
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ApplicationGatewayBackendHttpSettings class as Ruby Hash.
Instance Attribute Details
#authentication_certificates ⇒ Array<SubResource>
authentication certificates.
37 38 39 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 37 def authentication_certificates @authentication_certificates end |
#connection_draining ⇒ ApplicationGatewayConnectionDraining
the backend http settings resource.
45 46 47 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 45 def connection_draining @connection_draining end |
#cookie_based_affinity ⇒ ApplicationGatewayCookieBasedAffinity
Possible values are: 'Enabled' and 'Disabled'. Possible values include: 'Enabled', 'Disabled'
25 26 27 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 25 def @cookie_based_affinity end |
#etag ⇒ String
resource is updated.
53 54 55 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 53 def etag @etag end |
#name ⇒ String
group. This name can be used to access the resource.
49 50 51 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 49 def name @name end |
#port ⇒ Integer
Returns Port.
16 17 18 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 16 def port @port end |
#probe ⇒ SubResource
Returns Probe resource of an application gateway.
33 34 35 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 33 def probe @probe end |
#protocol ⇒ ApplicationGatewayProtocol
'Http' and 'Https'. Possible values include: 'Http', 'Https'
20 21 22 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 20 def protocol @protocol end |
#provisioning_state ⇒ String
resource. Possible values are: 'Updating', 'Deleting', and 'Failed'.
41 42 43 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 41 def provisioning_state @provisioning_state end |
#request_timeout ⇒ Integer
fail the request if response is not received within RequestTimeout. Acceptable values are from 1 second to 86400 seconds.
30 31 32 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 30 def request_timeout @request_timeout end |
Class Method Details
.mapper ⇒ Object
Mapper for ApplicationGatewayBackendHttpSettings class as Ruby Hash. This will be used for serialization/deserialization.
60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 |
# File 'lib/2016-12-01/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 60 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendHttpSettings', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendHttpSettings', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, port: { client_side_validation: true, required: false, serialized_name: 'properties.port', type: { name: 'Number' } }, protocol: { client_side_validation: true, required: false, serialized_name: 'properties.protocol', type: { name: 'String' } }, cookie_based_affinity: { client_side_validation: true, required: false, serialized_name: 'properties.cookieBasedAffinity', type: { name: 'String' } }, request_timeout: { client_side_validation: true, required: false, serialized_name: 'properties.requestTimeout', type: { name: 'Number' } }, probe: { client_side_validation: true, required: false, serialized_name: 'properties.probe', type: { name: 'Composite', class_name: 'SubResource' } }, authentication_certificates: { client_side_validation: true, required: false, serialized_name: 'properties.authenticationCertificates', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, provisioning_state: { client_side_validation: true, required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, connection_draining: { client_side_validation: true, required: false, serialized_name: 'properties.connectionDraining', type: { name: 'Composite', class_name: 'ApplicationGatewayConnectionDraining' } }, name: { client_side_validation: true, required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { client_side_validation: true, required: false, serialized_name: 'etag', type: { name: 'String' } } } } } end |