| Package | Description |
|---|---|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
OntapVolumeConfiguration |
OntapVolumeConfiguration.clone() |
OntapVolumeConfiguration |
Volume.getOntapConfiguration() |
OntapVolumeConfiguration |
OntapVolumeConfiguration.withCopyTagsToBackups(Boolean copyTagsToBackups)
A boolean flag indicating whether tags for the volume should be copied to backups.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withFlexCacheEndpointType(FlexCacheEndpointType flexCacheEndpointType)
Specifies the FlexCache endpoint type of the volume.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withFlexCacheEndpointType(String flexCacheEndpointType)
Specifies the FlexCache endpoint type of the volume.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withJunctionPath(String junctionPath)
Specifies the directory that network-attached storage (NAS) clients use to mount the volume, along with the
storage virtual machine (SVM) Domain Name System (DNS) name or IP address.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withOntapVolumeType(OntapVolumeType ontapVolumeType)
Specifies the type of volume.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withOntapVolumeType(String ontapVolumeType)
Specifies the type of volume.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withSecurityStyle(SecurityStyle securityStyle)
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
OntapVolumeConfiguration |
OntapVolumeConfiguration.withSecurityStyle(String securityStyle)
The security style for the volume, which can be
UNIX, NTFS, or MIXED. |
OntapVolumeConfiguration |
OntapVolumeConfiguration.withSizeInMegabytes(Integer sizeInMegabytes)
The configured size of the volume, in megabytes (MBs).
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withSnapshotPolicy(String snapshotPolicy)
Specifies the snapshot policy for the volume.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withStorageEfficiencyEnabled(Boolean storageEfficiencyEnabled)
The volume's storage efficiency setting.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withStorageVirtualMachineId(String storageVirtualMachineId)
The ID of the volume's storage virtual machine.
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withStorageVirtualMachineRoot(Boolean storageVirtualMachineRoot)
A Boolean flag indicating whether this volume is the root volume for its storage virtual machine (SVM).
|
OntapVolumeConfiguration |
OntapVolumeConfiguration.withTieringPolicy(TieringPolicy tieringPolicy)
The volume's
TieringPolicy setting. |
OntapVolumeConfiguration |
OntapVolumeConfiguration.withUUID(String uUID)
The volume's universally unique identifier (UUID).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Volume.setOntapConfiguration(OntapVolumeConfiguration ontapConfiguration) |
Volume |
Volume.withOntapConfiguration(OntapVolumeConfiguration ontapConfiguration) |
Copyright © 2023. All rights reserved.