Show / Hide Table of Contents

Class UpdateVmWareAssetSourceDetails

Asset source update details.

Inheritance
object
UpdateAssetSourceDetails
UpdateVmWareAssetSourceDetails
Inherited Members
UpdateAssetSourceDetails.DisplayName
UpdateAssetSourceDetails.AssetsCompartmentId
UpdateAssetSourceDetails.FreeformTags
UpdateAssetSourceDetails.DefinedTags
UpdateAssetSourceDetails.SystemTags
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 UpdateVmWareAssetSourceDetails : UpdateAssetSourceDetails

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
[JsonProperty(PropertyName = "discoveryCredentials")]
public AssetSourceCredentials DiscoveryCredentials { get; set; }
Property Value
Type Description
AssetSourceCredentials

DiscoveryScheduleId

Declaration
[JsonProperty(PropertyName = "discoveryScheduleId")]
public string DiscoveryScheduleId { get; set; }
Property Value
Type Description
string

The OCID of the discovery schedule that is going to be assigned to an asset source.

ReplicationCredentials

Declaration
[JsonProperty(PropertyName = "replicationCredentials")]
public AssetSourceCredentials ReplicationCredentials { get; set; }
Property Value
Type Description
AssetSourceCredentials

VcenterEndpoint

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