Class UpdateSubnetRequest
java.lang.Object
com.cloudera.cdp.environments.model.UpdateSubnetRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:28.895-07:00")
public class UpdateSubnetRequest
extends Object
The request for updating subnets of the given environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for endpointAccessGatewaySubnetIds.Getter for environment.Getter for subnetIds.inthashCode()voidsetEndpointAccessGatewaySubnetIds(List<String> endpointAccessGatewaySubnetIds) Setter for endpointAccessGatewaySubnetIds.voidsetEnvironment(String environment) Setter for environment.voidsetSubnetIds(List<String> subnetIds) Setter for subnetIds.toString()
-
Constructor Details
-
UpdateSubnetRequest
public UpdateSubnetRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or the CRN of the environment. -
setEnvironment
Setter for environment. The name or the CRN of the environment. -
getSubnetIds
Getter for subnetIds. The selected subnets to update the given environment to. -
setSubnetIds
Setter for subnetIds. The selected subnets to update the given environment to. -
getEndpointAccessGatewaySubnetIds
Getter for endpointAccessGatewaySubnetIds. The selected subnets to update for the given environment's endpoint access gateway. -
setEndpointAccessGatewaySubnetIds
Setter for endpointAccessGatewaySubnetIds. The selected subnets to update for the given environment's endpoint access gateway. -
equals
-
hashCode
public int hashCode() -
toString
-