Package | Description |
---|---|
com.oracle.bmc.filestorage.model |
Modifier and Type | Method and 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.lifecycleState(Export.LifecycleState lifecycleState)
The current state of this export.
|
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() |
Copyright © 2016–2023. All rights reserved.