Class CertificateReference


  • public class CertificateReference
    extends Object
    A reference to a certificate to be installed on compute nodes in a pool. This must exist inside the same account as the pool.
    • Constructor Detail

      • CertificateReference

        public CertificateReference()
    • Method Detail

      • id

        public String id()
        Get the id value.
        Returns:
        the id value
      • withId

        public CertificateReference withId​(String id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the CertificateReference object itself.
      • storeLocation

        public CertificateStoreLocation storeLocation()
        Get the storeLocation value.
        Returns:
        the storeLocation value
      • withStoreLocation

        public CertificateReference withStoreLocation​(CertificateStoreLocation storeLocation)
        Set the storeLocation value.
        Parameters:
        storeLocation - the storeLocation value to set
        Returns:
        the CertificateReference object itself.
      • storeName

        public String storeName()
        Get the storeName value.
        Returns:
        the storeName value
      • withStoreName

        public CertificateReference withStoreName​(String storeName)
        Set the storeName value.
        Parameters:
        storeName - the storeName value to set
        Returns:
        the CertificateReference object itself.
      • withVisibility

        public CertificateReference withVisibility​(List<CertificateVisibility> visibility)
        Set the visibility value.
        Parameters:
        visibility - the visibility value to set
        Returns:
        the CertificateReference object itself.