Class UpdateAwsEc2AssetDetails
The information of AWS VM asset to be updated.
Inheritance
UpdateAwsEc2AssetDetails
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class UpdateAwsEc2AssetDetails : UpdateAssetDetails
Properties
AttachedEbsVolumesCost
Declaration
[JsonProperty(PropertyName = "attachedEbsVolumesCost")]
public MonthlyCostSummary AttachedEbsVolumesCost { get; set; }
Property Value
AwsEc2
Declaration
[JsonProperty(PropertyName = "awsEc2")]
public AwsEc2Properties AwsEc2 { get; set; }
Property Value
AwsEc2Cost
Declaration
[JsonProperty(PropertyName = "awsEc2Cost")]
public MonthlyCostSummary AwsEc2Cost { get; set; }
Property Value
Compute
Declaration
[JsonProperty(PropertyName = "compute")]
public ComputeProperties Compute { get; set; }
Property Value
Vm
Declaration
[JsonProperty(PropertyName = "vm")]
public VmProperties Vm { get; set; }
Property Value