Class TopologyRoutesToEntityRelationship
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.vnmonitoring.model.TopologyEntityRelationship
-
- com.oracle.bmc.vnmonitoring.model.TopologyRoutesToEntityRelationship
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class TopologyRoutesToEntityRelationship extends TopologyEntityRelationship
Defines the routesTo relationship between virtual network topology entities.A RoutesTo relationship is defined when a routing table and a routing rule are used to govern how to route traffic from one entity to another. For example, a DRG might have a routing rule to send certain traffic to an LPG.
Note: Objects should always be created or deserialized using theTopologyRoutesToEntityRelationship.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 theTopologyRoutesToEntityRelationship.Builder
, which maintain a set of all explicitly set fields calledTopologyRoutesToEntityRelationship.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
TopologyRoutesToEntityRelationship.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.vnmonitoring.model.TopologyEntityRelationship
TopologyEntityRelationship.Type
-
-
Constructor Summary
Constructors Constructor Description TopologyRoutesToEntityRelationship(String id1, String id2, TopologyRoutesToRelationshipDetails routeRuleDetails)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopologyRoutesToEntityRelationship.Builder
builder()
Create a new builder.boolean
equals(Object o)
TopologyRoutesToRelationshipDetails
getRouteRuleDetails()
int
hashCode()
TopologyRoutesToEntityRelationship.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.vnmonitoring.model.TopologyEntityRelationship
getId1, getId2
-
-
-
-
Constructor Detail
-
TopologyRoutesToEntityRelationship
@Deprecated public TopologyRoutesToEntityRelationship(String id1, String id2, TopologyRoutesToRelationshipDetails routeRuleDetails)
Deprecated.
-
-
Method Detail
-
builder
public static TopologyRoutesToEntityRelationship.Builder builder()
Create a new builder.
-
toBuilder
public TopologyRoutesToEntityRelationship.Builder toBuilder()
-
getRouteRuleDetails
public TopologyRoutesToRelationshipDetails getRouteRuleDetails()
-
toString
public String toString()
- Overrides:
toString
in classTopologyEntityRelationship
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classTopologyEntityRelationship
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTopologyEntityRelationship
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTopologyEntityRelationship
-
-