REST Resource: projects.locations.odbNetworks

Resource: OdbNetwork

Represents OdbNetwork resource.

JSON representation
{
  "name": string,
  "network": string,
  "labels": {
    string: string,
    ...
  },
  "createTime": string,
  "state": enum (State),
  "entitlementId": string
}
Fields
name

string

Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odbNetwork}

network

string

Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}

labels

map (key: string, value: string)

Optional. Labels or tags associated with the resource.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

createTime

string (Timestamp format)

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

state

enum (State)

Output only. State of the ODB Network.

entitlementId

string

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

create

Creates a new ODB Network in a given project and location.

delete

Deletes a single ODB Network.

get

Gets details of a single ODB Network.

list

Lists the ODB Networks in a given project and location.