segment Actions
Parameters
value
A block argument, segment_actions
define how routing works between segments. By default, attachments can only communicate with other attachments in the same segment. Detailed below.
suspend fun segmentActions(argument: List<suspend GetCoreNetworkPolicyDocumentSegmentActionBuilder.() -> Unit>)
suspend fun segmentActions(vararg argument: suspend GetCoreNetworkPolicyDocumentSegmentActionBuilder.() -> Unit)
suspend fun segmentActions(argument: suspend GetCoreNetworkPolicyDocumentSegmentActionBuilder.() -> Unit)
Parameters
argument
A block argument, segment_actions
define how routing works between segments. By default, attachments can only communicate with other attachments in the same segment. Detailed below.
Parameters
values
A block argument, segment_actions
define how routing works between segments. By default, attachments can only communicate with other attachments in the same segment. Detailed below.