Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API module Google::Cloud::Kms::V1::HsmManagement::Paths.
Path helper methods for the HsmManagement API.
Extended By
Included In
Methods
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#single_tenant_hsm_instance_path
def single_tenant_hsm_instance_path(project:, location:, single_tenant_hsm_instance:) -> ::StringCreate a fully-qualified SingleTenantHsmInstance resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/singleTenantHsmInstances/{single_tenant_hsm_instance}
- project (String)
- location (String)
- single_tenant_hsm_instance (String)
- (::String)
- (::ArgumentError)
#single_tenant_hsm_instance_proposal_path
def single_tenant_hsm_instance_proposal_path(project:, location:, single_tenant_hsm_instance:, proposal:) -> ::StringCreate a fully-qualified SingleTenantHsmInstanceProposal resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/singleTenantHsmInstances/{single_tenant_hsm_instance}/proposals/{proposal}
- project (String)
- location (String)
- single_tenant_hsm_instance (String)
- proposal (String)
- (::String)
- (::ArgumentError)