Get Instance Template Network Interface
data class GetInstanceTemplateNetworkInterface(val accessConfigs: List<GetInstanceTemplateNetworkInterfaceAccessConfig>, val aliasIpRanges: List<GetInstanceTemplateNetworkInterfaceAliasIpRange>, val internalIpv6PrefixLength: Int, val ipv6AccessConfigs: List<GetInstanceTemplateNetworkInterfaceIpv6AccessConfig>, val ipv6AccessType: String, val ipv6Address: String, val name: String, val network: String, val networkAttachment: String, val networkIp: String, val nicType: String, val queueCount: Int, val stackType: String, val subnetwork: String, val subnetworkProject: String)
Constructors
Link copied to clipboard
fun GetInstanceTemplateNetworkInterface(accessConfigs: List<GetInstanceTemplateNetworkInterfaceAccessConfig>, aliasIpRanges: List<GetInstanceTemplateNetworkInterfaceAliasIpRange>, internalIpv6PrefixLength: Int, ipv6AccessConfigs: List<GetInstanceTemplateNetworkInterfaceIpv6AccessConfig>, ipv6AccessType: String, ipv6Address: String, name: String, network: String, networkAttachment: String, networkIp: String, nicType: String, queueCount: Int, stackType: String, subnetwork: String, subnetworkProject: String)
Types
Properties
Link copied to clipboard
Access configurations, i.e. IPs via which this instance can be accessed via the Internet. Omit to ensure that the instance is not accessible from the Internet (this means that ssh provisioners will not work unless you are running the provider can send traffic to the instance's network (e.g. via tunnel or because it is running on another cloud instance on that network). This block can be repeated multiple times. Structure documented below.
Link copied to clipboard
Link copied to clipboard