Class FtpServerLinkedServiceArgs


  • public final class FtpServerLinkedServiceArgs
    extends com.pulumi.resources.ResourceArgs
    A FTP server Linked Service.
    • Method Detail

      • annotations

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Object>>> annotations()
        Returns:
        List of tags that can be used for describing the linked service.
      • authenticationType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​FtpAuthenticationType>>> authenticationType()
        Returns:
        The authentication type to be used to connect to the FTP server.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Linked service description.
      • enableServerCertificateValidation

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> enableServerCertificateValidation()
        Returns:
        If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).
      • enableSsl

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> enableSsl()
        Returns:
        If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).
      • encryptedCredential

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • host

        public com.pulumi.core.Output<java.lang.Object> host()
        Returns:
        Host name of the FTP server. Type: string (or Expression with resultType string).
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​ParameterSpecificationArgs>>> parameters()
        Returns:
        Parameters for linked service.
      • port

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> port()
        Returns:
        The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type: integer (or Expression with resultType integer), minimum: 0.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of linked service. Expected value is 'FtpServer'.
      • userName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> userName()
        Returns:
        Username to logon the FTP server. Type: string (or Expression with resultType string).