Show / Hide Table of Contents

Class Replicat

Parameters for Replicat processes.

Inheritance
object
Replicat
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 Replicat

Properties

PerformanceProfile

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

Replicat performance.

In this article
Back to top