View Source GoogleApi.Datastream.V1.Model.VpcPeeringConfig (google_api_datastream v0.4.0)

The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.

Attributes

  • subnet (type: String.t, default: nil) - Required. A free subnet for peering. (CIDR of /29)
  • vpc (type: String.t, default: nil) - Required. Fully qualified name of the VPC that Datastream will peer to. Format: projects/{project}/global/{networks}/{name}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Datastream.V1.Model.VpcPeeringConfig{
  subnet: String.t() | nil,
  vpc: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.