NetApp v1 API - Class CreateKmsConfigRequest (1.0.0)

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.

Inheritance

object > CreateKmsConfigRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

CreateKmsConfigRequest()

public CreateKmsConfigRequest()

CreateKmsConfigRequest(CreateKmsConfigRequest)

public CreateKmsConfigRequest(CreateKmsConfigRequest other)
Parameter
NameDescription
otherCreateKmsConfigRequest

Properties

KmsConfig

public KmsConfig KmsConfig { get; set; }

Required. The required parameters to create a new KmsConfig.

Property Value
TypeDescription
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
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Value for parent.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName