Uses of Class
com.oracle.bmc.filestorage.model.Export.Builder
-
Packages that use Export.Builder Package Description com.oracle.bmc.filestorage.model -
-
Uses of Export.Builder in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return Export.Builder Modifier and Type Method Description static Export.Builder
Export. builder()
Create a new builder.Export.Builder
Export.Builder. copy(Export model)
Export.Builder
Export.Builder. exportOptions(List<ClientOptions> exportOptions)
Policies that apply to NFS requests made through this export.Export.Builder
Export.Builder. exportSetId(String exportSetId)
The OCID of this export’s export set.Export.Builder
Export.Builder. fileSystemId(String fileSystemId)
The OCID of this export’s file system.Export.Builder
Export.Builder. id(String id)
The OCID of this export.Export.Builder
Export.Builder. isIdmapGroupsForSysAuth(Boolean isIdmapGroupsForSysAuth)
Whether or not the export should use ID mapping for Unix groups rather than the group list provided within an NFS request’s RPC header.Export.Builder
Export.Builder. lifecycleState(Export.LifecycleState lifecycleState)
The current state of this export.Export.Builder
Export.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Export.Builder
Export.Builder. path(String path)
Path used to access the associated file system.Export.Builder
Export.Builder. timeCreated(Date timeCreated)
The date and time the export was created, expressed in RFC 3339 timestamp format.Export.Builder
Export. toBuilder()
-