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 TopologyEntityRelationshipDefines 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 SummaryNested Classes Modifier and Type Class Description static classTopologyRoutesToEntityRelationship.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.vnmonitoring.model.TopologyEntityRelationshipTopologyEntityRelationship.Type
 
- 
 - 
Constructor SummaryConstructors Constructor Description TopologyRoutesToEntityRelationship(String id1, String id2, TopologyRoutesToRelationshipDetails routeRuleDetails)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopologyRoutesToEntityRelationship.Builderbuilder()Create a new builder.booleanequals(Object o)TopologyRoutesToRelationshipDetailsgetRouteRuleDetails()inthashCode()TopologyRoutesToEntityRelationship.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.vnmonitoring.model.TopologyEntityRelationshipgetId1, getId2
 
- 
 
- 
- 
- 
Constructor Detail- 
TopologyRoutesToEntityRelationship@Deprecated public TopologyRoutesToEntityRelationship(String id1, String id2, TopologyRoutesToRelationshipDetails routeRuleDetails) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static TopologyRoutesToEntityRelationship.Builder builder() Create a new builder.
 - 
toBuilderpublic TopologyRoutesToEntityRelationship.Builder toBuilder() 
 - 
getRouteRuleDetailspublic TopologyRoutesToRelationshipDetails getRouteRuleDetails() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- TopologyEntityRelationship
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- TopologyEntityRelationship
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- TopologyEntityRelationship
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- TopologyEntityRelationship
 
 
- 
 
-