GoogleApi.NetworkConnectivity.V1.Model.LinkedRouterApplianceInstances (google_api_network_connectivity v0.12.0)
View SourceA collection of router appliance instances. If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.
Attributes
-
includeImportRanges
(type:list(String.t)
, default:nil
) - Optional. IP ranges allowed to be included during import from hub (does not control transit connectivity). The only allowed value for now is "ALL_IPV4_RANGES". -
instances
(type:list(GoogleApi.NetworkConnectivity.V1.Model.RouterApplianceInstance.t)
, default:nil
) - The list of router appliance instances. -
siteToSiteDataTransfer
(type:boolean()
, default:nil
) - A value that controls whether site-to-site data transfer is enabled for these resources. Data transfer is available only in supported locations. -
vpcNetwork
(type:String.t
, default:nil
) - Output only. The VPC network where these router appliance instances are located.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.NetworkConnectivity.V1.Model.LinkedRouterApplianceInstances{ includeImportRanges: [String.t()] | nil, instances: [GoogleApi.NetworkConnectivity.V1.Model.RouterApplianceInstance.t()] | nil, siteToSiteDataTransfer: boolean() | nil, vpcNetwork: String.t() | nil }