UpgradeShapeMountTargetDetails

class oci.file_storage.models.UpgradeShapeMountTargetDetails(**kwargs)

Bases: object

Shape details about the Mount Target.

Methods

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

Attributes

requested_throughput Gets the requested_throughput of this UpgradeShapeMountTargetDetails.
__init__(**kwargs)

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

Parameters:requested_throughput (int) – The value to assign to the requested_throughput property of this UpgradeShapeMountTargetDetails.
requested_throughput

Gets the requested_throughput of this UpgradeShapeMountTargetDetails. New throughput for mount target in Gbps. Available shapes and corresponding throughput are listed at Mount Target Performance.

Returns:The requested_throughput of this UpgradeShapeMountTargetDetails.
Return type:int