Reference documentation and code samples for the Google Cloud Net App V1 Client class VerifyKmsConfigResponse.
VerifyKmsConfigResponse contains the information if the config is correctly and error message.
Generated from protobuf message google.cloud.netapp.v1.VerifyKmsConfigResponse
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ healthy
bool
Output only. If the customer key configured correctly to the encrypt volume.
↳ health_error
string
Output only. Error message if config is not healthy.
↳ instructions
string
Output only. Instructions for the customers to provide the access to the encryption key.
getHealthy
Output only. If the customer key configured correctly to the encrypt volume.
bool
setHealthy
Output only. If the customer key configured correctly to the encrypt volume.
var
bool
$this
getHealthError
Output only. Error message if config is not healthy.
string
setHealthError
Output only. Error message if config is not healthy.
var
string
$this
getInstructions
Output only. Instructions for the customers to provide the access to the encryption key.
string
setInstructions
Output only. Instructions for the customers to provide the access to the encryption key.
var
string
$this