Skip to main content

GoogleNetworkTargetHTTPSProxy

No description

type GoogleNetworkTargetHTTPSProxy {
resourceId: ResourceID!
authorizationPolicy: String!
certificateMap: String!
createdAt: DateTime!
description: String!
fingerprint: String!
id: Uint64!
name: String!
proxyBind: Boolean!
quicOverride: GoogleNetworkTargetHTTPSProxyQUICOverridePolicy!
region: String!
selfLink: String!
serverTlsPolicy: String!
sslCertificates: [String!]!
sslPolicy: String!
urlMap: String!
}

Fields

GoogleNetworkTargetHTTPSProxy.resourceId ● ResourceID! non-null scalar

The ID to identify the target HTTPS proxy in Shisho Cloud

GoogleNetworkTargetHTTPSProxy.authorizationPolicy ● String! non-null scalar

Describes how the proxy should authorize inbound traffic

GoogleNetworkTargetHTTPSProxy.certificateMap ● String! non-null scalar

URL of a certificate map

GoogleNetworkTargetHTTPSProxy.createdAt ● DateTime! non-null scalar

The created date/time

GoogleNetworkTargetHTTPSProxy.description ● String! non-null scalar

The description

GoogleNetworkTargetHTTPSProxy.fingerprint ● String! non-null scalar

A hash of the content stored in this object

GoogleNetworkTargetHTTPSProxy.id ● Uint64! non-null scalar

The Unique ID

GoogleNetworkTargetHTTPSProxy.name ● String! non-null scalar

The name The format: [a-z]([-a-z0-9]*[a-z0-9])?

GoogleNetworkTargetHTTPSProxy.proxyBind ● Boolean! non-null scalar

If true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule

GoogleNetworkTargetHTTPSProxy.quicOverride ● GoogleNetworkTargetHTTPSProxyQUICOverridePolicy! non-null enum

Specifies the QUIC override policy for this resource

GoogleNetworkTargetHTTPSProxy.region ● String! non-null scalar

URL of the region

GoogleNetworkTargetHTTPSProxy.selfLink ● String! non-null scalar

Server-defined URL for the resource

GoogleNetworkTargetHTTPSProxy.serverTlsPolicy ● String! non-null scalar

Describes how the proxy should authenticate inbound traffic

GoogleNetworkTargetHTTPSProxy.sslCertificates ● [String!]! non-null scalar

URLs to SSL Certificate resources that are used to authenticate connections between users and the load balancer

GoogleNetworkTargetHTTPSProxy.sslPolicy ● String! non-null scalar

URL of SSL Policy resource

GoogleNetworkTargetHTTPSProxy.urlMap ● String! non-null scalar

Defines the mapping from URL to the BackendService

Member of

GoogleNetwork object