public static interface CoreNetworkChangeEventValues.Builder extends SdkPojo, CopyableBuilder<CoreNetworkChangeEventValues.Builder,CoreNetworkChangeEventValues>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkChangeEventValues.Builder |
attachmentId(String attachmentId)
The ID of the attachment if the change event is associated with an attachment.
|
CoreNetworkChangeEventValues.Builder |
cidr(String cidr)
For a
STATIC_ROUTE event, this is the IP address. |
CoreNetworkChangeEventValues.Builder |
edgeLocation(String edgeLocation)
The edge location for the core network change event.
|
CoreNetworkChangeEventValues.Builder |
segmentName(String segmentName)
The segment name if the change event is associated with a segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkChangeEventValues.Builder edgeLocation(String edgeLocation)
The edge location for the core network change event.
edgeLocation - The edge location for the core network change event.CoreNetworkChangeEventValues.Builder segmentName(String segmentName)
The segment name if the change event is associated with a segment.
segmentName - The segment name if the change event is associated with a segment.CoreNetworkChangeEventValues.Builder attachmentId(String attachmentId)
The ID of the attachment if the change event is associated with an attachment.
attachmentId - The ID of the attachment if the change event is associated with an attachment.CoreNetworkChangeEventValues.Builder cidr(String cidr)
For a STATIC_ROUTE event, this is the IP address.
cidr - For a STATIC_ROUTE event, this is the IP address.Copyright © 2023. All rights reserved.