Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.clone() |
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatus.getTrafficConfiguration()
The active connectivity settings for the peering connection based on the settings of the
network peerings.
|
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.set(String fieldName,
Object value) |
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.setExportCustomRoutesToPeer(Boolean exportCustomRoutesToPeer)
Whether custom routes are being exported to the peer network.
|
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.setExportSubnetRoutesWithPublicIpToPeer(Boolean exportSubnetRoutesWithPublicIpToPeer)
Whether subnet routes with public IP ranges are being exported to the peer network.
|
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.setImportCustomRoutesFromPeer(Boolean importCustomRoutesFromPeer)
Whether custom routes are being imported from the peer network.
|
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.setImportSubnetRoutesWithPublicIpFromPeer(Boolean importSubnetRoutesWithPublicIpFromPeer)
Whether subnet routes with public IP ranges are being imported from the peer network.
|
NetworkPeeringConnectionStatusTrafficConfiguration |
NetworkPeeringConnectionStatusTrafficConfiguration.setStackType(String stackType)
Which IP version(s) of traffic and routes are being imported or exported between peer networks.
|
Modifier and Type | Method and Description |
---|---|
NetworkPeeringConnectionStatus |
NetworkPeeringConnectionStatus.setTrafficConfiguration(NetworkPeeringConnectionStatusTrafficConfiguration trafficConfiguration)
The active connectivity settings for the peering connection based on the settings of the
network peerings.
|
Copyright © 2011–2025 Google. All rights reserved.