GetInstanceTemplateNetworkInterface

data class GetInstanceTemplateNetworkInterface(val accessConfigs: List<GetInstanceTemplateNetworkInterfaceAccessConfig>, val aliasIpRanges: List<GetInstanceTemplateNetworkInterfaceAliasIpRange>, val ipv6AccessConfigs: List<GetInstanceTemplateNetworkInterfaceIpv6AccessConfig>, val ipv6AccessType: 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
fun GetInstanceTemplateNetworkInterface(accessConfigs: List<GetInstanceTemplateNetworkInterfaceAccessConfig>, aliasIpRanges: List<GetInstanceTemplateNetworkInterfaceAliasIpRange>, ipv6AccessConfigs: List<GetInstanceTemplateNetworkInterfaceIpv6AccessConfig>, ipv6AccessType: String, name: String, network: 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

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

The name of the instance template. One of name or filter 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

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.