Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and Description |
---|---|
ExportSet.Builder |
ExportSet.Builder.availabilityDomain(String availabilityDomain)
The availability domain the export set is in.
|
static ExportSet.Builder |
ExportSet.builder()
Create a new builder.
|
ExportSet.Builder |
ExportSet.Builder.compartmentId(String compartmentId)
The OCID of the
compartment that contains the export set.
|
ExportSet.Builder |
ExportSet.Builder.copy(ExportSet model) |
ExportSet.Builder |
ExportSet.Builder.displayName(String displayName)
A user-friendly name.
|
ExportSet.Builder |
ExportSet.Builder.id(String id)
The OCID of the
export set.
|
ExportSet.Builder |
ExportSet.Builder.lifecycleState(ExportSet.LifecycleState lifecycleState)
The current state of the export set.
|
ExportSet.Builder |
ExportSet.Builder.maxFsStatBytes(Long maxFsStatBytes)
Controls the maximum
tbytes , fbytes , and abytes , values reported
by NFS FSSTAT calls through any associated mount targets. |
ExportSet.Builder |
ExportSet.Builder.maxFsStatFiles(Long maxFsStatFiles)
Controls the maximum
tfiles , ffiles , and afiles values reported
by NFS FSSTAT calls through any associated mount targets. |
ExportSet.Builder |
ExportSet.Builder.timeCreated(Date timeCreated)
The date and time the export set was created, expressed in RFC
3339 timestamp format.
|
ExportSet.Builder |
ExportSet.toBuilder() |
ExportSet.Builder |
ExportSet.Builder.vcnId(String vcnId)
The OCID of the
virtual cloud network (VCN) the export set is in.
|
Copyright © 2016–2024. All rights reserved.