Class CustomRegistryOptions


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class CustomRegistryOptions
    extends Object
    Options for custom ACR, ECR, or Docker registry.
    • Constructor Detail

      • CustomRegistryOptions

        public CustomRegistryOptions()
    • Method Detail

      • getRegistryType

        public String getRegistryType()
        Getter for registryType. Custom registry type.
      • setRegistryType

        public void setRegistryType​(String registryType)
        Setter for registryType. Custom registry type.
      • getRepositoryUrl

        public String getRepositoryUrl()
        Getter for repositoryUrl. URL of the custom image repository.
      • setRepositoryUrl

        public void setRepositoryUrl​(String repositoryUrl)
        Setter for repositoryUrl. URL of the custom image repository.
      • getUserName

        public String getUserName()
        Getter for userName. Username for custom registry access (required only for Docker type).
      • setUserName

        public void setUserName​(String userName)
        Setter for userName. Username for custom registry access (required only for Docker type).
      • getPassword

        public String getPassword()
        Getter for password. Password for custom registry access (required only for Docker type).
      • setPassword

        public void setPassword​(String password)
        Setter for password. Password for custom registry access (required only for Docker type).
      • getDisableImageVerification

        public Boolean getDisableImageVerification()
        Getter for disableImageVerification. Disable image verification.
      • setDisableImageVerification

        public void setDisableImageVerification​(Boolean disableImageVerification)
        Setter for disableImageVerification. Disable image verification.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object