Show / Hide Table of Contents

Class GoogleCloudApihubV1Config

Available configurations to provision an ApiHub Instance.

Inheritance
object
GoogleCloudApihubV1Config
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.APIhub.v1.Data
Assembly: Google.Apis.APIhub.v1.dll
Syntax
public class GoogleCloudApihubV1Config : IDirectResponseSchema

Properties

CmekKeyName

Optional. The Customer Managed Encryption Key (CMEK) used for data encryption. The CMEK name should follow the format of projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+), where the location must match the instance location. If the CMEK is not provided, a GMEK will be created for the instance.

Declaration
[JsonProperty("cmekKeyName")]
public virtual string CmekKeyName { get; set; }
Property Value
Type Description
string

DisableSearch

Optional. If true, the search will be disabled for the instance. The default value is false.

Declaration
[JsonProperty("disableSearch")]
public virtual bool? DisableSearch { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EncryptionType

Optional. Encryption type for the region. If the encryption type is CMEK, the cmek_key_name must be provided. If no encryption type is provided, GMEK will be used.

Declaration
[JsonProperty("encryptionType")]
public virtual string EncryptionType { get; set; }
Property Value
Type Description
string

VertexLocation

Optional. The name of the Vertex AI location where the data store is stored.

Declaration
[JsonProperty("vertexLocation")]
public virtual string VertexLocation { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX