Class AwsEc2Asset
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AwsEc2Asset : Asset
Properties
AttachedEbsVolumesCost
Declaration
[JsonProperty(PropertyName = "attachedEbsVolumesCost")]
public MonthlyCostSummary AttachedEbsVolumesCost { get; set; }
Property Value
AwsEc2
Declaration
[Required(ErrorMessage = "AwsEc2 is required.")]
[JsonProperty(PropertyName = "awsEc2")]
public AwsEc2Properties AwsEc2 { get; set; }
Property Value
AwsEc2Cost
Declaration
[JsonProperty(PropertyName = "awsEc2Cost")]
public MonthlyCostSummary AwsEc2Cost { get; set; }
Property Value
Compute
Declaration
[Required(ErrorMessage = "Compute is required.")]
[JsonProperty(PropertyName = "compute")]
public ComputeProperties Compute { get; set; }
Property Value
Vm
Declaration
[Required(ErrorMessage = "Vm is required.")]
[JsonProperty(PropertyName = "vm")]
public VmProperties Vm { get; set; }
Property Value