Class ControlPlaneEndpointProfile

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ControlPlaneEndpointProfile

public class ControlPlaneEndpointProfile extends Object
controlPlaneEndpoint - API server endpoint for the control plane.
  • Constructor Details

    • ControlPlaneEndpointProfile

      public ControlPlaneEndpointProfile()
      Creates an instance of ControlPlaneEndpointProfile class.
  • Method Details

    • controlPlaneEndpoint

      public ControlPlaneEndpointProfileControlPlaneEndpoint 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.