Class GatewayCacheDiskArgs


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

      • cacheDiskCategory

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> cacheDiskCategory()
        Returns:
        The cache disk type. Valid values: `cloud_efficiency`, `cloud_ssd`.
      • cacheDiskSizeInGb

        public com.pulumi.core.Output<java.lang.Integer> cacheDiskSizeInGb()
        Returns:
        size of the cache disk. Unit: `GB`. The upper limit of the basic gateway cache disk is `1` TB (`1024` GB), that of the standard gateway is `2` TB (`2048` GB), and that of other gateway cache disks is `32` TB (`32768` GB). The lower limit for the file gateway cache disk capacity is `40` GB, and the lower limit for the block gateway cache disk capacity is `20` GB.
      • gatewayId

        public com.pulumi.core.Output<java.lang.String> gatewayId()
        Returns:
        The ID of the gateway.