NetApp v1 API - Class UpdateKmsConfigRequest (1.0.0)

public sealed class UpdateKmsConfigRequest : IMessage<UpdateKmsConfigRequest>, IEquatable<UpdateKmsConfigRequest>, IDeepCloneable<UpdateKmsConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the NetApp v1 API class UpdateKmsConfigRequest.

UpdateKmsConfigRequest updates a KMS Config.

Inheritance

object > UpdateKmsConfigRequest

Namespace

Google.Cloud.NetApp.V1

Assembly

Google.Cloud.NetApp.V1.dll

Constructors

UpdateKmsConfigRequest()

public UpdateKmsConfigRequest()

UpdateKmsConfigRequest(UpdateKmsConfigRequest)

public UpdateKmsConfigRequest(UpdateKmsConfigRequest other)
Parameter
NameDescription
otherUpdateKmsConfigRequest

Properties

KmsConfig

public KmsConfig KmsConfig { get; set; }

Required. The KmsConfig being updated

Property Value
TypeDescription
KmsConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten in the KmsConfig resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Property Value
TypeDescription
FieldMask