Class UpdateVolumeRequest

    • Method Detail

      • clientRequestToken

        public final String clientRequestToken()
        Returns the value of the ClientRequestToken property for this object.
        Returns:
        The value of the ClientRequestToken property for this object.
      • volumeId

        public final String volumeId()

        The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.

        Returns:
        The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0.
      • ontapConfiguration

        public final UpdateOntapVolumeConfiguration ontapConfiguration()

        The configuration of the ONTAP volume that you are updating.

        Returns:
        The configuration of the ONTAP volume that you are updating.
      • name

        public final String name()

        The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child volume names must be unique among their parent volume's children. The name of the volume is part of the mount string for the OpenZFS volume.

        Returns:
        The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child volume names must be unique among their parent volume's children. The name of the volume is part of the mount string for the OpenZFS volume.
      • openZFSConfiguration

        public final UpdateOpenZFSVolumeConfiguration openZFSConfiguration()

        The configuration of the OpenZFS volume that you are updating.

        Returns:
        The configuration of the OpenZFS volume that you are updating.
      • 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.
        Overrides:
        toString in class Object