GoogleCloudNetworkSubnetwork
No description
type GoogleCloudNetworkSubnetwork {
createdAt: DateTime!
description: String!
enableFlowLogs: Boolean!
externalIpv6Prefix: String!
gatewayAddress: String!
id: Uint64!
internalIpv6Prefix: String!
ipCidrRange: String!
ipv6AccessType: GoogleCloudNetworkSubnetworkIpv6AccessType!
ipv6CidrRange: String!
logConfiguration: GoogleCloudNetworkSubnetworkLogConfiguration!
name: String!
network: String!
privateIpGoogleAccess: Boolean!
privateIpv6GoogleAccess: GoogleCloudNetworkPrivateIpv6GoogleAccess!
purpose: GoogleCloudNetworkSubnetworkPurpose!
region: String!
role: GoogleCloudNetworkSubnetworkRole!
secondaryIpRanges: [SubnetworkSecondaryRange!]!
selfLink: String!
stackType: GoogleCloudNetworkSubnetworkRoleStackType!
state: GoogleCloudNetworkSubnetworkRoleState!
}
Fields
GoogleCloudNetworkSubnetwork.createdAt ● DateTime! non-null scalar
The created date/time
GoogleCloudNetworkSubnetwork.description ● String! non-null scalar
The description
GoogleCloudNetworkSubnetwork.enableFlowLogs ● Boolean! non-null scalar
Indicates whether to enable flow logging for this subnetwork
GoogleCloudNetworkSubnetwork.externalIpv6Prefix ● String! non-null scalar
The external IPv6 address range that is owned by this subnetwork
GoogleCloudNetworkSubnetwork.gatewayAddress ● String! non-null scalar
The gateway address for default routes to reach destination addresses outside this subnetwork
GoogleCloudNetworkSubnetwork.id ● Uint64! non-null scalar
The unique identifier for the resource
GoogleCloudNetworkSubnetwork.internalIpv6Prefix ● String! non-null scalar
The internal IPv6 address range that is assigned to this subnetwork
GoogleCloudNetworkSubnetwork.ipCidrRange ● String! non-null scalar
The range of internal addresses that are owned by this subnetwork
GoogleCloudNetworkSubnetwork.ipv6AccessType ● GoogleCloudNetworkSubnetworkIpv6AccessType! non-null enum
The access type of IPv6 address this subnet holds
GoogleCloudNetworkSubnetwork.ipv6CidrRange ● String! non-null scalar
The IPv6 CIDR range assigned to the subnetwork
GoogleCloudNetworkSubnetwork.logConfiguration ● GoogleCloudNetworkSubnetworkLogConfiguration! non-null object
The log configuration
GoogleCloudNetworkSubnetwork.name ● String! non-null scalar
The name
GoogleCloudNetworkSubnetwork.network ● String! non-null scalar
The URL of the network to which this subnetwork belongs, provided by the client when initially creating the subnetwork
GoogleCloudNetworkSubnetwork.privateIpGoogleAccess ● Boolean! non-null scalar
Indicates whether the VMs in this subnet can access Google services without assigned external IP addresses
GoogleCloudNetworkSubnetwork.privateIpv6GoogleAccess ● GoogleCloudNetworkPrivateIpv6GoogleAccess! non-null enum
The Google accessible
GoogleCloudNetworkSubnetwork.purpose ● GoogleCloudNetworkSubnetworkPurpose! non-null enum
The purpose of the resource
GoogleCloudNetworkSubnetwork.region ● String! non-null scalar
The region
GoogleCloudNetworkSubnetwork.role ● GoogleCloudNetworkSubnetworkRole! non-null enum
The role of subnetwork
GoogleCloudNetworkSubnetwork.secondaryIpRanges ● [SubnetworkSecondaryRange!]! non-null object
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork
GoogleCloudNetworkSubnetwork.selfLink ● String! non-null scalar
Server-defined URL for the resource
GoogleCloudNetworkSubnetwork.stackType ● GoogleCloudNetworkSubnetworkRoleStackType! non-null enum
The stack type for the subnet
GoogleCloudNetworkSubnetwork.state ● GoogleCloudNetworkSubnetworkRoleState! non-null enum
The state of the subnetwork
Member of
GoogleCloudVPCNetwork object