Get Instance Network Interface
data class GetInstanceNetworkInterface(val accessConfigs: List<GetInstanceNetworkInterfaceAccessConfig>, val aliasIpRanges: List<GetInstanceNetworkInterfaceAliasIpRange>, val internalIpv6PrefixLength: Int, val ipv6AccessConfigs: List<GetInstanceNetworkInterfaceIpv6AccessConfig>, val ipv6AccessType: String, val ipv6Address: String, val name: String, val network: String, val networkIp: String, val nicType: String, val queueCount: Int, val stackType: String, val subnetwork: String, val subnetworkProject: String)
Constructors
Link copied to clipboard
constructor(accessConfigs: List<GetInstanceNetworkInterfaceAccessConfig>, aliasIpRanges: List<GetInstanceNetworkInterfaceAliasIpRange>, internalIpv6PrefixLength: Int, ipv6AccessConfigs: List<GetInstanceNetworkInterfaceIpv6AccessConfig>, ipv6AccessType: String, ipv6Address: String, name: String, network: String, networkIp: String, nicType: String, queueCount: Int, stackType: String, subnetwork: String, subnetworkProject: String)
Properties
Link copied to clipboard
Access configurations, i.e. IPs via which this instance can be accessed via the Internet. Structure documented below.
Link copied to clipboard
An array of alias IP ranges for this network interface. Structure documented below.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The name or self_link of the subnetwork attached to this interface.
Link copied to clipboard
The project in which the subnetwork belongs.