Show / Hide Table of Contents

Class AwsEc2AssetDetails

AWS EC2 type of asset.

Inheritance
object
AwsEc2AssetDetails
Inherited Members
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 AwsEc2AssetDetails

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