Class GoogleCloudApihubV1Config
Available configurations to provision an ApiHub Instance.
Implements
Inherited Members
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 |