public static interface FsxProtocol.Builder extends SdkPojo, CopyableBuilder<FsxProtocol.Builder,FsxProtocol>
| Modifier and Type | Method and Description |
|---|---|
default FsxProtocol.Builder |
nfs(Consumer<FsxProtocolNfs.Builder> nfs)
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for
OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
|
FsxProtocol.Builder |
nfs(FsxProtocolNfs nfs)
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for
OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
|
default FsxProtocol.Builder |
smb(Consumer<FsxProtocolSmb.Builder> smb)
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for
ONTAP file system's SVM.
|
FsxProtocol.Builder |
smb(FsxProtocolSmb smb)
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for
ONTAP file system's SVM.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFsxProtocol.Builder nfs(FsxProtocolNfs nfs)
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
nfs - Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx
for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).default FsxProtocol.Builder nfs(Consumer<FsxProtocolNfs.Builder> nfs)
Specifies the Network File System (NFS) protocol configuration that DataSync uses to access your FSx for OpenZFS file system or FSx for ONTAP file system's storage virtual machine (SVM).
This is a convenience method that creates an instance of theFsxProtocolNfs.Builder avoiding the need
to create one manually via FsxProtocolNfs.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to nfs(FsxProtocolNfs).
nfs - a consumer that will call methods on FsxProtocolNfs.Buildernfs(FsxProtocolNfs)FsxProtocol.Builder smb(FsxProtocolSmb smb)
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.
smb - Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx
for ONTAP file system's SVM.default FsxProtocol.Builder smb(Consumer<FsxProtocolSmb.Builder> smb)
Specifies the Server Message Block (SMB) protocol configuration that DataSync uses to access your FSx for ONTAP file system's SVM.
This is a convenience method that creates an instance of theFsxProtocolSmb.Builder avoiding the need
to create one manually via FsxProtocolSmb.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to smb(FsxProtocolSmb).
smb - a consumer that will call methods on FsxProtocolSmb.Buildersmb(FsxProtocolSmb)Copyright © 2023. All rights reserved.