Class: Google::Cloud::Compute::V1::SSLHealthCheck
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SSLHealthCheck
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: PortSpecification, ProxyHeader
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
The TCP port number for the health check request.
-
#port_name ⇒ ::String
Port name as defined in InstanceGroup#NamedPort#name.
-
#port_specification ⇒ ::Google::Cloud::Compute::V1::SSLHealthCheck::PortSpecification
Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking.
-
#proxy_header ⇒ ::Google::Cloud::Compute::V1::SSLHealthCheck::ProxyHeader
Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1.
-
#request ⇒ ::String
The application data to send once the SSL connection has been established (default value is empty).
-
#response ⇒ ::String
The bytes to match against the beginning of the response data.
Instance Attribute Details
#port ⇒ ::Integer
Returns The TCP port number for the health check request. The default value is 443. Valid values are 1 through 65535.
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4271 class SSLHealthCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how port is selected for health checking, can be one of following values: # USE_FIXED_PORT: The port number in port is used for health checking. # USE_NAMED_PORT: The portName is used for health checking. # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. # # # If not specified, SSL health check follows behavior specified in port and portName fields. module PortSpecification # A value indicating that the enum field is not set. UNDEFINED_PORT_SPECIFICATION = 0 USE_FIXED_PORT = 190235748 USE_NAMED_PORT = 349300671 USE_SERVING_PORT = 362637516 end # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |
#port_name ⇒ ::String
Returns Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4271 class SSLHealthCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how port is selected for health checking, can be one of following values: # USE_FIXED_PORT: The port number in port is used for health checking. # USE_NAMED_PORT: The portName is used for health checking. # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. # # # If not specified, SSL health check follows behavior specified in port and portName fields. module PortSpecification # A value indicating that the enum field is not set. UNDEFINED_PORT_SPECIFICATION = 0 USE_FIXED_PORT = 190235748 USE_NAMED_PORT = 349300671 USE_SERVING_PORT = 362637516 end # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |
#port_specification ⇒ ::Google::Cloud::Compute::V1::SSLHealthCheck::PortSpecification
Returns Specifies how port is selected for health checking, can be one of following values: USE_FIXED_PORT: The port number in port is used for health checking. USE_NAMED_PORT: The portName is used for health checking. USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
If not specified, SSL health check follows behavior specified in port and portName fields.
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4271 class SSLHealthCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how port is selected for health checking, can be one of following values: # USE_FIXED_PORT: The port number in port is used for health checking. # USE_NAMED_PORT: The portName is used for health checking. # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. # # # If not specified, SSL health check follows behavior specified in port and portName fields. module PortSpecification # A value indicating that the enum field is not set. UNDEFINED_PORT_SPECIFICATION = 0 USE_FIXED_PORT = 190235748 USE_NAMED_PORT = 349300671 USE_SERVING_PORT = 362637516 end # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |
#proxy_header ⇒ ::Google::Cloud::Compute::V1::SSLHealthCheck::ProxyHeader
Returns Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4271 class SSLHealthCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how port is selected for health checking, can be one of following values: # USE_FIXED_PORT: The port number in port is used for health checking. # USE_NAMED_PORT: The portName is used for health checking. # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. # # # If not specified, SSL health check follows behavior specified in port and portName fields. module PortSpecification # A value indicating that the enum field is not set. UNDEFINED_PORT_SPECIFICATION = 0 USE_FIXED_PORT = 190235748 USE_NAMED_PORT = 349300671 USE_SERVING_PORT = 362637516 end # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |
#request ⇒ ::String
Returns The application data to send once the SSL connection has been established (default value is empty). If both request and response are empty, the connection establishment alone will indicate health. The request data can only be ASCII.
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4271 class SSLHealthCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how port is selected for health checking, can be one of following values: # USE_FIXED_PORT: The port number in port is used for health checking. # USE_NAMED_PORT: The portName is used for health checking. # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. # # # If not specified, SSL health check follows behavior specified in port and portName fields. module PortSpecification # A value indicating that the enum field is not set. UNDEFINED_PORT_SPECIFICATION = 0 USE_FIXED_PORT = 190235748 USE_NAMED_PORT = 349300671 USE_SERVING_PORT = 362637516 end # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |
#response ⇒ ::String
Returns The bytes to match against the beginning of the response data. If left empty (the default value), any response will indicate health. The response data can only be ASCII.
4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4271 class SSLHealthCheck include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Specifies how port is selected for health checking, can be one of following values: # USE_FIXED_PORT: The port number in port is used for health checking. # USE_NAMED_PORT: The portName is used for health checking. # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking. # # # If not specified, SSL health check follows behavior specified in port and portName fields. module PortSpecification # A value indicating that the enum field is not set. UNDEFINED_PORT_SPECIFICATION = 0 USE_FIXED_PORT = 190235748 USE_NAMED_PORT = 349300671 USE_SERVING_PORT = 362637516 end # Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE. module ProxyHeader # A value indicating that the enum field is not set. UNDEFINED_PROXY_HEADER = 0 NONE = 2402104 PROXY_V1 = 334352940 end end |