Show / Hide Table of Contents

Class UpdateReplicat

Parameters for Replicat processes. If an empty object is specified, the stored Replicat details will be removed.

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

Properties

PerformanceProfile

Declaration
[JsonProperty(PropertyName = "performanceProfile")]
[JsonConverter(typeof(StringEnumConverter))]
public ReplicatPerformanceProfile? PerformanceProfile { get; set; }
Property Value
Type Description
ReplicatPerformanceProfile?

Replicat performance.

In this article
Back to top