public static interface SvmEndpoints.Builder extends SdkPojo, CopyableBuilder<SvmEndpoints.Builder,SvmEndpoints>
| Modifier and Type | Method and Description |
|---|---|
default SvmEndpoints.Builder |
iscsi(Consumer<SvmEndpoint.Builder> iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
SvmEndpoints.Builder |
iscsi(SvmEndpoint iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
default SvmEndpoints.Builder |
management(Consumer<SvmEndpoint.Builder> management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
SvmEndpoints.Builder |
management(SvmEndpoint management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
default SvmEndpoints.Builder |
nfs(Consumer<SvmEndpoint.Builder> nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
|
SvmEndpoints.Builder |
nfs(SvmEndpoint nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
|
default SvmEndpoints.Builder |
smb(Consumer<SvmEndpoint.Builder> smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
SvmEndpoints.Builder |
smb(SvmEndpoint smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSvmEndpoints.Builder iscsi(SvmEndpoint iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
iscsi - An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.default SvmEndpoints.Builder iscsi(Consumer<SvmEndpoint.Builder> iscsi)
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
This is a convenience method that creates an instance of theSvmEndpoint.Builder avoiding the need to
create one manually via SvmEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to iscsi(SvmEndpoint).
iscsi - a consumer that will call methods on SvmEndpoint.Builderiscsi(SvmEndpoint)SvmEndpoints.Builder management(SvmEndpoint management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
management - An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.default SvmEndpoints.Builder management(Consumer<SvmEndpoint.Builder> management)
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
This is a convenience method that creates an instance of theSvmEndpoint.Builder avoiding the need to
create one manually via SvmEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to management(SvmEndpoint).
management - a consumer that will call methods on SvmEndpoint.Buildermanagement(SvmEndpoint)SvmEndpoints.Builder nfs(SvmEndpoint nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
nfs - An endpoint for connecting using the Network File System (NFS) protocol.default SvmEndpoints.Builder nfs(Consumer<SvmEndpoint.Builder> nfs)
An endpoint for connecting using the Network File System (NFS) protocol.
This is a convenience method that creates an instance of theSvmEndpoint.Builder avoiding the need to
create one manually via SvmEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to nfs(SvmEndpoint).
nfs - a consumer that will call methods on SvmEndpoint.Buildernfs(SvmEndpoint)SvmEndpoints.Builder smb(SvmEndpoint smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
smb - An endpoint for connecting using the Server Message Block (SMB) protocol.default SvmEndpoints.Builder smb(Consumer<SvmEndpoint.Builder> smb)
An endpoint for connecting using the Server Message Block (SMB) protocol.
This is a convenience method that creates an instance of theSvmEndpoint.Builder avoiding the need to
create one manually via SvmEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to smb(SvmEndpoint).
smb - a consumer that will call methods on SvmEndpoint.Buildersmb(SvmEndpoint)Copyright © 2023. All rights reserved.