ApplicationGetHttpsEndpoint Class

  • java.lang.Object
    • com.azure.resourcemanager.hdinsight.models.ApplicationGetHttpsEndpoint

public final class ApplicationGetHttpsEndpoint

Gets the application HTTP endpoints.

Constructor Summary

Constructor Description
ApplicationGetHttpsEndpoint()

Creates an instance of ApplicationGetHttpsEndpoint class.

Method Summary

Modifier and Type Method and Description
List<String> accessModes()

Get the accessModes property: The list of access modes for the application.

Integer destinationPort()

Get the destinationPort property: The destination port to connect to.

Boolean disableGatewayAuth()

Get the disableGatewayAuth property: The value indicates whether to disable GatewayAuth.

String location()

Get the location property: The location of the endpoint.

String privateIpAddress()

Get the privateIpAddress property: The private ip address of the endpoint.

Integer publicPort()

Get the publicPort property: The public port to connect to.

String subDomainSuffix()

Get the subDomainSuffix property: The subdomain suffix of the application.

void validate()

Validates the instance.

ApplicationGetHttpsEndpoint withAccessModes(List<String> accessModes)

Set the accessModes property: The list of access modes for the application.

ApplicationGetHttpsEndpoint withDestinationPort(Integer destinationPort)

Set the destinationPort property: The destination port to connect to.

ApplicationGetHttpsEndpoint withDisableGatewayAuth(Boolean disableGatewayAuth)

Set the disableGatewayAuth property: The value indicates whether to disable GatewayAuth.

ApplicationGetHttpsEndpoint withPrivateIpAddress(String privateIpAddress)

Set the privateIpAddress property: The private ip address of the endpoint.

ApplicationGetHttpsEndpoint withSubDomainSuffix(String subDomainSuffix)

Set the subDomainSuffix property: The subdomain suffix of the application.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGetHttpsEndpoint

public ApplicationGetHttpsEndpoint()

Creates an instance of ApplicationGetHttpsEndpoint class.

Method Details

accessModes

public List<String> accessModes()

Get the accessModes property: The list of access modes for the application.

Returns:

the accessModes value.

destinationPort

public Integer destinationPort()

Get the destinationPort property: The destination port to connect to.

Returns:

the destinationPort value.

disableGatewayAuth

public Boolean disableGatewayAuth()

Get the disableGatewayAuth property: The value indicates whether to disable GatewayAuth.

Returns:

the disableGatewayAuth value.

location

public String location()

Get the location property: The location of the endpoint.

Returns:

the location value.

privateIpAddress

public String privateIpAddress()

Get the privateIpAddress property: The private ip address of the endpoint.

Returns:

the privateIpAddress value.

publicPort

public Integer publicPort()

Get the publicPort property: The public port to connect to.

Returns:

the publicPort value.

subDomainSuffix

public String subDomainSuffix()

Get the subDomainSuffix property: The subdomain suffix of the application.

Returns:

the subDomainSuffix value.

validate

public void validate()

Validates the instance.

withAccessModes

public ApplicationGetHttpsEndpoint withAccessModes(List<String> accessModes)

Set the accessModes property: The list of access modes for the application.

Parameters:

accessModes - the accessModes value to set.

Returns:

the ApplicationGetHttpsEndpoint object itself.

withDestinationPort

public ApplicationGetHttpsEndpoint withDestinationPort(Integer destinationPort)

Set the destinationPort property: The destination port to connect to.

Parameters:

destinationPort - the destinationPort value to set.

Returns:

the ApplicationGetHttpsEndpoint object itself.

withDisableGatewayAuth

public ApplicationGetHttpsEndpoint withDisableGatewayAuth(Boolean disableGatewayAuth)

Set the disableGatewayAuth property: The value indicates whether to disable GatewayAuth.

Parameters:

disableGatewayAuth - the disableGatewayAuth value to set.

Returns:

the ApplicationGetHttpsEndpoint object itself.

withPrivateIpAddress

public ApplicationGetHttpsEndpoint withPrivateIpAddress(String privateIpAddress)

Set the privateIpAddress property: The private ip address of the endpoint.

Parameters:

privateIpAddress - the privateIpAddress value to set.

Returns:

the ApplicationGetHttpsEndpoint object itself.

withSubDomainSuffix

public ApplicationGetHttpsEndpoint withSubDomainSuffix(String subDomainSuffix)

Set the subDomainSuffix property: The subdomain suffix of the application.

Parameters:

subDomainSuffix - the subDomainSuffix value to set.

Returns:

the ApplicationGetHttpsEndpoint object itself.

Applies to