Resource: OdbSubnet
Represents OdbSubnet resource.
JSON representation |
---|
{ "name": string, "cidrRange": string, "purpose": enum ( |
Fields | |
---|---|
name |
Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odbNetwork}/odbSubnets/{odbSubnet} |
cidrRange |
Required. The CIDR range of the subnet. |
purpose |
Required. Purpose of the subnet. |
labels |
Optional. Labels or tags associated with the resource. An object containing a list of |
createTime |
Output only. The date and time that the OdbNetwork was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
state |
Output only. State of the ODB Subnet. |
Purpose
Purpose available for the subnet.
Enums | |
---|---|
PURPOSE_UNSPECIFIED |
Default unspecified value. |
CLIENT_SUBNET |
Subnet to be used for client connections. |
BACKUP_SUBNET |
Subnet to be used for backup. |
State
The various lifecycle states of the ODB Subnet.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default unspecified value. |
PROVISIONING |
Indicates that the resource is in provisioning state. |
AVAILABLE |
Indicates that the resource is in available state. |
TERMINATING |
Indicates that the resource is in terminating state. |
FAILED |
Indicates that the resource is in failed state. |
Methods |
|
---|---|
|
Creates a new ODB Subnet in a given ODB Network. |
|
Deletes a single ODB Subnet. |
|
Gets details of a single ODB Subnet. |
|
Lists all the ODB Subnets in a given ODB Network. |