GoogleCloudComputeEngineInstanceNetworkInterface
No description
type GoogleCloudComputeEngineInstanceNetworkInterface {
name: String!
ipv4AccessConfig: GoogleCloudComputeEngineInstanceNetworkInterfaceAccessConfigV4
ipv4Address: String
internalIpv6PrefixLength: Int
ipv6AccessType: GoogleCloudComputeEngineInstanceNetworkInterfaceIPv6AccessType
ipv6Address: String
ipv6AccessConfig: GoogleCloudComputeEngineInstanceNetworkInterfaceAccessConfigV6
nicType: GoogleCloudComputeEngineInstanceNetworkInterfaceType!
stackType: GoogleCloudComputeEngineInstanceNetworkInterfaceStackType!
}
Fields
GoogleCloudComputeEngineInstanceNetworkInterface.name ● String! non-null scalar
The name of the network interface
GoogleCloudComputeEngineInstanceNetworkInterface.ipv4AccessConfig ● GoogleCloudComputeEngineInstanceNetworkInterfaceAccessConfigV4 object
A configuration for the interface, including an external IPv4 address
GoogleCloudComputeEngineInstanceNetworkInterface.ipv4Address ● String scalar
The IPv4 address
GoogleCloudComputeEngineInstanceNetworkInterface.internalIpv6PrefixLength ● Int scalar
The prefix length of the primary internal IPv6 range
GoogleCloudComputeEngineInstanceNetworkInterface.ipv6AccessType ● GoogleCloudComputeEngineInstanceNetworkInterfaceIPv6AccessType enum
Indicates whether the IP can be accessed from the Internet. Valid if the stackType is IPV4_IPV6
GoogleCloudComputeEngineInstanceNetworkInterface.ipv6Address ● String scalar
The IPv6 address
GoogleCloudComputeEngineInstanceNetworkInterface.ipv6AccessConfig ● GoogleCloudComputeEngineInstanceNetworkInterfaceAccessConfigV6 object
A configuration for the interface, including an external IPv6 address
GoogleCloudComputeEngineInstanceNetworkInterface.nicType ● GoogleCloudComputeEngineInstanceNetworkInterfaceType! non-null enum
The type of the network interface
GoogleCloudComputeEngineInstanceNetworkInterface.stackType ● GoogleCloudComputeEngineInstanceNetworkInterfaceStackType! non-null enum
The stack type of the network interface