GoogleApi.NetworkConnectivity.V1.Model.RoutingVPC (google_api_network_connectivity v0.12.0)

View Source

RoutingVPC contains information about the VPC networks associated with the spokes of a Network Connectivity Center hub.

Attributes

  • requiredForNewSiteToSiteDataTransferSpokes (type: boolean(), default: nil) - Output only. If true, indicates that this VPC network is currently associated with spokes that use the data transfer feature (spokes where the site_to_site_data_transfer field is set to true). If you create new spokes that use data transfer, they must be associated with this VPC network. At most, one VPC network will have this field set to true.
  • uri (type: String.t, default: nil) - The URI of the VPC network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.RoutingVPC{
  requiredForNewSiteToSiteDataTransferSpokes: boolean() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.