public static interface FileSystemEndpoints.Builder extends SdkPojo, CopyableBuilder<FileSystemEndpoints.Builder,FileSystemEndpoints>
| Modifier and Type | Method and Description |
|---|---|
default FileSystemEndpoints.Builder |
intercluster(Consumer<FileSystemEndpoint.Builder> intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
FileSystemEndpoints.Builder |
intercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
|
default FileSystemEndpoints.Builder |
management(Consumer<FileSystemEndpoint.Builder> management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
FileSystemEndpoints.Builder |
management(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFileSystemEndpoints.Builder intercluster(FileSystemEndpoint intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
intercluster - An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.default FileSystemEndpoints.Builder intercluster(Consumer<FileSystemEndpoint.Builder> intercluster)
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
This is a convenience method that creates an instance of theFileSystemEndpoint.Builder avoiding the
need to create one manually via FileSystemEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to intercluster(FileSystemEndpoint).
intercluster - a consumer that will call methods on FileSystemEndpoint.Builderintercluster(FileSystemEndpoint)FileSystemEndpoints.Builder management(FileSystemEndpoint management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
management - An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.default FileSystemEndpoints.Builder management(Consumer<FileSystemEndpoint.Builder> management)
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
This is a convenience method that creates an instance of theFileSystemEndpoint.Builder avoiding the
need to create one manually via FileSystemEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to management(FileSystemEndpoint).
management - a consumer that will call methods on FileSystemEndpoint.Buildermanagement(FileSystemEndpoint)Copyright © 2023. All rights reserved.