@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public class GetSubnetTopologyRequest extends BmcRequest<Void>
Example: Click here to see how to use GetSubnetTopologyRequest.
Modifier and Type | Class and Description |
---|---|
static class |
GetSubnetTopologyRequest.AccessLevel
Valid values are
ANY and ACCESSIBLE . |
static class |
GetSubnetTopologyRequest.Builder |
Constructor and Description |
---|
GetSubnetTopologyRequest() |
Modifier and Type | Method and Description |
---|---|
static GetSubnetTopologyRequest.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’.
|
GetSubnetTopologyRequest.AccessLevel |
getAccessLevel()
Valid values are
ANY and ACCESSIBLE . |
String |
getCacheControl()
The Cache-Control HTTP header holds directives (instructions) for caching in both requests
and responses.
|
String |
getCompartmentId()
The OCID of
the compartment.
|
String |
getIfNoneMatch()
For querying if there is a cached value on the server.
|
String |
getOpcRequestId()
Unique identifier for the request.
|
Boolean |
getQueryCompartmentSubtree()
When set to true, the hierarchy of compartments is traversed and the specified compartment
and its subcompartments are inspected depending on the the setting of
accessLevel . |
String |
getSubnetId()
The OCID of
the subnet.
|
int |
hashCode()
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
|
GetSubnetTopologyRequest.Builder |
toBuilder()
Return an instance of
GetSubnetTopologyRequest.Builder that allows you to modify request properties. |
String |
toString() |
getBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
public GetSubnetTopologyRequest.AccessLevel getAccessLevel()
Valid values are ANY
and ACCESSIBLE
. The default is ANY
. Setting this
to ACCESSIBLE
returns only compartments for which a user has INSPECT permissions,
either directly or indirectly (permissions can be on a resource in a subcompartment). A
restricted set of fields is returned for compartments in which a user has indirect INSPECT
permissions.
When set to ANY
permissions are not checked.
public Boolean getQueryCompartmentSubtree()
When set to true, the hierarchy of compartments is traversed and the specified compartment
and its subcompartments are inspected depending on the the setting of accessLevel
.
Default is false.
public String getOpcRequestId()
Unique identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public String getIfNoneMatch()
For querying if there is a cached value on the server. The If-None-Match HTTP request header makes the request conditional. For GET and HEAD methods, the server will send back the requested resource, with a 200 status, only if it doesn’t have an ETag matching the given ones. For other methods, the request will be processed only if the eventually existing resource’s ETag doesn’t match any of the values listed.
public String getCacheControl()
The Cache-Control HTTP header holds directives (instructions) for caching in both requests and responses.
public GetSubnetTopologyRequest.Builder toBuilder()
Return an instance of GetSubnetTopologyRequest.Builder
that allows you to modify request properties.
GetSubnetTopologyRequest.Builder
that allows you to modify request properties.public static GetSubnetTopologyRequest.Builder builder()
Return a new builder for this request object.
public boolean equals(Object o)
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.
equals
in class BmcRequest<Void>
public int hashCode()
BmcRequest
Uses getInvocationCallback and getRetryConfiguration to generate a hash.
hashCode
in class BmcRequest<Void>
Copyright © 2016–2025. All rights reserved.