ApplicationGetHttpsEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. hdinsight. models. ApplicationGetHttpsEndpoint
- com.
public final class ApplicationGetHttpsEndpoint
Gets the application HTTP endpoints.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationGetHttpsEndpoint() |
Creates an instance of Application |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
accessModes()
Get the access |
| Integer |
destinationPort()
Get the destination |
| Boolean |
disableGatewayAuth()
Get the disable |
| String |
location()
Get the location property: The location of the endpoint. |
| String |
privateIpAddress()
Get the private |
| Integer |
publicPort()
Get the public |
| String |
subDomainSuffix()
Get the sub |
| void |
validate()
Validates the instance. |
|
Application |
withAccessModes(List<String> accessModes)
Set the access |
|
Application |
withDestinationPort(Integer destinationPort)
Set the destination |
|
Application |
withDisableGatewayAuth(Boolean disableGatewayAuth)
Set the disable |
|
Application |
withPrivateIpAddress(String privateIpAddress)
Set the private |
|
Application |
withSubDomainSuffix(String subDomainSuffix)
Set the sub |
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:
destinationPort
public Integer destinationPort()
Get the destinationPort property: The destination port to connect to.
Returns:
disableGatewayAuth
public Boolean disableGatewayAuth()
Get the disableGatewayAuth property: The value indicates whether to disable GatewayAuth.
Returns:
location
public String location()
Get the location property: The location of the endpoint.
Returns:
privateIpAddress
public String privateIpAddress()
Get the privateIpAddress property: The private ip address of the endpoint.
Returns:
publicPort
public Integer publicPort()
Get the publicPort property: The public port to connect to.
Returns:
subDomainSuffix
public String subDomainSuffix()
Get the subDomainSuffix property: The subdomain suffix of the application.
Returns:
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:
Returns:
withDestinationPort
public ApplicationGetHttpsEndpoint withDestinationPort(Integer destinationPort)
Set the destinationPort property: The destination port to connect to.
Parameters:
Returns:
withDisableGatewayAuth
public ApplicationGetHttpsEndpoint withDisableGatewayAuth(Boolean disableGatewayAuth)
Set the disableGatewayAuth property: The value indicates whether to disable GatewayAuth.
Parameters:
Returns:
withPrivateIpAddress
public ApplicationGetHttpsEndpoint withPrivateIpAddress(String privateIpAddress)
Set the privateIpAddress property: The private ip address of the endpoint.
Parameters:
Returns:
withSubDomainSuffix
public ApplicationGetHttpsEndpoint withSubDomainSuffix(String subDomainSuffix)
Set the subDomainSuffix property: The subdomain suffix of the application.
Parameters:
Returns: