Class PrivateEndpointConnectionListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.containerservice.fluent.models.PrivateEndpointConnectionListResultInner
-
public final class PrivateEndpointConnectionListResultInner extends Object
A list of private endpoint connections.
-
-
Constructor Summary
Constructors Constructor Description PrivateEndpointConnectionListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<PrivateEndpointConnectionInner>value()Get the value property: The collection value.PrivateEndpointConnectionListResultInnerwithValue(List<PrivateEndpointConnectionInner> value)Set the value property: The collection value.
-
-
-
Method Detail
-
value
public List<PrivateEndpointConnectionInner> value()
Get the value property: The collection value.- Returns:
- the value value.
-
withValue
public PrivateEndpointConnectionListResultInner withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: The collection value.- Parameters:
value- the value value to set.- Returns:
- the PrivateEndpointConnectionListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-