Instance Gce Setup Network Interface
data class InstanceGceSetupNetworkInterface(val accessConfigs: List<InstanceGceSetupNetworkInterfaceAccessConfig>? = null, val network: String? = null, val nicType: String? = null, val subnet: String? = null)
Constructors
Link copied to clipboard
constructor(accessConfigs: List<InstanceGceSetupNetworkInterfaceAccessConfig>? = null, network: String? = null, nicType: String? = null, subnet: String? = null)
Properties
Link copied to clipboard
Optional. An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address. Structure is documented below.