Connection Network Parameters
data class ConnectionNetworkParameters(val networkType: String, val securityGroupId: String? = null, val vpcId: String? = null, val vswitcheId: String? = null)
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
The ID of the security group.
Link copied to clipboard
The ID of the VSwitch.