Instance Network Config
data class InstanceNetworkConfig(val authorizedExternalNetworks: List<InstanceNetworkConfigAuthorizedExternalNetwork>? = null, val enablePublicIp: Boolean? = null)
Constructors
Link copied to clipboard
constructor(authorizedExternalNetworks: List<InstanceNetworkConfigAuthorizedExternalNetwork>? = null, enablePublicIp: Boolean? = null)
Properties
Link copied to clipboard
A list of external networks authorized to access this instance. This field is only allowed to be set when enable_public_ip
is set to true. Structure is documented below.
Link copied to clipboard
Enabling public ip for the instance. If a user wishes to disable this, please also clear the list of the authorized external networks set on the same instance.