Get Region Instance Template Network Interface
data class GetRegionInstanceTemplateNetworkInterface(val accessConfigs: List<GetRegionInstanceTemplateNetworkInterfaceAccessConfig>, val aliasIpRanges: List<GetRegionInstanceTemplateNetworkInterfaceAliasIpRange>, val internalIpv6PrefixLength: Int, val ipv6AccessConfigs: List<GetRegionInstanceTemplateNetworkInterfaceIpv6AccessConfig>, 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<GetRegionInstanceTemplateNetworkInterfaceAccessConfig>, aliasIpRanges: List<GetRegionInstanceTemplateNetworkInterfaceAliasIpRange>, internalIpv6PrefixLength: Int, ipv6AccessConfigs: List<GetRegionInstanceTemplateNetworkInterfaceIpv6AccessConfig>, 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
Link copied to clipboard
An array of alias IP ranges for this network interface. Can only be specified for network interfaces on subnet-mode networks. 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 of the subnetwork to attach this interface to. The subnetwork must exist in the same region
this instance will be created in. Either network
or subnetwork
must be provided.
Link copied to clipboard
The ID of the project in which the subnetwork belongs. If it is not provided, the provider project is used.