Show / Hide Table of Contents

Class UpdateMigrationAssetDetails

Details of the updated migration asset.

Inheritance
object
UpdateMigrationAssetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudmigrationsService.Models
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class UpdateMigrationAssetDetails

Properties

DependsOn

Declaration
[JsonProperty(PropertyName = "dependsOn")]
public List<string> DependsOn { get; set; }
Property Value
Type Description
List<string>

List of migration assets that depends on this asset.

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.

ReplicationScheduleId

Declaration
[JsonProperty(PropertyName = "replicationScheduleId")]
public string ReplicationScheduleId { get; set; }
Property Value
Type Description
string

Replication schedule identifier

In this article
Back to top