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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for endpointAccessGatewaySubnetIds.Getter for environment.Getter for subnetIds.int
hashCode()
void
setEndpointAccessGatewaySubnetIds
(List<String> endpointAccessGatewaySubnetIds) Setter for endpointAccessGatewaySubnetIds.void
setEnvironment
(String environment) Setter for environment.void
setSubnetIds
(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
-