Class Network

java.lang.Object
com.cloudera.cdp.ml.model.Network

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-05-01T09:59:27.506-07:00") public class Network extends Object
The network config for capacity reservation.
  • Constructor Details

    • Network

      public Network()
  • Method Details

    • getSubnets

      public List<String> getSubnets()
      Getter for subnets. The array of subnets for AZ
    • setSubnets

      public void setSubnets(List<String> subnets)
      Setter for subnets. The array of subnets for AZ
    • 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