Class WebApplicationDirectoryArgs


  • public final class WebApplicationDirectoryArgs
    extends com.pulumi.resources.ResourceArgs
    WebApplication directory structure.
    • Method Detail

      • isEditable

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isEditable()
        Returns:
        Gets or sets a value indicating whether the directory object is editable. True when the directory is added as an optional directory, false when discovery is done manually.
      • sourcePaths

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> sourcePaths()
        Returns:
        Gets or sets the paths of the directory on the source machine.
      • sourceSize

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceSize()
        Returns:
        Gets or sets the size of the directory on the source machine.
      • storageProfile

        public java.util.Optional<com.pulumi.core.Output<TargetStorageProfileArgs>> storageProfile()
        Returns:
        Storage profile for the directory on the target container.