NetApp v1 API - Class VerifyKmsConfigResponse (1.0.0)

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

Reference documentation and code samples for the NetApp v1 API class VerifyKmsConfigResponse.

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

Inheritance

object > VerifyKmsConfigResponse

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

VerifyKmsConfigResponse()

public VerifyKmsConfigResponse()

VerifyKmsConfigResponse(VerifyKmsConfigResponse)

public VerifyKmsConfigResponse(VerifyKmsConfigResponse other)
Parameter
NameDescription
otherVerifyKmsConfigResponse

Properties

HealthError

public string HealthError { get; set; }

Output only. Error message if config is not healthy.

Property Value
TypeDescription
string

Healthy

public bool Healthy { get; set; }

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

Property Value
TypeDescription
bool

Instructions

public string Instructions { get; set; }

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

Property Value
TypeDescription
string