Interface protos.google.cloud.compute.v1.IHTTPSHealthCheck (3.0.0)

Properties of a HTTPSHealthCheck.

Package

@google-cloud/compute

Properties

host

host?: (string|null);

HTTPSHealthCheck host

port

port?: (number|null);

HTTPSHealthCheck port

portName

portName?: (string|null);

HTTPSHealthCheck portName

portSpecification

portSpecification?: (google.cloud.compute.v1.HTTPSHealthCheck.PortSpecification|keyof typeof google.cloud.compute.v1.HTTPSHealthCheck.PortSpecification|null);

HTTPSHealthCheck portSpecification

proxyHeader

proxyHeader?: (google.cloud.compute.v1.HTTPSHealthCheck.ProxyHeader|keyof typeof google.cloud.compute.v1.HTTPSHealthCheck.ProxyHeader|null);

HTTPSHealthCheck proxyHeader

requestPath

requestPath?: (string|null);

HTTPSHealthCheck requestPath

response

response?: (string|null);

HTTPSHealthCheck response