Class CreateOlvmAssetSourceDetails
OLVM asset source creation request.
Inheritance
CreateOlvmAssetSourceDetails
Assembly: OCI.DotNetSDK.Cloudmigrations.dll
Syntax
public class CreateOlvmAssetSourceDetails : CreateAssetSourceDetails
Properties
AreHistoricalMetricsCollected
Declaration
[JsonProperty(PropertyName = "areHistoricalMetricsCollected")]
public bool? AreHistoricalMetricsCollected { get; set; }
Property Value
| Type |
Description |
| bool? |
Flag indicating whether historical metrics are collected for assets, originating from this asset source.
|
AreRealtimeMetricsCollected
Declaration
[JsonProperty(PropertyName = "areRealtimeMetricsCollected")]
public bool? AreRealtimeMetricsCollected { get; set; }
Property Value
| Type |
Description |
| bool? |
Flag indicating whether real-time metrics are collected for assets, originating from this asset source.
|
DiscoveryCredentials
Declaration
[Required(ErrorMessage = "DiscoveryCredentials is required.")]
[JsonProperty(PropertyName = "discoveryCredentials")]
public AssetSourceCredentials DiscoveryCredentials { get; set; }
Property Value
OlvmEndpoint
Declaration
[Required(ErrorMessage = "OlvmEndpoint is required.")]
[JsonProperty(PropertyName = "olvmEndpoint")]
public string OlvmEndpoint { get; set; }
Property Value
ReplicationCredentials
Declaration
[JsonProperty(PropertyName = "replicationCredentials")]
public AssetSourceCredentials ReplicationCredentials { get; set; }
Property Value