public static class NoRouteRoutingActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NoRouteRoutingActionDetails |
build() |
NoRouteRoutingActionDetails.Builder |
copy(NoRouteRoutingActionDetails model) |
NoRouteRoutingActionDetails.Builder |
evaluatedDrgRouteTableId(String evaluatedDrgRouteTableId)
OCIDs of
evaluated DRG route table.
|
NoRouteRoutingActionDetails.Builder |
evaluatedVcnRouteTableId(String evaluatedVcnRouteTableId)
OCIDs of the
evaluated VCN route table.
|
NoRouteRoutingActionDetails.Builder |
isRestrictedOrPartial(Boolean isRestrictedOrPartial)
If true, the evaluated route table details are incomplete.
|
public NoRouteRoutingActionDetails.Builder isRestrictedOrPartial(Boolean isRestrictedOrPartial)
If true, the evaluated route table details are incomplete.
isRestrictedOrPartial
- the value to setpublic NoRouteRoutingActionDetails.Builder evaluatedVcnRouteTableId(String evaluatedVcnRouteTableId)
OCIDs of the evaluated VCN route table.
evaluatedVcnRouteTableId
- the value to setpublic NoRouteRoutingActionDetails.Builder evaluatedDrgRouteTableId(String evaluatedDrgRouteTableId)
OCIDs of evaluated DRG route table.
evaluatedDrgRouteTableId
- the value to setpublic NoRouteRoutingActionDetails build()
public NoRouteRoutingActionDetails.Builder copy(NoRouteRoutingActionDetails model)
Copyright © 2016–2024. All rights reserved.