ApplicationGetHttpsEndpoint Class

Gets the application HTTP endpoints.

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

Constructor

ApplicationGetHttpsEndpoint(*, access_modes: list[str] | None = None, destination_port: int | None = None, private_ip_address: str | None = None, sub_domain_suffix: str | None = None, disable_gateway_auth: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
access_modes

The list of access modes for the application.

Default value: None
destination_port
int

The destination port to connect to.

Default value: None
private_ip_address
str

The private ip address of the endpoint.

Default value: None
sub_domain_suffix
str

The subdomain suffix of the application.

Default value: None
disable_gateway_auth

The value indicates whether to disable GatewayAuth.

Default value: None

Variables

Name Description
access_modes

The list of access modes for the application.

location
str

The location of the endpoint.

destination_port
int

The destination port to connect to.

public_port
int

The public port to connect to.

private_ip_address
str

The private ip address of the endpoint.

sub_domain_suffix
str

The subdomain suffix of the application.

disable_gateway_auth

The value indicates whether to disable GatewayAuth.