@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 the TopologyRoutesToRelationshipDetails.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 the TopologyRoutesToRelationshipDetails.Builder
, which maintain a
set of all explicitly set fields called TopologyRoutesToRelationshipDetails.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and 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. |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
TopologyRoutesToRelationshipDetails(String destinationType,
String destination,
String routeTableId,
TopologyRoutesToRelationshipDetails.RouteType routeType)
Deprecated.
|
Modifier and Type | Method and 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 a Service . |
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.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"destinationType","destination","routeTableId","routeType"}) public TopologyRoutesToRelationshipDetails(String destinationType, String destination, String routeTableId, TopologyRoutesToRelationshipDetails.RouteType routeType)
public static TopologyRoutesToRelationshipDetails.Builder builder()
Create a new builder.
public TopologyRoutesToRelationshipDetails.Builder toBuilder()
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
.
public String getDestination()
An IP address range in CIDR notation or the cidrBlock
value for a Service
.
public String getRouteTableId()
The OCID of the routing table that contains the route rule.
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.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.