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

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
NameDescription
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
TypeDescription
bool

setHealthy

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getHealthError

Output only. Error message if config is not healthy.

Returns
TypeDescription
string

setHealthError

Output only. Error message if config is not healthy.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInstructions

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

Returns
TypeDescription
string

setInstructions

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this