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.
Implements
IMessageVerifyKmsConfigResponse, IEquatableVerifyKmsConfigResponse, IDeepCloneableVerifyKmsConfigResponse, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
VerifyKmsConfigResponse()
public VerifyKmsConfigResponse()
VerifyKmsConfigResponse(VerifyKmsConfigResponse)
public VerifyKmsConfigResponse(VerifyKmsConfigResponse other)
Parameter | |
---|---|
Name | Description |
other |
VerifyKmsConfigResponse |
Properties
HealthError
public string HealthError { get; set; }
Output only. Error message if config is not healthy.
Property Value | |
---|---|
Type | Description |
string |
Healthy
public bool Healthy { get; set; }
Output only. If the customer key configured correctly to the encrypt volume.
Property Value | |
---|---|
Type | Description |
bool |
Instructions
public string Instructions { get; set; }
Output only. Instructions for the customers to provide the access to the encryption key.
Property Value | |
---|---|
Type | Description |
string |