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 Details

    • SetEndpointAccessGatewayRequest

      public SetEndpointAccessGatewayRequest()
  • Method Details

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object