GoogleCloudVPCNetworkPeering
No description
type GoogleCloudVPCNetworkPeering {
exchangeSubnetRoutes: Boolean!
exportCustomRoutes: Boolean!
exportSubnetRoutesWithPublicIp: Boolean!
importCustomRoutes: Boolean!
importSubnetRoutesWithPublicIp: Boolean!
name: String!
network: String!
peerMtu: Uint64!
stackType: GoogleCloudVPCNetworkStackType!
state: GoogleCloudVPCNetworkPeeringState!
stateDetails: String!
}
Fields
GoogleCloudVPCNetworkPeering.exchangeSubnetRoutes
● Boolean!
non-null scalar
Indicates whether full mesh connectivity is created and managed automatically between peered networks
GoogleCloudVPCNetworkPeering.exportCustomRoutes
● Boolean!
non-null scalar
Indicates whether to export the custom routes to the peer network
GoogleCloudVPCNetworkPeering.exportSubnetRoutesWithPublicIp
● Boolean!
non-null scalar
Indicates whether subnet routes with public IP range are exported
GoogleCloudVPCNetworkPeering.importCustomRoutes
● Boolean!
non-null scalar
Indicates whether to import the custom routes from the peer network
GoogleCloudVPCNetworkPeering.importSubnetRoutesWithPublicIp
● Boolean!
non-null scalar
Indicates whether subnet routes with public IP range are imported
GoogleCloudVPCNetworkPeering.name
● String!
non-null scalar
The name The format:
[a-z]([-a-z0-9]*[a-z0-9])?
GoogleCloudVPCNetworkPeering.network
● String!
non-null scalar
The URL of the peer network
GoogleCloudVPCNetworkPeering.peerMtu
● Uint64!
non-null scalar
Maximum Transmission Unit in bytes
GoogleCloudVPCNetworkPeering.stackType
● GoogleCloudVPCNetworkStackType!
non-null enum
Indicates which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks
GoogleCloudVPCNetworkPeering.state
● GoogleCloudVPCNetworkPeeringState!
non-null enum
The state for the peering
GoogleCloudVPCNetworkPeering.stateDetails
● String!
non-null scalar
Details about the current state of the peering
Member of
GoogleCloudVPCNetwork
object