OdbNetwork(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents OdbNetwork resource.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network} |
network |
str
Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network} |
labels |
MutableMapping[str, str]
Optional. Labels or tags associated with the resource. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the OdbNetwork was created. |
state |
google.cloud.oracledatabase_v1.types.OdbNetwork.State
Output only. State of the ODB Network. |
entitlement_id |
str
Output only. The ID of the subscription entitlement associated with the OdbNetwork. |
gcp_oracle_zone |
str
Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)The abstract base class for a message.
| Parameters | |
|---|---|
| Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |
State
State(value)The various lifecycle states of the ODB Network.