Class AwsCrConfig

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

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

    • AwsCrConfig

      public AwsCrConfig()
  • Method Details

    • getCapacityReservationId

      public String getCapacityReservationId()
      Getter for capacityReservationId. The capacity reservation Id
    • setCapacityReservationId

      public void setCapacityReservationId(String capacityReservationId)
      Setter for capacityReservationId. The capacity reservation Id
    • getNetwork

      public Network getNetwork()
      Getter for network. The network config having subnets for AZ
    • setNetwork

      public void setNetwork(Network network)
      Setter for network. The network config having 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