GetRegionInstanceTemplateNetworkInterface

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

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)

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
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.