isolateAttachments

@JvmName(name = "blbgwtwralsnhdoe")
suspend fun isolateAttachments(value: Boolean?)

Parameters

value

This Boolean setting determines whether attachments on the same segment can communicate with each other. If set to true, the only routes available will be either shared routes through the share actions, which are attachments in other segments, or static routes. The default value is false. For example, you might have a segment dedicated to "development" that should never allow VPCs to talk to each other, even if they’re on the same segment. In this example, you would keep the default parameter of false.