Class TopologyRoutesToRelationshipDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.vnmonitoring.model.TopologyRoutesToRelationshipDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class TopologyRoutesToRelationshipDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDefines route rule details for a routesTo relationship.
 Note: Objects should always be created or deserialized using theTopologyRoutesToRelationshipDetails.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 theTopologyRoutesToRelationshipDetails.Builder, which maintain a set of all explicitly set fields calledTopologyRoutesToRelationshipDetails.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 classTopologyRoutesToRelationshipDetails.Builderstatic classTopologyRoutesToRelationshipDetails.RouteTypeA route rule can be STATIC if manually added to the route table or DYNAMIC if imported from another route table.
 - 
Constructor SummaryConstructors Constructor Description TopologyRoutesToRelationshipDetails(String destinationType, String destination, String routeTableId, TopologyRoutesToRelationshipDetails.RouteType routeType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopologyRoutesToRelationshipDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDestination()An IP address range in CIDR notation or the cidrBlock value for aService.StringgetDestinationType()The destinationType can be set to one of two values:StringgetRouteTableId()The OCID of the routing table that contains the route rule.TopologyRoutesToRelationshipDetails.RouteTypegetRouteType()A route rule can be STATIC if manually added to the route table or DYNAMIC if imported from another route table.inthashCode()TopologyRoutesToRelationshipDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
TopologyRoutesToRelationshipDetails@Deprecated @ConstructorProperties({"destinationType","destination","routeTableId","routeType"}) public TopologyRoutesToRelationshipDetails(String destinationType, String destination, String routeTableId, TopologyRoutesToRelationshipDetails.RouteType routeType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static TopologyRoutesToRelationshipDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic TopologyRoutesToRelationshipDetails.Builder toBuilder() 
 - 
getDestinationTypepublic String getDestinationType() The destinationType can be set to one of two values:Use CIDR_BLOCK if the rule's destination is an IP address range in CIDR notation. Use SERVICE_CIDR_BLOCK if the rule's destination is the cidrBlock value for a Service.- Returns:
- the value
 
 - 
getDestinationpublic String getDestination() An IP address range in CIDR notation or the cidrBlock value for aService.- Returns:
- the value
 
 - 
getRouteTableIdpublic String getRouteTableId() The OCID of the routing table that contains the route rule.- Returns:
- the value
 
 - 
getRouteTypepublic TopologyRoutesToRelationshipDetails.RouteType getRouteType() A route rule can be STATIC if manually added to the route table or DYNAMIC if imported from another route table.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-