Class DrgRouteDistribution
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.vnmonitoring.model.DrgRouteDistribution
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class DrgRouteDistribution extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A route distribution establishes how routes get imported into DRG route tables and exported through the DRG attachments.A route distribution is a list of statements. Each statement consists of a set of matches, all of which must be True in order for the statement's action to take place. Each statement determines which routes are propagated.
You can assign a route distribution as a route table's import distribution. The statements in an import route distribution specify how how incoming route advertisements through a referenced attachment or all attachments of a certain type are inserted into the route table.
You can assign a route distribution as a DRG attachment's export distribution unless the attachment has the type VCN. Exporting routes through a VCN attachment is unsupported. Export route distribution statements specify how routes in a DRG attachment's assigned table are advertised out through the attachment. When a DRG is created, a route distribution is created with a single ACCEPT statement with match criteria MATCH_ALL. By default, all DRG attachments (except for those of type VCN), are assigned this distribution.
The two auto-generated DRG route tables (one as the default for VCN attachments, and the other for all other types of attachments) are each assigned an auto generated import route distribution. The default VCN table's import distribution has a single statement with match criteria MATCH_ALL to import routes from each DRG attachment type. The other table's import distribution has a statement to import routes from attachments with the VCN type.
The route distribution is always in the same compartment as the DRG.
Note: Objects should always be created or deserialized using theDrgRouteDistribution.Builder
. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theDrgRouteDistribution.Builder
, which maintain a set of all explicitly set fields calledDrgRouteDistribution.Builder.__explicitlySet__
. ThehashCode()
andequals(Object)
methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DrgRouteDistribution.Builder
static class
DrgRouteDistribution.DistributionType
Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.static class
DrgRouteDistribution.LifecycleState
The route distribution’s current state.
-
Constructor Summary
Constructors Constructor Description DrgRouteDistribution(String drgId, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, DrgRouteDistribution.LifecycleState lifecycleState, Date timeCreated, DrgRouteDistribution.DistributionType distributionType)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DrgRouteDistribution.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getCompartmentId()
The OCID of the compartment containing the route distribution.Map<String,Map<String,Object>>
getDefinedTags()
Defined tags for this resource.String
getDisplayName()
A user-friendly name.DrgRouteDistribution.DistributionType
getDistributionType()
Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.String
getDrgId()
The OCID of the DRG that contains this route distribution.Map<String,String>
getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.String
getId()
The route distribution’s Oracle ID (OCID).DrgRouteDistribution.LifecycleState
getLifecycleState()
The route distribution’s current state.Date
getTimeCreated()
The date and time the route distribution was created, in the format defined by RFC3339.int
hashCode()
DrgRouteDistribution.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
DrgRouteDistribution
@Deprecated @ConstructorProperties({"drgId","compartmentId","definedTags","displayName","freeformTags","id","lifecycleState","timeCreated","distributionType"}) public DrgRouteDistribution(String drgId, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, DrgRouteDistribution.LifecycleState lifecycleState, Date timeCreated, DrgRouteDistribution.DistributionType distributionType)
Deprecated.
-
-
Method Detail
-
builder
public static DrgRouteDistribution.Builder builder()
Create a new builder.
-
toBuilder
public DrgRouteDistribution.Builder toBuilder()
-
getDrgId
public String getDrgId()
The OCID of the DRG that contains this route distribution.- Returns:
- the value
-
getCompartmentId
public String getCompartmentId()
The OCID of the compartment containing the route distribution.- Returns:
- the value
-
getDefinedTags
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Returns:
- the value
-
getDisplayName
public String getDisplayName()
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Returns:
- the value
-
getFreeformTags
public Map<String,String> getFreeformTags()
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Returns:
- the value
-
getLifecycleState
public DrgRouteDistribution.LifecycleState getLifecycleState()
The route distribution’s current state.- Returns:
- the value
-
getTimeCreated
public Date getTimeCreated()
The date and time the route distribution was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Returns:
- the value
-
getDistributionType
public DrgRouteDistribution.DistributionType getDistributionType()
Whether this distribution defines how routes get imported into route tables or exported through DRG attachments.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-