public sealed class OdbNetwork : IMessage<OdbNetwork>, IEquatable<OdbNetwork>, IDeepCloneable<OdbNetwork>, IBufferMessage, IMessageReference documentation and code samples for the Oracle Database@Google Cloud v1 API class OdbNetwork.
Represents OdbNetwork resource.
Implements
IMessageOdbNetwork, IEquatableOdbNetwork, IDeepCloneableOdbNetwork, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
OdbNetwork()
public OdbNetwork()OdbNetwork(OdbNetwork)
public OdbNetwork(OdbNetwork other)| Parameter | |
|---|---|
| Name | Description |
other |
OdbNetwork |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The date and time that the OdbNetwork was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EntitlementId
public string EntitlementId { get; set; }Output only. The ID of the subscription entitlement associated with the OdbNetwork.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GcpOracleZone
public string GcpOracleZone { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}
| Property Value | |
|---|---|
| Type | Description |
string |
|
Network
public string Network { get; set; }Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }NetworkName-typed view over the Network resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|
OdbNetworkName
public OdbNetworkName OdbNetworkName { get; set; }OdbNetworkName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
OdbNetworkName |
|
State
public OdbNetwork.Types.State State { get; set; }Output only. State of the ODB Network.
| Property Value | |
|---|---|
| Type | Description |
OdbNetworkTypesState |
|