GetInstanceTemplateNetworkInterface

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
constructor(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

Link copied to clipboard
object Companion

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

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

The name of the instance template. One of name, filter or self_link_unique must be provided.

Link copied to clipboard

The name or self_link of the network to attach this interface to. Use network attribute for Legacy or Auto subnetted networks and subnetwork for custom subnetted networks.

Link copied to clipboard
Link copied to clipboard

The private IP address to assign to the instance. If empty, the address will be automatically assigned.

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.