ConnectionNetworkParameters

data class ConnectionNetworkParameters(val networkType: String, val securityGroupId: String? = null, val vpcId: String? = null, val vswitcheId: String? = null)

Constructors

Link copied to clipboard
constructor(networkType: String, securityGroupId: String? = null, vpcId: String? = null, vswitcheId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The network type. Valid values: PublicNetwork, PrivateNetwork. NOTE: If you set network_type to PrivateNetwork, you must configure vpc_id, vswitche_id, and security_group_id.

Link copied to clipboard
val securityGroupId: String? = null

The ID of the security group.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.

Link copied to clipboard
val vswitcheId: String? = null

The ID of the VSwitch.