Reference documentation and code samples for the Google Cloud Net App V1 Client class ListStoragePoolsRequest.
ListStoragePoolsRequest lists Storage Pools.
Generated from protobuf message google.cloud.netapp.v1.ListStoragePoolsRequest
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent value
↳ page_size
int
Optional. The maximum number of items to return.
↳ page_token
string
Optional. The next_page_token value to use if there are additional results to retrieve for this list request.
↳ order_by
string
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
↳ filter
string
Optional. List filter.
getParent
Required. Parent value
string
setParent
Required. Parent value
var
string
$this
getPageSize
Optional. The maximum number of items to return.
int
setPageSize
Optional. The maximum number of items to return.
var
int
$this
getPageToken
Optional. The next_page_token value to use if there are additional results to retrieve for this list request.
string
setPageToken
Optional. The next_page_token value to use if there are additional results to retrieve for this list request.
var
string
$this
getOrderBy
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
string
setOrderBy
Optional. Sort results. Supported values are "name", "name desc" or "" (unsorted).
var
string
$this
getFilter
Optional. List filter.
string
setFilter
Optional. List filter.
var
string
$this
static::build
parent
string
Required. Parent value Please see Google\Cloud\NetApp\V1\NetAppClient::locationName() for help formatting this field.