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