GoogleApi.NetworkManagement.V1.Model.Endpoint (google_api_network_management v0.39.0)
View SourceSource or destination of the Connectivity Test.
Attributes
-
appEngineVersion
(type:GoogleApi.NetworkManagement.V1.Model.AppEngineVersionEndpoint.t
, default:nil
) - An App Engine service version. Applicable only to source endpoint. -
cloudFunction
(type:GoogleApi.NetworkManagement.V1.Model.CloudFunctionEndpoint.t
, default:nil
) - A Cloud Function. Applicable only to source endpoint. -
cloudRunRevision
(type:GoogleApi.NetworkManagement.V1.Model.CloudRunRevisionEndpoint.t
, default:nil
) - A Cloud Run revision Applicable only to source endpoint. -
cloudSqlInstance
(type:String.t
, default:nil
) - A Cloud SQL instance URI. -
forwardingRule
(type:String.t
, default:nil
) - A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Applicable only to destination endpoint. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id} -
forwardingRuleTarget
(type:String.t
, default:nil
) - Output only. Specifies the type of the target of the forwarding rule. -
fqdn
(type:String.t
, default:nil
) - DNS endpoint of Google Kubernetes Engine cluster control plane. Requires gke_master_cluster to be set, can't be used simultaneoulsly with ip_address or network. Applicable only to destination endpoint. -
gkeMasterCluster
(type:String.t
, default:nil
) - A cluster URI for Google Kubernetes Engine cluster control plane. -
instance
(type:String.t
, default:nil
) - A Compute Engine instance URI. -
ipAddress
(type:String.t
, default:nil
) - The IP address of the endpoint, which can be an external or internal IP. -
loadBalancerId
(type:String.t
, default:nil
) - Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers. -
loadBalancerType
(type:String.t
, default:nil
) - Output only. Type of the load balancer the forwarding rule points to. -
network
(type:String.t
, default:nil
) - A VPC network URI. -
networkType
(type:String.t
, default:nil
) - Type of the network where the endpoint is located. Applicable only to source endpoint, as destination network type can be inferred from the source. -
port
(type:integer()
, default:nil
) - The IP protocol port of the endpoint. Only applicable when protocol is TCP or UDP. -
projectId
(type:String.t
, default:nil
) - Project ID where the endpoint is located. The project ID can be derived from the URI if you provide a endpoint or network URI. The following are two cases where you may need to provide the project ID: 1. Only the IP address is specified, and the IP address is within a Google Cloud project. 2. When you are using Shared VPC and the IP address that you provide is from the service project. In this case, the network that the IP address resides in is defined in the host project. -
redisCluster
(type:String.t
, default:nil
) - A Redis Cluster URI. Applicable only to destination endpoint. -
redisInstance
(type:String.t
, default:nil
) - A Redis Instance URI. Applicable only to destination endpoint.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkManagement.V1.Model.Endpoint{ appEngineVersion: GoogleApi.NetworkManagement.V1.Model.AppEngineVersionEndpoint.t() | nil, cloudFunction: GoogleApi.NetworkManagement.V1.Model.CloudFunctionEndpoint.t() | nil, cloudRunRevision: GoogleApi.NetworkManagement.V1.Model.CloudRunRevisionEndpoint.t() | nil, cloudSqlInstance: String.t() | nil, forwardingRule: String.t() | nil, forwardingRuleTarget: String.t() | nil, fqdn: String.t() | nil, gkeMasterCluster: String.t() | nil, instance: String.t() | nil, ipAddress: String.t() | nil, loadBalancerId: String.t() | nil, loadBalancerType: String.t() | nil, network: String.t() | nil, networkType: String.t() | nil, port: integer() | nil, projectId: String.t() | nil, redisCluster: String.t() | nil, redisInstance: String.t() | nil }