Package com.oracle.bmc.core.requests
Class ConnectLocalPeeringGatewaysRequest
- java.lang.Object
-
- com.oracle.bmc.requests.BmcRequest<ConnectLocalPeeringGatewaysDetails>
-
- com.oracle.bmc.core.requests.ConnectLocalPeeringGatewaysRequest
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class ConnectLocalPeeringGatewaysRequest extends BmcRequest<ConnectLocalPeeringGatewaysDetails>
Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.67.2/core/ConnectLocalPeeringGatewaysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConnectLocalPeeringGatewaysRequest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectLocalPeeringGatewaysRequest.Builder
-
Constructor Summary
Constructors Constructor Description ConnectLocalPeeringGatewaysRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectLocalPeeringGatewaysRequest.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’.ConnectLocalPeeringGatewaysDetails
getBody$()
Alternative accessor for the body parameter.ConnectLocalPeeringGatewaysDetails
getConnectLocalPeeringGatewaysDetails()
Details regarding the local peering gateway to connect.String
getLocalPeeringGatewayId()
The OCID of the local peering gateway.int
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.ConnectLocalPeeringGatewaysRequest.Builder
toBuilder()
Return an instance ofConnectLocalPeeringGatewaysRequest.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
-
getLocalPeeringGatewayId
public String getLocalPeeringGatewayId()
The OCID of the local peering gateway.
-
getConnectLocalPeeringGatewaysDetails
public ConnectLocalPeeringGatewaysDetails getConnectLocalPeeringGatewaysDetails()
Details regarding the local peering gateway to connect.
-
getBody$
public ConnectLocalPeeringGatewaysDetails getBody$()
Alternative accessor for the body parameter.- Overrides:
getBody$
in classBmcRequest<ConnectLocalPeeringGatewaysDetails>
- Returns:
- body parameter
-
toBuilder
public ConnectLocalPeeringGatewaysRequest.Builder toBuilder()
Return an instance ofConnectLocalPeeringGatewaysRequest.Builder
that allows you to modify request properties.- Returns:
- instance of
ConnectLocalPeeringGatewaysRequest.Builder
that allows you to modify request properties.
-
builder
public static ConnectLocalPeeringGatewaysRequest.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<ConnectLocalPeeringGatewaysDetails>
-
hashCode
public int hashCode()
Description copied from class:BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
hashCode
in classBmcRequest<ConnectLocalPeeringGatewaysDetails>
-
-