Class CommonNetwork

java.lang.Object
com.cloudera.cdp.compute.model.CommonNetwork

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.033-08:00") public class CommonNetwork extends Object
Network structure.
  • Constructor Details

    • CommonNetwork

      public CommonNetwork()
  • Method Details

    • getSubnets

      public List<String> getSubnets()
      Getter for subnets. Subnets.
    • setSubnets

      public void setSubnets(List<String> subnets)
      Setter for subnets. Subnets.
    • getPodCidr

      public String getPodCidr()
      Getter for podCidr. The pod CIDR to use if the backend provider supports setting this.
    • setPodCidr

      public void setPodCidr(String podCidr)
      Setter for podCidr. The pod CIDR to use if the backend provider supports setting this.
    • getServiceCidr

      public String getServiceCidr()
      Getter for serviceCidr. The CIDR for services declared inside of Kubernetes if the backend provider supports setting this.
    • setServiceCidr

      public void setServiceCidr(String serviceCidr)
      Setter for serviceCidr. The CIDR for services declared inside of Kubernetes if the backend provider supports setting this.
    • getOutboundType

      public String getOutboundType()
      Getter for outboundType. Cluster outbound type. Currently supported is udr.
    • setOutboundType

      public void setOutboundType(String outboundType)
      Setter for outboundType. Cluster outbound type. Currently supported is udr.
    • 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