GoogleVPCNetwork
No description
type GoogleVPCNetwork {
resourceId: ResourceID!
autoCreateSubnetworks: Boolean!
createdAt: DateTime!
description: String!
enableUlaInternalIpv6: Boolean!
firewallPolicy: String!
gatewayIPv4: String!
id: Uint64!
internalIpv6Range: String!
mtu: Uint64!
name: String!
networkFirewallPolicyEnforcementOrder: GoogleVPCNetworkFirewallPolicyEnforcementOrder!
peerings: [GoogleVPCNetworkPeering!]!
routingConfig: GoogleVPCNetworkRoutingConfiguration!
selfLink: String!
subnetworks: [String!]!
}
Fields
GoogleVPCNetwork.resourceId
● ResourceID!
non-null scalar
The ID to identify the VPC network in Shisho Cloud
GoogleVPCNetwork.autoCreateSubnetworks
● Boolean!
non-null scalar
The state if subnetworks are created. When set to true, the VPC network is created in auto mode and when set to false, the VPC network is created in custom mode
GoogleVPCNetwork.createdAt
● DateTime!
non-null scalar
The created date/time
GoogleVPCNetwork.description
● String!
non-null scalar
The description
GoogleVPCNetwork.enableUlaInternalIpv6
● Boolean!
non-null scalar
ULA internal ipv6 on this network is enabled or not
GoogleVPCNetwork.firewallPolicy
● String!
non-null scalar
URL of the firewall policy the network is associated with
GoogleVPCNetwork.gatewayIPv4
● String!
non-null scalar
The gateway address for default routing out of the network, selected by GCP
GoogleVPCNetwork.id
● Uint64!
non-null scalar
The unique ID
GoogleVPCNetwork.internalIpv6Range
● String!
non-null scalar
When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20
GoogleVPCNetwork.mtu
● Uint64!
non-null scalar
Maximum Transmission Unit in bytes The default value: 1460 The range: 1300 - 8896
GoogleVPCNetwork.name
● String!
non-null scalar
The name The format:
[a-z]([-a-z0-9]*[a-z0-9])?
GoogleVPCNetwork.networkFirewallPolicyEnforcementOrder
● GoogleVPCNetworkFirewallPolicyEnforcementOrder!
non-null enum
The network firewall policy enforcement order
GoogleVPCNetwork.peerings
● [GoogleVPCNetworkPeering!]!
non-null object
The list of network peerings for the resource
GoogleVPCNetwork.routingConfig
● GoogleVPCNetworkRoutingConfiguration!
non-null object
The network-level routing configuration for this network
GoogleVPCNetwork.selfLink
● String!
non-null scalar
Server-defined URL for the resource
GoogleVPCNetwork.subnetworks
● [String!]!
non-null scalar
Server-defined fully-qualified URLs for all subnetworks in this VPC network
Member of
GoogleNetwork
object