Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static DrgAttachment.Builder |
DrgAttachment.builder()
Create a new builder.
|
DrgAttachment.Builder |
DrgAttachment.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the DRG attachment.
|
DrgAttachment.Builder |
DrgAttachment.Builder.copy(DrgAttachment model) |
DrgAttachment.Builder |
DrgAttachment.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DrgAttachment.Builder |
DrgAttachment.Builder.displayName(String displayName)
A user-friendly name.
|
DrgAttachment.Builder |
DrgAttachment.Builder.drgId(String drgId)
The OCID
of the DRG.
|
DrgAttachment.Builder |
DrgAttachment.Builder.drgRouteTableId(String drgRouteTableId)
The OCID
of the DRG route table that is assigned to this attachment.
|
DrgAttachment.Builder |
DrgAttachment.Builder.exportDrgRouteDistributionId(String exportDrgRouteDistributionId)
The OCID
of the export route distribution used to specify how routes in the assigned DRG route
table are advertised to the attachment.
|
DrgAttachment.Builder |
DrgAttachment.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DrgAttachment.Builder |
DrgAttachment.Builder.id(String id)
The DRG attachment’s Oracle ID
(OCID).
|
DrgAttachment.Builder |
DrgAttachment.Builder.isCrossTenancy(Boolean isCrossTenancy)
Indicates whether the DRG attachment and attached network live in a different tenancy
than the DRG.
|
DrgAttachment.Builder |
DrgAttachment.Builder.lifecycleState(DrgAttachment.LifecycleState lifecycleState)
The DRG attachment’s current state.
|
DrgAttachment.Builder |
DrgAttachment.Builder.networkDetails(DrgAttachmentNetworkDetails networkDetails) |
DrgAttachment.Builder |
DrgAttachment.Builder.routeTableId(String routeTableId)
The OCID
of the route table the DRG attachment is using.
|
DrgAttachment.Builder |
DrgAttachment.Builder.timeCreated(Date timeCreated)
The date and time the DRG attachment was created, in the format defined by
RFC3339.
|
DrgAttachment.Builder |
DrgAttachment.toBuilder() |
DrgAttachment.Builder |
DrgAttachment.Builder.vcnId(String vcnId)
The OCID
of the VCN.
|
Copyright © 2016–2024. All rights reserved.