Class ReplicationLocationDetail
Replication location detail where the snapshots reside
Inherited Members
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 |