Oracle Database@Google Cloud v1 API - Class ExascaleDbStorageVault (1.4.0)

public sealed class ExascaleDbStorageVault : IMessage<ExascaleDbStorageVault>, IEquatable<ExascaleDbStorageVault>, IDeepCloneable<ExascaleDbStorageVault>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class ExascaleDbStorageVault.

ExascaleDbStorageVault represents a storage vault exadb vm cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExascaleDbStorageVault/

Inheritance

object > ExascaleDbStorageVault

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

ExascaleDbStorageVault()

public ExascaleDbStorageVault()

ExascaleDbStorageVault(ExascaleDbStorageVault)

public ExascaleDbStorageVault(ExascaleDbStorageVault other)
Parameter
Name Description
other ExascaleDbStorageVault

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The date and time when the ExascaleDbStorageVault was created.

Property Value
Type Description
Timestamp

DisplayName

public string DisplayName { get; set; }

Required. The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.

Property Value
Type Description
string

EntitlementId

public string EntitlementId { get; set; }

Output only. The ID of the subscription entitlement associated with the ExascaleDbStorageVault.

Property Value
Type Description
string

ExascaleDbStorageVaultName

public ExascaleDbStorageVaultName ExascaleDbStorageVaultName { get; set; }

ExascaleDbStorageVaultName-typed view over the Name resource name property.

Property Value
Type Description
ExascaleDbStorageVaultName

GcpOracleZone

public string GcpOracleZone { get; set; }

Optional. The GCP Oracle zone where Oracle ExascaleDbStorageVault 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. The labels or tags associated with the ExascaleDbStorageVault.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}

Property Value
Type Description
string

Properties

public ExascaleDbStorageVaultProperties Properties { get; set; }

Required. The properties of the ExascaleDbStorageVault.

Property Value
Type Description
ExascaleDbStorageVaultProperties