Class UpdateSubnetRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class UpdateSubnetRequest
    extends Object
    The request for updating subnets of the given environment.
    • Constructor Detail

      • UpdateSubnetRequest

        public UpdateSubnetRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object