Package com.oracle.bmc.core.requests
Class ConnectRemotePeeringConnectionsRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<ConnectRemotePeeringConnectionsDetails>
-
- com.oracle.bmc.core.requests.ConnectRemotePeeringConnectionsRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ConnectRemotePeeringConnectionsRequest extends BmcRequest<ConnectRemotePeeringConnectionsDetails>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.76.0/core/ConnectRemotePeeringConnectionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConnectRemotePeeringConnectionsRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectRemotePeeringConnectionsRequest.Builder
-
Constructor Summary
Constructors Constructor Description ConnectRemotePeeringConnectionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectRemotePeeringConnectionsRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.ConnectRemotePeeringConnectionsDetailsgetBody$()Alternative accessor for the body parameter.ConnectRemotePeeringConnectionsDetailsgetConnectRemotePeeringConnectionsDetails()Details to connect peering connection with peering connection from remote regionStringgetRemotePeeringConnectionId()The OCID of the remote peering connection (RPC).inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ConnectRemotePeeringConnectionsRequest.BuildertoBuilder()Return an instance ofConnectRemotePeeringConnectionsRequest.Builderthat allows you to modify request properties.StringtoString()-
Methods inherited from class com.oracle.bmc.requests.BmcRequest
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
-
-
-
-
Method Detail
-
getRemotePeeringConnectionId
public String getRemotePeeringConnectionId()
The OCID of the remote peering connection (RPC).
-
getConnectRemotePeeringConnectionsDetails
public ConnectRemotePeeringConnectionsDetails getConnectRemotePeeringConnectionsDetails()
Details to connect peering connection with peering connection from remote region
-
getBody$
public ConnectRemotePeeringConnectionsDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$in classBmcRequest<ConnectRemotePeeringConnectionsDetails>- Returns:
- body parameter
-
toBuilder
public ConnectRemotePeeringConnectionsRequest.Builder toBuilder()
Return an instance ofConnectRemotePeeringConnectionsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of
ConnectRemotePeeringConnectionsRequest.Builderthat allows you to modify request properties.
-
builder
public static ConnectRemotePeeringConnectionsRequest.Builder builder()
Return a new builder for this request object.- Returns:
- builder for the request object
-
equals
public boolean equals(Object o)
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equalsin classBmcRequest<ConnectRemotePeeringConnectionsDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCodein classBmcRequest<ConnectRemotePeeringConnectionsDetails>
-
-