InboundEndpoint Class
- java.
lang. Object - com.
azure. compute. batch. models. InboundEndpoint
- com.
Implements
public final class InboundEndpoint
implements JsonSerializable<InboundEndpoint>
An inbound endpoint on a Compute Node.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Inbound |
fromJson(JsonReader jsonReader)
Reads an instance of Inbound |
| int |
getBackendPort()
Get the backend |
| int |
getFrontendPort()
Get the frontend |
| String |
getName()
Get the name property: The name of the endpoint. |
|
Inbound |
getProtocol()
Get the protocol property: The protocol of the endpoint. |
| String |
getPublicFQDN()
Get the publicFQDN property: The public fully qualified domain name for the Compute Node. |
| String |
getPublicIpAddress()
Get the public |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static InboundEndpoint fromJson(JsonReader jsonReader)
Reads an instance of InboundEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
getBackendPort
public int getBackendPort()
Get the backendPort property: The backend port number of the endpoint.
Returns:
getFrontendPort
public int getFrontendPort()
Get the frontendPort property: The public port number of the endpoint.
Returns:
getName
public String getName()
Get the name property: The name of the endpoint.
Returns:
getProtocol
public InboundEndpointProtocol getProtocol()
Get the protocol property: The protocol of the endpoint.
Returns:
getPublicFQDN
public String getPublicFQDN()
Get the publicFQDN property: The public fully qualified domain name for the Compute Node.
Returns:
getPublicIpAddress
public String getPublicIpAddress()
Get the publicIpAddress property: The public IP address of the Compute Node.
Returns: