Class SetEndpointAccessGatewayRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class SetEndpointAccessGatewayRequest
    extends Object
    Request object to set endpoint access gateway settings.
    • Constructor Detail

      • SetEndpointAccessGatewayRequest

        public SetEndpointAccessGatewayRequest()
    • Method Detail

      • getEnvironment

        public String getEnvironment()
        Getter for environment. The name or CRN of the environment. Empty to get system wide settings.
      • setEnvironment

        public void setEnvironment​(String environment)
        Setter for environment. The name or CRN of the environment. Empty to get system wide settings.
      • getEndpointAccessGatewayScheme

        public String 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

        public void setEndpointAccessGatewayScheme​(String endpointAccessGatewayScheme)
        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

        public List<String> getEndpointAccessGatewaySubnetIds()
        Getter for endpointAccessGatewaySubnetIds. The subnets to use for endpoint access gateway.
      • setEndpointAccessGatewaySubnetIds

        public void setEndpointAccessGatewaySubnetIds​(List<String> endpointAccessGatewaySubnetIds)
        Setter for endpointAccessGatewaySubnetIds. The subnets to use for endpoint access gateway.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object