Show / Hide Table of Contents

Class OlvmAssetSource

OLVM asset source. Used for discovery of clusters and storage domains registered in the OLVM environment.

Inheritance
object
AssetSource
OlvmAssetSource
Inherited Members
AssetSource.Id
AssetSource.CompartmentId
AssetSource.DisplayName
AssetSource.EnvironmentId
AssetSource.InventoryId
AssetSource.AssetsCompartmentId
AssetSource.DiscoveryScheduleId
AssetSource.LifecycleState
AssetSource.LifecycleDetails
AssetSource.TimeCreated
AssetSource.TimeUpdated
AssetSource.FreeformTags
AssetSource.DefinedTags
AssetSource.SystemTags
AssetSource.EnvironmentType
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 OlvmAssetSource : AssetSource

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
Type Description
AssetSourceCredentials
Remarks

Required

OlvmEndpoint

Declaration
[Required(ErrorMessage = "OlvmEndpoint is required.")]
[JsonProperty(PropertyName = "olvmEndpoint")]
public string OlvmEndpoint { get; set; }
Property Value
Type Description
string

ReplicationCredentials

Declaration
[JsonProperty(PropertyName = "replicationCredentials")]
public AssetSourceCredentials ReplicationCredentials { get; set; }
Property Value
Type Description
AssetSourceCredentials
In this article
Back to top