@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ConnectRemotePeeringConnectionsRequest extends BmcRequest<ConnectRemotePeeringConnectionsDetails>
Example: Click here to see how to use ConnectRemotePeeringConnectionsRequest.
Modifier and Type | Class and Description |
---|---|
static class |
ConnectRemotePeeringConnectionsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ConnectRemotePeeringConnectionsRequest.Builder |
builder() |
protected boolean |
canEqual(Object other) |
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 region
|
String |
getRemotePeeringConnectionId()
The OCID of the remote peering connection (RPC).
|
int |
hashCode()
Uses invocationCallback and retryConfiguration to generate a hash.
|
ConnectRemotePeeringConnectionsRequest.Builder |
toBuilder() |
String |
toString() |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public ConnectRemotePeeringConnectionsDetails getBody$()
Alternative accessor for the body parameter.
getBody$
in class BmcRequest<ConnectRemotePeeringConnectionsDetails>
public static ConnectRemotePeeringConnectionsRequest.Builder builder()
public ConnectRemotePeeringConnectionsRequest.Builder toBuilder()
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<ConnectRemotePeeringConnectionsDetails>
protected boolean canEqual(Object other)
public int hashCode()
BmcRequest
Uses invocationCallback and retryConfiguration to generate a hash.
hashCode
in class BmcRequest<ConnectRemotePeeringConnectionsDetails>
public String getRemotePeeringConnectionId()
The OCID of the remote peering connection (RPC).
public ConnectRemotePeeringConnectionsDetails getConnectRemotePeeringConnectionsDetails()
Details to connect peering connection with peering connection from remote region
Copyright © 2016–2022. All rights reserved.