Show / Hide Table of Contents

Class UpdateAwsEc2AssetDetails

The information of AWS VM asset to be updated.

Inheritance
object
UpdateAssetDetails
UpdateAwsEc2AssetDetails
Inherited Members
UpdateAssetDetails.DisplayName
UpdateAssetDetails.AssetSourceIds
UpdateAssetDetails.FreeformTags
UpdateAssetDetails.DefinedTags
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 UpdateAwsEc2AssetDetails : UpdateAssetDetails

Properties

AttachedEbsVolumesCost

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

AwsEc2

Declaration
[JsonProperty(PropertyName = "awsEc2")]
public AwsEc2Properties AwsEc2 { get; set; }
Property Value
Type Description
AwsEc2Properties

AwsEc2Cost

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

Compute

Declaration
[JsonProperty(PropertyName = "compute")]
public ComputeProperties Compute { get; set; }
Property Value
Type Description
ComputeProperties

Vm

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