Class OpenShiftRouterProfile
java.lang.Object
com.azure.resourcemanager.containerservice.models.OpenShiftRouterProfile
Represents an OpenShift router.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfqdn()Get the fqdn property: Auto-allocated FQDN for the OpenShift router.name()Get the name property: Name of the router profile.Get the publicSubdomain property: DNS subdomain for OpenShift router.voidvalidate()Validates the instance.Set the name property: Name of the router profile.
-
Constructor Details
-
OpenShiftRouterProfile
public OpenShiftRouterProfile()
-
-
Method Details
-
name
Get the name property: Name of the router profile.- Returns:
- the name value.
-
withName
Set the name property: Name of the router profile.- Parameters:
name- the name value to set.- Returns:
- the OpenShiftRouterProfile object itself.
-
publicSubdomain
Get the publicSubdomain property: DNS subdomain for OpenShift router.- Returns:
- the publicSubdomain value.
-
fqdn
Get the fqdn property: Auto-allocated FQDN for the OpenShift router.- Returns:
- the fqdn value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-