Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DrgRouteTable.Builder |
DrgRouteTable.builder()
Create a new builder.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.compartmentId(String compartmentId)
The OCID
of the compartment the DRG is in.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.copy(DrgRouteTable model) |
DrgRouteTable.Builder |
DrgRouteTable.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.displayName(String displayName)
A user-friendly name.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.drgId(String drgId)
The OCID
of the DRG the DRG that contains this route table.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.id(String id)
The OCID
of the DRG route table.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.importDrgRouteDistributionId(String importDrgRouteDistributionId)
The OCID
of the import route distribution used to specify how incoming route advertisements from
referenced attachments are inserted into the DRG route table.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.isEcmpEnabled(Boolean isEcmpEnabled)
If you want traffic to be routed using ECMP across your virtual circuits or IPSec tunnels
to your on-premises network, enable ECMP on the DRG route table to which these
attachments import routes.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.lifecycleState(DrgRouteTable.LifecycleState lifecycleState)
The DRG route table’s current state.
|
DrgRouteTable.Builder |
DrgRouteTable.Builder.timeCreated(Date timeCreated)
The date and time the DRG route table was created, in the format defined by
RFC3339.
|
DrgRouteTable.Builder |
DrgRouteTable.toBuilder() |
Copyright © 2016–2024. All rights reserved.