Class SetEndpointAccessGatewayRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetEndpointAccessGatewayRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetEndpointAccessGatewayRequest
extends Object
Request object to set endpoint access gateway settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for endpointAccessGatewayScheme.Getter for endpointAccessGatewaySubnetIds.Getter for environment.int
hashCode()
void
setEndpointAccessGatewayScheme
(String endpointAccessGatewayScheme) Setter for endpointAccessGatewayScheme.void
setEndpointAccessGatewaySubnetIds
(List<String> endpointAccessGatewaySubnetIds) Setter for endpointAccessGatewaySubnetIds.void
setEnvironment
(String environment) Setter for environment.toString()
-
Constructor Details
-
SetEndpointAccessGatewayRequest
public SetEndpointAccessGatewayRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or CRN of the environment. Empty to get system wide settings. -
setEnvironment
Setter for environment. The name or CRN of the environment. Empty to get system wide settings. -
getEndpointAccessGatewayScheme
Getter for endpointAccessGatewayScheme. The scheme for the endpoint gateway. PUBLIC creates an external endpoint that can be accessed over internet. Defaults to PRIVATE which restricts the traffic to be internal to the VPC / Vnet. -
setEndpointAccessGatewayScheme
Setter for endpointAccessGatewayScheme. The scheme for the endpoint gateway. PUBLIC creates an external endpoint that can be accessed over internet. Defaults to PRIVATE which restricts the traffic to be internal to the VPC / Vnet. -
getEndpointAccessGatewaySubnetIds
Getter for endpointAccessGatewaySubnetIds. The subnets to use for endpoint access gateway. -
setEndpointAccessGatewaySubnetIds
Setter for endpointAccessGatewaySubnetIds. The subnets to use for endpoint access gateway. -
equals
-
hashCode
public int hashCode() -
toString
-