Resource: OdbNetwork
Represents OdbNetwork resource.
JSON representation |
---|
{
"name": string,
"network": string,
"labels": {
string: string,
...
},
"createTime": string,
"state": enum ( |
Fields | |
---|---|
name |
Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odbNetwork} |
network |
Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network} |
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 Network. |
entitlementId |
Output only. The ID of the subscription entitlement associated with the OdbNetwork. |
State
The various lifecycle states of the ODB Network.
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 Network in a given project and location. |
|
Deletes a single ODB Network. |
|
Gets details of a single ODB Network. |
|
Lists the ODB Networks in a given project and location. |