OdbSubnet(mapping=None, *, ignore_unknown_fields=False, **kwargs)Represents OdbSubnet resource.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet} |
cidr_range |
str
Required. The CIDR range of the subnet. |
purpose |
google.cloud.oracledatabase_v1.types.OdbSubnet.Purpose
Required. Purpose of the subnet. |
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.OdbSubnet.State
Output only. State of the ODB Subnet. |
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 |
Purpose
Purpose(value)Purpose available for the subnet.
State
State(value)The various lifecycle states of the ODB Subnet.