Show / Hide Table of Contents

Class UpdateAwsAssetSourceDetails

AWS asset source update request.

Inheritance
object
UpdateAssetSourceDetails
UpdateAwsAssetSourceDetails
Inherited Members
UpdateAssetSourceDetails.DisplayName
UpdateAssetSourceDetails.AssetsCompartmentId
UpdateAssetSourceDetails.DiscoveryScheduleId
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.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class UpdateAwsAssetSourceDetails : 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

IsCostInformationCollected

Declaration
[JsonProperty(PropertyName = "isCostInformationCollected")]
public bool? IsCostInformationCollected { get; set; }
Property Value
Type Description
bool?

Flag indicating whether cost data collection is enabled for assets, originating from this asset source.

ReplicationCredentials

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