Show / Hide Table of Contents

Class CreateAwsEc2AssetDetails

Create AWS EC2 VM type of asset.

Inheritance
object
CreateAssetDetails
CreateAwsEc2AssetDetails
Inherited Members
CreateAssetDetails.DisplayName
CreateAssetDetails.InventoryId
CreateAssetDetails.CompartmentId
CreateAssetDetails.SourceKey
CreateAssetDetails.ExternalAssetKey
CreateAssetDetails.AssetSourceIds
CreateAssetDetails.FreeformTags
CreateAssetDetails.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 CreateAwsEc2AssetDetails : CreateAssetDetails

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