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.ExplicitlySetBmcModel
Defines 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 Summary
Nested Classes Modifier and Type Class Description static class
TopologyRoutesToRelationshipDetails.Builder
static class
TopologyRoutesToRelationshipDetails.RouteType
A route rule can be STATIC if manually added to the route table or DYNAMIC if imported from another route table.
-
Constructor Summary
Constructors Constructor Description TopologyRoutesToRelationshipDetails(String destinationType, String destination, String routeTableId, TopologyRoutesToRelationshipDetails.RouteType routeType)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopologyRoutesToRelationshipDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDestination()
An IP address range in CIDR notation or the cidrBlock value for aService
.String
getDestinationType()
The destinationType can be set to one of two values:String
getRouteTableId()
The OCID of the routing table that contains the route rule.TopologyRoutesToRelationshipDetails.RouteType
getRouteType()
A route rule can be STATIC if manually added to the route table or DYNAMIC if imported from another route table.int
hashCode()
TopologyRoutesToRelationshipDetails.Builder
toBuilder()
String
toString()
String
toString(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
-
builder
public static TopologyRoutesToRelationshipDetails.Builder builder()
Create a new builder.
-
toBuilder
public TopologyRoutesToRelationshipDetails.Builder toBuilder()
-
getDestinationType
public 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
-
getDestination
public String getDestination()
An IP address range in CIDR notation or the cidrBlock value for aService
.- Returns:
- the value
-
getRouteTableId
public String getRouteTableId()
The OCID of the routing table that contains the route rule.- Returns:
- the value
-
getRouteType
public 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
-
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
-
-