Class CustomRegistryOptions

java.lang.Object
com.cloudera.cdp.dw.model.CustomRegistryOptions

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

    • CustomRegistryOptions

      public CustomRegistryOptions()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object