GetInstanceNetworkConfig

data class GetInstanceNetworkConfig(val authorizedExternalNetworks: List<GetInstanceNetworkConfigAuthorizedExternalNetwork>, val enableOutboundPublicIp: Boolean, val enablePublicIp: Boolean)

Constructors

Link copied to clipboard
constructor(authorizedExternalNetworks: List<GetInstanceNetworkConfigAuthorizedExternalNetwork>, enableOutboundPublicIp: Boolean, enablePublicIp: Boolean)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Enabling outbound public ip for the instance.

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.