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/latest/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 class
ConnectRemotePeeringConnectionsRequest.Builder
-
Constructor Summary
Constructors Constructor Description ConnectRemotePeeringConnectionsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectRemotePeeringConnectionsRequest.Builder
builder()
Return a new builder for this request object.boolean
equals(Object o)
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.ConnectRemotePeeringConnectionsDetails
getBody$()
Alternative accessor for the body parameter.ConnectRemotePeeringConnectionsDetails
getConnectRemotePeeringConnectionsDetails()
Details to connect peering connection with peering connection from remote regionString
getRemotePeeringConnectionId()
The OCID of the remote peering connection (RPC).int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.ConnectRemotePeeringConnectionsRequest.Builder
toBuilder()
Return an instance ofConnectRemotePeeringConnectionsRequest.Builder
that allows you to modify request properties.String
toString()
-
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.Builder
that allows you to modify request properties.- Returns:
- instance of
ConnectRemotePeeringConnectionsRequest.Builder
that 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:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
equals
in classBmcRequest<ConnectRemotePeeringConnectionsDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<ConnectRemotePeeringConnectionsDetails>
-
-