View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2NetworkInterface (google_api_run v0.30.0)

Direct VPC egress settings.

Attributes

  • network (type: String.t, default: nil) - The VPC network that the Cloud Run resource will be able to send traffic to. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If network is not specified, it will be looked up from the subnetwork.
  • subnetwork (type: String.t, default: nil) - The VPC subnetwork that the Cloud Run resource will get IPs from. At least one of network or subnetwork must be specified. If both network and subnetwork are specified, the given VPC subnetwork must belong to the given VPC network. If subnetwork is not specified, the subnetwork with the same name with the network will be used.
  • tags (type: list(String.t), default: nil) - Network tags applied to this Cloud Run resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2NetworkInterface{
  network: String.t() | nil,
  subnetwork: String.t() | nil,
  tags: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.