public final class OpenShiftRouterProfile extends Object
| Constructor and Description |
|---|
OpenShiftRouterProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get the fqdn property: Auto-allocated FQDN for the OpenShift router.
|
String |
name()
Get the name property: Name of the router profile.
|
String |
publicSubdomain()
Get the publicSubdomain property: DNS subdomain for OpenShift router.
|
void |
validate()
Validates the instance.
|
OpenShiftRouterProfile |
withName(String name)
Set the name property: Name of the router profile.
|
public String name()
public OpenShiftRouterProfile withName(String name)
name - the name value to set.public String publicSubdomain()
public String fqdn()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.