@Generated(value="OracleSDKGenerator", comments="API Version: 20180115") public class ListZonesRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListZonesRequest.Builder |
static class |
ListZonesRequest.LifecycleState
The state of a resource.
|
static class |
ListZonesRequest.SortBy
The field by which to sort zones.
|
static class |
ListZonesRequest.ZoneType
Search by zone type,
PRIMARY or SECONDARY . |
Modifier and Type | Method and Description |
---|---|
static ListZonesRequest.Builder |
builder() |
String |
getCompartmentId()
The OCID of the compartment the resource belongs to.
|
ListZonesRequest.LifecycleState |
getLifecycleState()
The state of a resource.
|
Long |
getLimit()
The maximum number of items to return in a page of the collection.
|
String |
getName()
A case-sensitive filter for zone names.
|
String |
getNameContains()
Search by zone name.
|
String |
getPage()
The value of the
opc-next-page response header from the previous "List" call. |
ListZonesRequest.SortBy |
getSortBy()
The field by which to sort zones.
|
SortOrder |
getSortOrder()
The order to sort the resources.
|
Date |
getTimeCreatedGreaterThanOrEqualTo()
An RFC 3339 timestamp that states all returned resources were created on or after the indicated time.
|
Date |
getTimeCreatedLessThan()
An RFC 3339 timestamp that states all returned resources were created before the indicated time.
|
ListZonesRequest.ZoneType |
getZoneType()
Search by zone type,
PRIMARY or SECONDARY . |
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static ListZonesRequest.Builder builder()
public String getCompartmentId()
The OCID of the compartment the resource belongs to.
public Long getLimit()
The maximum number of items to return in a page of the collection.
public String getPage()
The value of the opc-next-page
response header from the previous "List" call.
public String getName()
A case-sensitive filter for zone names. Will match any zone with a name that equals the provided value.
public String getNameContains()
Search by zone name. Will match any zone whose name (case-insensitive) contains the provided value.
public ListZonesRequest.ZoneType getZoneType()
Search by zone type, PRIMARY
or SECONDARY
. Will match any zone whose type equals the provided value.
public Date getTimeCreatedGreaterThanOrEqualTo()
An RFC 3339 timestamp that states all returned resources were created on or after the indicated time.
public Date getTimeCreatedLessThan()
An RFC 3339 timestamp that states all returned resources were created before the indicated time.
public ListZonesRequest.LifecycleState getLifecycleState()
The state of a resource.
public ListZonesRequest.SortBy getSortBy()
The field by which to sort zones.
public SortOrder getSortOrder()
The order to sort the resources.
Copyright © 2016–2019. All rights reserved.