Google Cloud Net App V1 Client - Class VerifyKmsConfigResponse (0.2.6)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
bool

setHealthy

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

Parameter
Name Description
var bool
Returns
Type Description
$this

getHealthError

Output only. Error message if config is not healthy.

Returns
Type Description
string

setHealthError

Output only. Error message if config is not healthy.

Parameter
Name Description
var string
Returns
Type Description
$this

getInstructions

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

Returns
Type Description
string

setInstructions

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

Parameter
Name Description
var string
Returns
Type Description
$this