EgressEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. EgressEndpoint
- com.
Implements
public final class EgressEndpoint
implements JsonSerializable<EgressEndpoint>
EgressEndpoint represents the connection from a cloud services network to the specified endpoint for a common purpose.
Constructor Summary
| Constructor | Description |
|---|---|
| EgressEndpoint() |
Creates an instance of Egress |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
category()
Get the category property: The descriptive category name of endpoints accessible by the AKS agent node. |
|
List<Endpoint |
endpoints()
Get the endpoints property: The list of endpoint dependencies. |
|
static
Egress |
fromJson(JsonReader jsonReader)
Reads an instance of Egress |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Egress |
withCategory(String category)
Set the category property: The descriptive category name of endpoints accessible by the AKS agent node. |
|
Egress |
withEndpoints(List<EndpointDependency> endpoints)
Set the endpoints property: The list of endpoint dependencies. |
Methods inherited from java.lang.Object
Constructor Details
EgressEndpoint
public EgressEndpoint()
Creates an instance of EgressEndpoint class.
Method Details
category
public String category()
Get the category property: The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
Returns:
endpoints
public List<EndpointDependency> endpoints()
Get the endpoints property: The list of endpoint dependencies.
Returns:
fromJson
public static EgressEndpoint fromJson(JsonReader jsonReader)
Reads an instance of EgressEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCategory
public EgressEndpoint withCategory(String category)
Set the category property: The descriptive category name of endpoints accessible by the AKS agent node. For example, azure-resource-management, API server, etc. The platform egress endpoints provided by default will use the category 'default'.
Parameters:
Returns:
withEndpoints
public EgressEndpoint withEndpoints(List<EndpointDependency> endpoints)
Set the endpoints property: The list of endpoint dependencies.
Parameters:
Returns: