public sealed class CreateKmsConfigRequest : IMessage<CreateKmsConfigRequest>, IEquatable<CreateKmsConfigRequest>, IDeepCloneable<CreateKmsConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class CreateKmsConfigRequest.
CreateKmsConfigRequest creates a KMS Config.
Implements
IMessageCreateKmsConfigRequest, IEquatableCreateKmsConfigRequest, IDeepCloneableCreateKmsConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Constructors
CreateKmsConfigRequest()
public CreateKmsConfigRequest()
CreateKmsConfigRequest(CreateKmsConfigRequest)
public CreateKmsConfigRequest(CreateKmsConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateKmsConfigRequest |
Properties
KmsConfig
public KmsConfig KmsConfig { get; set; }
Required. The required parameters to create a new KmsConfig.
Property Value | |
---|---|
Type | Description |
KmsConfig |
KmsConfigId
public string KmsConfigId { get; set; }
Required. Id of the requesting KmsConfig If auto-generating Id server-side, remove this field and id from the method_signature of Create RPC
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Value for parent.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |