Class: Azure::ARM::Network::Models::ApplicationGatewayBackendHttpSettings
- Inherits:
-
MsRestAzure::SubResource
- Object
- MsRestAzure::SubResource
- Azure::ARM::Network::Models::ApplicationGatewayBackendHttpSettings
- Includes:
- MsRest::JSONable, MsRestAzure
- Defined in:
- lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb
Overview
Backend address pool settings of an application gateway.
Instance Attribute Summary collapse
-
#affinity_cookie_name ⇒ String
Cookie name to use for the affinity cookie.
-
#authentication_certificates ⇒ Array<SubResource>
authentication certificates.
-
#connection_draining ⇒ ApplicationGatewayConnectionDraining
the backend http settings resource.
-
#cookie_based_affinity ⇒ ApplicationGatewayCookieBasedAffinity
Possible values include: ‘Enabled’, ‘Disabled’.
-
#etag ⇒ String
resource is updated.
-
#host_name ⇒ String
Host header to be sent to the backend servers.
-
#name ⇒ String
group.
-
#path ⇒ String
requests.
-
#pick_host_name_from_backend_address ⇒ Boolean
host name of the backend server.
-
#port ⇒ Integer
Port.
-
#probe ⇒ SubResource
Probe resource of an application gateway.
-
#probe_enabled ⇒ Boolean
Whether the probe is enabled.
-
#protocol ⇒ ApplicationGatewayProtocol
‘Http’, ‘Https’.
-
#provisioning_state ⇒ String
resource.
-
#request_timeout ⇒ Integer
fail the request if response is not received within RequestTimeout.
-
#type ⇒ String
Type of the resource.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ApplicationGatewayBackendHttpSettings class as Ruby Hash.
Instance Attribute Details
#affinity_cookie_name ⇒ String
Returns Cookie name to use for the affinity cookie.
51 52 53 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 51 def @affinity_cookie_name end |
#authentication_certificates ⇒ Array<SubResource>
authentication certificates.
37 38 39 |
# File 'lib/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.
41 42 43 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 41 def connection_draining @connection_draining end |
#cookie_based_affinity ⇒ ApplicationGatewayCookieBasedAffinity
Possible values include: ‘Enabled’, ‘Disabled’
25 26 27 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 25 def @cookie_based_affinity end |
#etag ⇒ String
resource is updated.
70 71 72 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 70 def etag @etag end |
#host_name ⇒ String
Returns Host header to be sent to the backend servers.
44 45 46 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 44 def host_name @host_name end |
#name ⇒ String
group. This name can be used to access the resource.
66 67 68 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 66 def name @name end |
#path ⇒ String
requests. Null means no path will be prefixed. Default value is null.
58 59 60 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 58 def path @path end |
#pick_host_name_from_backend_address ⇒ Boolean
host name of the backend server. Default value is false.
48 49 50 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 48 def pick_host_name_from_backend_address @pick_host_name_from_backend_address end |
#port ⇒ Integer
Returns Port.
17 18 19 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 17 def port @port end |
#probe ⇒ SubResource
Returns Probe resource of an application gateway.
33 34 35 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 33 def probe @probe end |
#probe_enabled ⇒ Boolean
Returns Whether the probe is enabled. Default value is false.
54 55 56 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 54 def probe_enabled @probe_enabled end |
#protocol ⇒ ApplicationGatewayProtocol
‘Http’, ‘Https’
21 22 23 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 21 def protocol @protocol end |
#provisioning_state ⇒ String
resource. Possible values are: ‘Updating’, ‘Deleting’, and ‘Failed’.
62 63 64 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 62 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/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 30 def request_timeout @request_timeout end |
#type ⇒ String
Returns Type of the resource.
73 74 75 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 73 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for ApplicationGatewayBackendHttpSettings class as Ruby Hash. This will be used for serialization/deserialization.
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 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 |
# File 'lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb', line 80 def self.mapper() { required: false, serialized_name: 'ApplicationGatewayBackendHttpSettings', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendHttpSettings', model_properties: { id: { required: false, serialized_name: 'id', type: { name: 'String' } }, port: { required: false, serialized_name: 'properties.port', type: { name: 'Number' } }, protocol: { required: false, serialized_name: 'properties.protocol', type: { name: 'String' } }, cookie_based_affinity: { required: false, serialized_name: 'properties.cookieBasedAffinity', type: { name: 'String' } }, request_timeout: { required: false, serialized_name: 'properties.requestTimeout', type: { name: 'Number' } }, probe: { required: false, serialized_name: 'properties.probe', type: { name: 'Composite', class_name: 'SubResource' } }, authentication_certificates: { required: false, serialized_name: 'properties.authenticationCertificates', type: { name: 'Sequence', element: { required: false, serialized_name: 'SubResourceElementType', type: { name: 'Composite', class_name: 'SubResource' } } } }, connection_draining: { required: false, serialized_name: 'properties.connectionDraining', type: { name: 'Composite', class_name: 'ApplicationGatewayConnectionDraining' } }, host_name: { required: false, serialized_name: 'properties.hostName', type: { name: 'String' } }, pick_host_name_from_backend_address: { required: false, serialized_name: 'properties.pickHostNameFromBackendAddress', type: { name: 'Boolean' } }, affinity_cookie_name: { required: false, serialized_name: 'properties.affinityCookieName', type: { name: 'String' } }, probe_enabled: { required: false, serialized_name: 'properties.probeEnabled', type: { name: 'Boolean' } }, path: { required: false, serialized_name: 'properties.path', type: { name: 'String' } }, provisioning_state: { required: false, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, name: { required: false, serialized_name: 'name', type: { name: 'String' } }, etag: { required: false, serialized_name: 'etag', type: { name: 'String' } }, type: { required: false, serialized_name: 'type', type: { name: 'String' } } } } } end |