Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class EkmMetadata.
Holds information needed by Mudbray to use partner EKMs for workloads.
Generated from protobuf message google.cloud.cloudcontrolspartner.v1beta.EkmMetadata
Namespace
Google \ Cloud \ CloudControlsPartner \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ekm_solution |
int
The Cloud EKM partner. |
↳ ekm_endpoint_uri |
string
Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation. |
getEkmSolution
The Cloud EKM partner.
Returns | |
---|---|
Type | Description |
int |
setEkmSolution
The Cloud EKM partner.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getEkmEndpointUri
Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation.
Returns | |
---|---|
Type | Description |
string |
setEkmEndpointUri
Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |