Infrastructure Manager v1 API - Class UpdateAutoMigrationConfigRequest (1.11.0)

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

Reference documentation and code samples for the Infrastructure Manager v1 API class UpdateAutoMigrationConfigRequest.

The request message for the UpdateAutoMigrationConfig method.

Inheritance

object > UpdateAutoMigrationConfigRequest

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

UpdateAutoMigrationConfigRequest()

public UpdateAutoMigrationConfigRequest()

UpdateAutoMigrationConfigRequest(UpdateAutoMigrationConfigRequest)

public UpdateAutoMigrationConfigRequest(UpdateAutoMigrationConfigRequest other)
Parameter
Name Description
other UpdateAutoMigrationConfigRequest

Properties

AutoMigrationConfig

public AutoMigrationConfig AutoMigrationConfig { get; set; }

Required. The AutoMigrationConfig to update.

Property Value
Type Description
AutoMigrationConfig

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. The update mask applies to the resource. See [google.protobuf.FieldMask][google.protobuf.FieldMask].

Property Value
Type Description
FieldMask