Show / Hide Table of Contents

Class ReplicationLocationDetail

Replication location detail where the snapshots reside

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

Properties

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public object Metadata { get; set; }
Property Value
Type Description
object

Properties for each of the replication location types

ReplicationLocationType

Declaration
[JsonProperty(PropertyName = "replicationLocationType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ReplicationLocationDetail.ReplicationLocationTypeEnum? ReplicationLocationType { get; set; }
Property Value
Type Description
ReplicationLocationDetail.ReplicationLocationTypeEnum?

The type of replication location

In this article
Back to top