Class UpdateSubnetRequest

java.lang.Object
com.cloudera.cdp.environments.model.UpdateSubnetRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class UpdateSubnetRequest extends Object
The request for updating subnets of the given environment.
  • Constructor Details

    • UpdateSubnetRequest

      public UpdateSubnetRequest()
  • Method Details

    • getEnvironment

      public String getEnvironment()
      Getter for environment. The name or the CRN of the environment.
    • setEnvironment

      public void setEnvironment(String environment)
      Setter for environment. The name or the CRN of the environment.
    • getSubnetIds

      public List<String> getSubnetIds()
      Getter for subnetIds. The selected subnets to update the given environment to.
    • setSubnetIds

      public void setSubnetIds(List<String> subnetIds)
      Setter for subnetIds. The selected subnets to update the given environment to.
    • getEndpointAccessGatewaySubnetIds

      public List<String> getEndpointAccessGatewaySubnetIds()
      Getter for endpointAccessGatewaySubnetIds. The selected subnets to update for the given environment's endpoint access gateway.
    • setEndpointAccessGatewaySubnetIds

      public void setEndpointAccessGatewaySubnetIds(List<String> endpointAccessGatewaySubnetIds)
      Setter for endpointAccessGatewaySubnetIds. The selected subnets to update for the given environment's endpoint access gateway.
    • 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