Class OpenZfsVolumeState


  • public final class OpenZfsVolumeState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        Amazon Resource Name of the file system.
      • copyTagsToSnapshots

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> copyTagsToSnapshots()
        Returns:
        A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
      • dataCompressionType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dataCompressionType()
        Returns:
        Method used to compress the data on the volume. Valid values are `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume.
      • deleteVolumeOptions

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> deleteVolumeOptions()
        Returns:
        Whether to delete all child volumes and snapshots. Valid values: `DELETE_CHILD_VOLUMES_AND_SNAPSHOTS`. This configuration must be applied separately before attempting to delete the resource to have the desired behavior..
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the Volume. You can use a maximum of 203 alphanumeric characters, plus the underscore (_) special character.
      • nfsExports

        public java.util.Optional<com.pulumi.core.Output<OpenZfsVolumeNfsExportsArgs>> nfsExports()
        Returns:
        NFS export configuration for the root volume. Exactly 1 item. See `nfs_exports` Block Below for details.
      • originSnapshot

        public java.util.Optional<com.pulumi.core.Output<OpenZfsVolumeOriginSnapshotArgs>> originSnapshot()
        Returns:
        Specifies the configuration to use when creating the OpenZFS volume. See `origin_snapshot` Block below for details.
      • parentVolumeId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> parentVolumeId()
        Returns:
        The volume id of volume that will be the parent volume for the volume being created, this could be the root volume created from the `aws.fsx.OpenZfsFileSystem` resource with the `root_volume_id` or the `id` property of another `aws.fsx.OpenZfsVolume`.
      • readOnly

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> readOnly()
        Returns:
        specifies whether the volume is read-only. Default is false.
      • recordSizeKib

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> recordSizeKib()
        Returns:
        The record size of an OpenZFS volume, in kibibytes (KiB). Valid values are `4`, `8`, `16`, `32`, `64`, `128`, `256`, `512`, or `1024` KiB. The default is `128` KiB.
      • storageCapacityQuotaGib

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> storageCapacityQuotaGib()
        Returns:
        The maximum amount of storage in gibibytes (GiB) that the volume can use from its parent.
      • storageCapacityReservationGib

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> storageCapacityReservationGib()
        Returns:
        The amount of storage in gibibytes (GiB) to reserve from the parent volume.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the file system. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • userAndGroupQuotas

        public java.util.Optional<com.pulumi.core.Output<java.util.List<OpenZfsVolumeUserAndGroupQuotaArgs>>> userAndGroupQuotas()
        Returns:
        Specify how much storage users or groups can use on the volume. Maximum of 100 items. See `user_and_group_quotas` Block Below.
      • volumeType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> volumeType()