Class ControlPlaneEndpointProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ControlPlaneEndpointProfile
controlPlaneEndpoint - API server endpoint for the control plane.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ControlPlaneEndpointProfile class. -
Method Summary
Modifier and TypeMethodDescriptionGet the controlPlaneEndpoint property: API server endpoint for the control plane.void
validate()
Validates the instance.withControlPlaneEndpoint
(ControlPlaneEndpointProfileControlPlaneEndpoint controlPlaneEndpoint) Set the controlPlaneEndpoint property: API server endpoint for the control plane.
-
Constructor Details
-
ControlPlaneEndpointProfile
public ControlPlaneEndpointProfile()Creates an instance of ControlPlaneEndpointProfile class.
-
-
Method Details
-
controlPlaneEndpoint
Get the controlPlaneEndpoint property: API server endpoint for the control plane.- Returns:
- the controlPlaneEndpoint value.
-
withControlPlaneEndpoint
public ControlPlaneEndpointProfile withControlPlaneEndpoint(ControlPlaneEndpointProfileControlPlaneEndpoint controlPlaneEndpoint) Set the controlPlaneEndpoint property: API server endpoint for the control plane.- Parameters:
controlPlaneEndpoint
- the controlPlaneEndpoint value to set.- Returns:
- the ControlPlaneEndpointProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-