public class OpenShiftRouterProfile extends Object
| Constructor and Description |
|---|
OpenShiftRouterProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get auto-allocated FQDN for the OpenShift router.
|
String |
name()
Get name of the router profile.
|
String |
publicSubdomain()
Get dNS subdomain for OpenShift router.
|
OpenShiftRouterProfile |
withName(String name)
Set name of the router profile.
|
public String name()
public OpenShiftRouterProfile withName(String name)
name - the name value to setpublic String publicSubdomain()
public String fqdn()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/