Show / Hide Table of Contents

Class UpgradeShapeMountTargetDetails

Shape details about the Mount Target.

Inheritance
object
UpgradeShapeMountTargetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class UpgradeShapeMountTargetDetails

Properties

RequestedThroughput

Declaration
[JsonProperty(PropertyName = "requestedThroughput")]
public long? RequestedThroughput { get; set; }
Property Value
Type Description
long?

New throughput for mount target in Gbps. Available shapes and corresponding throughput are listed at Mount Target Performance.

In this article
Back to top