com.filenet.api.admin

Interface CmICOSFixedContentDevice

    • Method Detail

      • get_DeviceConnectionURL

        java.lang.String get_DeviceConnectionURL()
        The URL used to make a connection to a storage or fixed content device.
      • set_DeviceConnectionURL

        void set_DeviceConnectionURL(java.lang.String value)
        The URL used to make a connection to a storage or fixed content device. Settability Restrictions: None.
      • get_HttpsCertValidationEnabled

        java.lang.Boolean get_HttpsCertValidationEnabled()
        Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate.
      • set_HttpsCertValidationEnabled

        void set_HttpsCertValidationEnabled(java.lang.Boolean value)
        Enable hostname and certificate validation over an https connection to a FCD. Certificate validation may be disabled when the http device being connected to is within the same corporate firewall and using a self-signed certificate. Settability Restrictions: None.
      • get_ICOSAccessKey

        java.lang.String get_ICOSAccessKey()
        The access key for connecting to the IBM Cloud Object Storage device.
      • set_ICOSAccessKey

        void set_ICOSAccessKey(java.lang.String value)
        The access key for connecting to the IBM Cloud Object Storage device. Settability Restrictions: None.
      • get_ICOSSecret

        byte[] get_ICOSSecret()
        The security secret for connecting to the IBM Cloud Object Storage device.
      • set_ICOSSecret

        void set_ICOSSecret(byte[] value)
        The security secret for connecting to the IBM Cloud Object Storage device. Settability Restrictions: None.
      • get_ICOSVaultName

        java.lang.String get_ICOSVaultName()
        The name of the vault to be used in the IBM Cloud Object Storage device.
      • set_ICOSVaultName

        void set_ICOSVaultName(java.lang.String value)
        The name of the vault to be used in the IBM Cloud Object Storage device. Settability Restrictions: None.
      • get_ICOSRegionName

        java.lang.String get_ICOSRegionName()
        The name of the reguion for the IBM Cloud Object Storage device.
      • set_ICOSRegionName

        void set_ICOSRegionName(java.lang.String value)
        The name of the reguion for the IBM Cloud Object Storage device. Settability Restrictions: None.

© Copyright IBM Corporation 2006, 2019. All rights reserved.