public sealed class CreateSingleTenantHsmInstanceProposalRequest : IMessage<CreateSingleTenantHsmInstanceProposalRequest>, IEquatable<CreateSingleTenantHsmInstanceProposalRequest>, IDeepCloneable<CreateSingleTenantHsmInstanceProposalRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class CreateSingleTenantHsmInstanceProposalRequest.
Request message for [HsmManagement.CreateSingleTenantHsmInstanceProposal][google.cloud.kms.v1.HsmManagement.CreateSingleTenantHsmInstanceProposal].
Implements
IMessageCreateSingleTenantHsmInstanceProposalRequest, IEquatableCreateSingleTenantHsmInstanceProposalRequest, IDeepCloneableCreateSingleTenantHsmInstanceProposalRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
CreateSingleTenantHsmInstanceProposalRequest()
public CreateSingleTenantHsmInstanceProposalRequest()CreateSingleTenantHsmInstanceProposalRequest(CreateSingleTenantHsmInstanceProposalRequest)
public CreateSingleTenantHsmInstanceProposalRequest(CreateSingleTenantHsmInstanceProposalRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateSingleTenantHsmInstanceProposalRequest |
Properties
Parent
public string Parent { get; set; }Required. The [name][google.cloud.kms.v1.SingleTenantHsmInstance.name] of the [SingleTenantHsmInstance][google.cloud.kms.v1.SingleTenantHsmInstance] associated with the [SingleTenantHsmInstanceProposals][google.cloud.kms.v1.SingleTenantHsmInstanceProposal].
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsSingleTenantHsmInstanceName
public SingleTenantHsmInstanceName ParentAsSingleTenantHsmInstanceName { get; set; }SingleTenantHsmInstanceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SingleTenantHsmInstanceName |
|
SingleTenantHsmInstanceProposal
public SingleTenantHsmInstanceProposal SingleTenantHsmInstanceProposal { get; set; }Required. The [SingleTenantHsmInstanceProposal][google.cloud.kms.v1.SingleTenantHsmInstanceProposal] to create.
| Property Value | |
|---|---|
| Type | Description |
SingleTenantHsmInstanceProposal |
|
SingleTenantHsmInstanceProposalId
public string SingleTenantHsmInstanceProposalId { get; set; }Optional. It must be unique within a location and match the regular
expression [a-zA-Z0-9_-]{1,63}.
| Property Value | |
|---|---|
| Type | Description |
string |
|