Connection Network Parameters Args
data class ConnectionNetworkParametersArgs(val networkType: Output<String>, val securityGroupId: Output<String>? = null, val vpcId: Output<String>? = null, val vswitcheId: Output<String>? = null) : ConvertibleToJava<ConnectionNetworkParametersArgs>
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.