Class OpenShiftRouterProfile

java.lang.Object
com.microsoft.azure.management.containerservice.OpenShiftRouterProfile

public class OpenShiftRouterProfile extends Object
Represents an OpenShift router.
  • Constructor Details

    • OpenShiftRouterProfile

      public OpenShiftRouterProfile()
  • Method Details

    • name

      public String name()
      Get name of the router profile.
      Returns:
      the name value
    • withName

      public OpenShiftRouterProfile withName(String name)
      Set name of the router profile.
      Parameters:
      name - the name value to set
      Returns:
      the OpenShiftRouterProfile object itself.
    • publicSubdomain

      public String publicSubdomain()
      Get dNS subdomain for OpenShift router.
      Returns:
      the publicSubdomain value
    • fqdn

      public String fqdn()
      Get auto-allocated FQDN for the OpenShift router.
      Returns:
      the fqdn value