Class CustomRegistryOptions

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.071-07:00") public class CustomRegistryOptions extends Object
Options for custom ACR, ECR 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.
    • 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