Class SvmEndpoints
- java.lang.Object
-
- software.amazon.awssdk.services.fsx.model.SvmEndpoints
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SvmEndpoints.Builder,SvmEndpoints>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSvmEndpoints.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SvmEndpoints.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SvmEndpointiscsi()An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.SvmEndpointmanagement()An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.SvmEndpointnfs()An endpoint for connecting using the Network File System (NFS) protocol.List<SdkField<?>>sdkFields()static Class<? extends SvmEndpoints.Builder>serializableBuilderClass()SvmEndpointsmb()An endpoint for connecting using the Server Message Block (SMB) protocol.SvmEndpoints.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
iscsi
public final SvmEndpoint iscsi()
An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
- Returns:
- An endpoint for connecting using the Internet Small Computer Systems Interface (iSCSI) protocol.
-
management
public final SvmEndpoint management()
An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
- Returns:
- An endpoint for managing SVMs using the NetApp ONTAP CLI, NetApp ONTAP API, or NetApp CloudManager.
-
nfs
public final SvmEndpoint nfs()
An endpoint for connecting using the Network File System (NFS) protocol.
- Returns:
- An endpoint for connecting using the Network File System (NFS) protocol.
-
smb
public final SvmEndpoint smb()
An endpoint for connecting using the Server Message Block (SMB) protocol.
- Returns:
- An endpoint for connecting using the Server Message Block (SMB) protocol.
-
toBuilder
public SvmEndpoints.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SvmEndpoints.Builder,SvmEndpoints>
-
builder
public static SvmEndpoints.Builder builder()
-
serializableBuilderClass
public static Class<? extends SvmEndpoints.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-