AwsEc2AssetDetails¶
-
class
oci.cloud_bridge.models.
AwsEc2AssetDetails
(**kwargs)¶ Bases:
object
AWS EC2 type of asset.
Methods
__init__
(**kwargs)Initializes a new AwsEc2AssetDetails object with values from keyword arguments. Attributes
attached_ebs_volumes_cost
Gets the attached_ebs_volumes_cost of this AwsEc2AssetDetails. aws_ec2
[Required] Gets the aws_ec2 of this AwsEc2AssetDetails. aws_ec2_cost
Gets the aws_ec2_cost of this AwsEc2AssetDetails. compute
[Required] Gets the compute of this AwsEc2AssetDetails. vm
[Required] Gets the vm of this AwsEc2AssetDetails. -
__init__
(**kwargs)¶ Initializes a new AwsEc2AssetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compute (oci.cloud_bridge.models.ComputeProperties) – The value to assign to the compute property of this AwsEc2AssetDetails.
- vm (oci.cloud_bridge.models.VmProperties) – The value to assign to the vm property of this AwsEc2AssetDetails.
- aws_ec2 (oci.cloud_bridge.models.AwsEc2Properties) – The value to assign to the aws_ec2 property of this AwsEc2AssetDetails.
- aws_ec2_cost (oci.cloud_bridge.models.MonthlyCostSummary) – The value to assign to the aws_ec2_cost property of this AwsEc2AssetDetails.
- attached_ebs_volumes_cost (oci.cloud_bridge.models.MonthlyCostSummary) – The value to assign to the attached_ebs_volumes_cost property of this AwsEc2AssetDetails.
-
attached_ebs_volumes_cost
¶ Gets the attached_ebs_volumes_cost of this AwsEc2AssetDetails.
Returns: The attached_ebs_volumes_cost of this AwsEc2AssetDetails. Return type: oci.cloud_bridge.models.MonthlyCostSummary
-
aws_ec2
¶ [Required] Gets the aws_ec2 of this AwsEc2AssetDetails.
Returns: The aws_ec2 of this AwsEc2AssetDetails. Return type: oci.cloud_bridge.models.AwsEc2Properties
-
aws_ec2_cost
¶ Gets the aws_ec2_cost of this AwsEc2AssetDetails.
Returns: The aws_ec2_cost of this AwsEc2AssetDetails. Return type: oci.cloud_bridge.models.MonthlyCostSummary
-
compute
¶ [Required] Gets the compute of this AwsEc2AssetDetails.
Returns: The compute of this AwsEc2AssetDetails. Return type: oci.cloud_bridge.models.ComputeProperties
-
vm
¶ [Required] Gets the vm of this AwsEc2AssetDetails.
Returns: The vm of this AwsEc2AssetDetails. Return type: oci.cloud_bridge.models.VmProperties
-