public sealed class AutoMigrationConfig : IMessage<AutoMigrationConfig>, IEquatable<AutoMigrationConfig>, IDeepCloneable<AutoMigrationConfig>, IBufferMessage, IMessageReference documentation and code samples for the Infrastructure Manager v1 API class AutoMigrationConfig.
AutoMigrationConfig contains the automigration configuration for a project.
Implements
IMessageAutoMigrationConfig, IEquatableAutoMigrationConfig, IDeepCloneableAutoMigrationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Config.V1Assembly
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 |
|