Show / Hide Table of Contents

Class VerifyKmsConfigResponse

VerifyKmsConfigResponse contains the information if the config is correctly and error message.

Inheritance
object
VerifyKmsConfigResponse
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.NetAppFiles.v1beta1.Data
Assembly: Google.Apis.NetAppFiles.v1beta1.dll
Syntax
public class VerifyKmsConfigResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HealthError

Output only. Error message if config is not healthy.

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

Healthy

Output only. If the customer key configured correctly to the encrypt volume.

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

Instructions

Output only. Instructions for the customers to provide the access to the encryption key.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX