google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.ExternalVpnGateway View Source

External VPN gateway is the on-premises VPN gateway(s) or another cloud provider's VPN gateway that connects to your Google Cloud VPN gateway. To create a highly available VPN from Google Cloud to your on-premises side or another Cloud provider's VPN gateway, you must create a external VPN gateway resource in GCP, which provides the information to GCP about your external VPN gateway.

Attributes

  • creationTimestamp (type: String.t, default: nil) - [Output Only] Creation timestamp in RFC3339 text format.

  • description (type: String.t, default: nil) - An optional description of this resource. Provide this property when you create the resource.

  • id (type: String.t, default: nil) - [Output Only] The unique identifier for the resource. This identifier is defined by the server.

  • interfaces (type: list(GoogleApi.Compute.V1.Model.ExternalVpnGatewayInterface.t), default: nil) - List of interfaces for this external VPN gateway.

  • kind (type: String.t, default: compute#externalVpnGateway) - [Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.

  • labelFingerprint (type: String.t, default: nil) - A fingerprint for the labels being applied to this ExternalVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet.

    To see the latest fingerprint, make a get() request to retrieve an ExternalVpnGateway.

  • labels (type: map(), default: nil) - Labels to apply to this ExternalVpnGateway resource. These can be later modified by the setLabels method. Each label key/value must comply with RFC1035. Label values may be empty.

  • name (type: String.t, default: nil) - Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

  • redundancyType (type: String.t, default: nil) - Indicates the user-supplied redundancy type of this external VPN gateway.

  • selfLink (type: String.t, default: nil) - [Output Only] Server-defined URL for the resource.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Compute.V1.Model.ExternalVpnGateway{
  creationTimestamp: String.t(),
  description: String.t(),
  id: String.t(),
  interfaces: [GoogleApi.Compute.V1.Model.ExternalVpnGatewayInterface.t()],
  kind: String.t(),
  labelFingerprint: String.t(),
  labels: map(),
  name: String.t(),
  redundancyType: String.t(),
  selfLink: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.