VolumeCostEstimation

class oci.cloud_migrations.models.VolumeCostEstimation(**kwargs)

Bases: object

Cost estimation for volume

Methods

__init__(**kwargs) Initializes a new VolumeCostEstimation object with values from keyword arguments.

Attributes

capacity_gb [Required] Gets the capacity_gb of this VolumeCostEstimation.
description Gets the description of this VolumeCostEstimation.
total_gb_per_month [Required] Gets the total_gb_per_month of this VolumeCostEstimation.
total_gb_per_month_by_subscription Gets the total_gb_per_month_by_subscription of this VolumeCostEstimation.
__init__(**kwargs)

Initializes a new VolumeCostEstimation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • capacity_gb (float) – The value to assign to the capacity_gb property of this VolumeCostEstimation.
  • description (str) – The value to assign to the description property of this VolumeCostEstimation.
  • total_gb_per_month (float) – The value to assign to the total_gb_per_month property of this VolumeCostEstimation.
  • total_gb_per_month_by_subscription (float) – The value to assign to the total_gb_per_month_by_subscription property of this VolumeCostEstimation.
capacity_gb

[Required] Gets the capacity_gb of this VolumeCostEstimation. Gigabyte storage capacity

Returns:The capacity_gb of this VolumeCostEstimation.
Return type:float
description

Gets the description of this VolumeCostEstimation. Volume description

Returns:The description of this VolumeCostEstimation.
Return type:str
total_gb_per_month

[Required] Gets the total_gb_per_month of this VolumeCostEstimation. Gigabyte storage capacity per month.

Returns:The total_gb_per_month of this VolumeCostEstimation.
Return type:float
total_gb_per_month_by_subscription

Gets the total_gb_per_month_by_subscription of this VolumeCostEstimation. Gigabyte storage capacity per month by subscription

Returns:The total_gb_per_month_by_subscription of this VolumeCostEstimation.
Return type:float