GoogleApi.NetworkConnectivity.V1.Model.RoutingVPC (google_api_network_connectivity v0.3.0) View Source

RoutingVPC contains information about the VPC network that is associated with a hub's spokes.

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.
  • uri (type: String.t, default: nil) - The URI of the VPC network.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.