Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ExportSet

A set of file systems to export through one or more mount targets. Composed of zero or more export resources.

Properties

Optional availabilityDomain

availabilityDomain: undefined | string

The availability domain the export set is in. May be unset as a blank or NULL value.

Example: {@code Uocm:PHX-AD-1}

compartmentId

compartmentId: string

The OCID of the compartment that contains the export set.

displayName

displayName: string

A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.

Example: {@code My export set}

id

id: string

The OCID of the export set.

lifecycleState

lifecycleState: LifecycleState

The current state of the export set.

Optional maxFsStatBytes

maxFsStatBytes: undefined | number

Controls the maximum {@code tbytes}, {@code fbytes}, and {@code abytes}, values reported by {@code NFS FSSTAT} calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The {@code tbytes} value reported by {@code FSSTAT} will be {@code maxFsStatBytes}. The value of {@code fbytes} and {@code abytes} will be {@code maxFsStatBytes} minus the metered size of the file system. If the metered size is larger than {@code maxFsStatBytes}, then {@code fbytes} and {@code abytes} will both be '0'. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional maxFsStatFiles

maxFsStatFiles: undefined | number

Controls the maximum {@code tfiles}, {@code ffiles}, and {@code afiles} values reported by {@code NFS FSSTAT} calls through any associated mount targets. This is an advanced feature. For most applications, use the default value. The {@code tfiles} value reported by {@code FSSTAT} will be {@code maxFsStatFiles}. The value of {@code ffiles} and {@code afiles} will be {@code maxFsStatFiles} minus the metered size of the file system. If the metered size is larger than {@code maxFsStatFiles}, then {@code ffiles} and {@code afiles} will both be '0'. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

timeCreated

timeCreated: Date

The date and time the export set was created, expressed in RFC 3339 timestamp format.

Example: {@code 2016-08-25T21:10:29.600Z}

vcnId

vcnId: string

The OCID of the virtual cloud network (VCN) the export set is in.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: ExportSet): object

getJsonObj