Show / Hide Table of Contents

Class EncryptionConfig

Encryption configuration for a private cloud.

Inheritance
object
EncryptionConfig
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.VMwareEngine.v1.Data
Assembly: Google.Apis.VMwareEngine.v1.dll
Syntax
public class EncryptionConfig : IDirectResponseSchema

Properties

CryptoKeyName

Optional. The resource name of the Cloud KMS key to be used for CMEK encryption. The format of this field is projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. The key must be in the same region as the private cloud. This key is used for wrapping the key-encrypting key of vSAN clusters. This field must be provided when type is CMEK or LEGACY_CMEK, and must not be set when type is OTHER.

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

ETag

The ETag of the item.

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

Type

Required. The encryption type of the private cloud.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX