Show / Hide Table of Contents

Class FileSystemConfigurationDetail

Details of the file system configuration of the VM cluster.

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

Properties

FileSystemSizeGb

Declaration
[JsonProperty(PropertyName = "fileSystemSizeGb")]
public int? FileSystemSizeGb { get; set; }
Property Value
Type Description
int?

The file system size to be allocated in GBs.

MountPoint

Declaration
[JsonProperty(PropertyName = "mountPoint")]
public string MountPoint { get; set; }
Property Value
Type Description
string

The mount point of file system.

In this article
Back to top