public sealed class OdbSubnet : IMessage<OdbSubnet>, IEquatable<OdbSubnet>, IDeepCloneable<OdbSubnet>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class OdbSubnet.
Represents OdbSubnet resource.
Implements
IMessageOdbSubnet, IEquatableOdbSubnet, IDeepCloneableOdbSubnet, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
OdbSubnet()
public OdbSubnet()OdbSubnet(OdbSubnet)
public OdbSubnet(OdbSubnet other)| Parameter | |
|---|---|
| Name | Description |
other |
OdbSubnet |
Properties
CidrRange
public string CidrRange { get; set; }Required. The CIDR range of the subnet.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the OdbNetwork was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Labels
public MapField<string, string> Labels { get; }Optional. Labels or tags associated with the resource.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}
| Property Value | |
|---|---|
| Type | Description |
string |
|
OdbSubnetName
public OdbSubnetName OdbSubnetName { get; set; }OdbSubnetName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetName |
|
Purpose
public OdbSubnet.Types.Purpose Purpose { get; set; }Required. Purpose of the subnet.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetTypesPurpose |
|
State
public OdbSubnet.Types.State State { get; set; }Output only. State of the ODB Subnet.
| Property Value | |
|---|---|
| Type | Description |
OdbSubnetTypesState |
|