@Generated(value="software.amazon.awssdk:codegen") public final class SvmEndpoints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SvmEndpoints.Builder,SvmEndpoints>
An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has the following endpoints that are used to access data or to manage the SVM using the NetApp ONTAP CLI, REST API, or NetApp CloudManager.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SvmEndpoints.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SvmEndpoints.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SvmEndpoint |
iscsi()
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
|
SvmEndpoint |
management()
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
|
SvmEndpoint |
nfs()
An endpoint for connecting using the Network File System (NFS) protocol.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SvmEndpoints.Builder> |
serializableBuilderClass() |
SvmEndpoint |
smb()
An endpoint for connecting using the Server Message Block (SMB) protocol.
|
SvmEndpoints.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SvmEndpoint iscsi()
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
public final SvmEndpoint management()
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
public final SvmEndpoint nfs()
An endpoint for connecting using the Network File System (NFS) protocol.
public final SvmEndpoint smb()
An endpoint for connecting using the Server Message Block (SMB) protocol.
public SvmEndpoints.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SvmEndpoints.Builder,SvmEndpoints>public static SvmEndpoints.Builder builder()
public static Class<? extends SvmEndpoints.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.