Google Cloud Oracle Database V1 Client - Class ListOdbSubnetsResponse (0.8.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ListOdbSubnetsResponse.

The response for OdbSubnet.List.

Generated from protobuf message google.cloud.oracledatabase.v1.ListOdbSubnetsResponse

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ odb_subnets array<OdbSubnet>

The list of ODB Subnets.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Unreachable locations when listing resources across all locations using wildcard location '-'.

getOdbSubnets

The list of ODB Subnets.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setOdbSubnets

The list of ODB Subnets.

Parameter
Name Description
var array<OdbSubnet>
Returns
Type Description
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unreachable locations when listing resources across all locations using wildcard location '-'.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unreachable locations when listing resources across all locations using wildcard location '-'.

Parameter
Name Description
var string[]
Returns
Type Description
$this