ScheduleDowngradeShapeMountTargetDetails¶
-
class
oci.file_storage.models.
ScheduleDowngradeShapeMountTargetDetails
(**kwargs)¶ Bases:
object
Shape details about the Mount Target.
Methods
__init__
(**kwargs)Initializes a new ScheduleDowngradeShapeMountTargetDetails object with values from keyword arguments. Attributes
requested_throughput
Gets the requested_throughput of this ScheduleDowngradeShapeMountTargetDetails. -
__init__
(**kwargs)¶ Initializes a new ScheduleDowngradeShapeMountTargetDetails 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 ScheduleDowngradeShapeMountTargetDetails.
-
requested_throughput
¶ Gets the requested_throughput of this ScheduleDowngradeShapeMountTargetDetails. New throughput for mount target in Gbps. Available shapes and corresponding throughput are listed at Mount Target Performance.
Returns: The requested_throughput of this ScheduleDowngradeShapeMountTargetDetails. Return type: int
-