Infrastructure Manager v1 API - Class AutoMigrationConfig (1.11.0)

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

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

AutoMigrationConfig contains the automigration configuration for a project.

Inheritance

object > AutoMigrationConfig

Namespace

Google.Cloud.Config.V1

Assembly

Google.Cloud.Config.V1.dll

Constructors

AutoMigrationConfig()

public AutoMigrationConfig()

AutoMigrationConfig(AutoMigrationConfig)

public AutoMigrationConfig(AutoMigrationConfig other)
Parameter
Name Description
other AutoMigrationConfig

Properties

AutoMigrationConfigName

public AutoMigrationConfigName AutoMigrationConfigName { get; set; }

AutoMigrationConfigName-typed view over the Name resource name property.

Property Value
Type Description
AutoMigrationConfigName

AutoMigrationEnabled

public bool AutoMigrationEnabled { get; set; }

Optional. Whether the auto migration is enabled for the project.

Property Value
Type Description
bool

Name

public string Name { get; set; }

Identifier. The name of the AutoMigrationConfig. Format: 'projects/{project_id}/locations/{location}/AutoMigrationConfig'.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Time the AutoMigrationConfig was last updated.

Property Value
Type Description
Timestamp