ApplicationGetHttpsEndpoint Class

Gets the application HTTP endpoints.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ApplicationGetHttpsEndpoint

Constructor

ApplicationGetHttpsEndpoint(*, access_modes: Optional[List[str]] = None, destination_port: Optional[int] = None, private_ip_address: Optional[str] = None, sub_domain_suffix: Optional[str] = None, disable_gateway_auth: Optional[bool] = None, **kwargs)

Parameters

access_modes
list[str]
Required

The list of access modes for the application.

destination_port
int
Required

The destination port to connect to.

private_ip_address
str
Required

The private ip address of the endpoint.

sub_domain_suffix
str
Required

The subdomain suffix of the application.

disable_gateway_auth
bool
Required

The value indicates whether to disable GatewayAuth.

Variables

location
str

The location of the endpoint.

public_port
int

The public port to connect to.