View Source GoogleApi.DataMigration.V1.Model.VpcPeeringConfig (google_api_data_migration v0.15.0)

The VPC peering configuration is used to create VPC peering with the consumer's VPC.

Attributes

  • subnet (type: String.t, default: nil) - Required. A free subnet for peering. (CIDR of /29)
  • vpcName (type: String.t, default: nil) - Required. Fully qualified name of the VPC that Database Migration Service will peer to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.