Show / Hide Table of Contents

Class AwsEc2Asset

AWS EC2 type of asset.

Inheritance
object
Asset
AwsEc2Asset
Inherited Members
Asset.DisplayName
Asset.InventoryId
Asset.Id
Asset.CompartmentId
Asset.SourceKey
Asset.ExternalAssetKey
Asset.TimeCreated
Asset.TimeUpdated
Asset.AssetSourceIds
Asset.LifecycleState
Asset.FreeformTags
Asset.DefinedTags
Asset.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 AwsEc2Asset : Asset

Properties

AttachedEbsVolumesCost

Declaration
[JsonProperty(PropertyName = "attachedEbsVolumesCost")]
public MonthlyCostSummary AttachedEbsVolumesCost { get; set; }
Property Value
Type Description
MonthlyCostSummary

AwsEc2

Declaration
[Required(ErrorMessage = "AwsEc2 is required.")]
[JsonProperty(PropertyName = "awsEc2")]
public AwsEc2Properties AwsEc2 { get; set; }
Property Value
Type Description
AwsEc2Properties
Remarks

Required

AwsEc2Cost

Declaration
[JsonProperty(PropertyName = "awsEc2Cost")]
public MonthlyCostSummary AwsEc2Cost { get; set; }
Property Value
Type Description
MonthlyCostSummary

Compute

Declaration
[Required(ErrorMessage = "Compute is required.")]
[JsonProperty(PropertyName = "compute")]
public ComputeProperties Compute { get; set; }
Property Value
Type Description
ComputeProperties
Remarks

Required

Vm

Declaration
[Required(ErrorMessage = "Vm is required.")]
[JsonProperty(PropertyName = "vm")]
public VmProperties Vm { get; set; }
Property Value
Type Description
VmProperties
Remarks

Required

In this article
Back to top