OpenShiftRouterProfile Class
- java.
lang. Object - com.
azure. resourcemanager. containerservice. models. OpenShiftRouterProfile
- com.
Implements
public final class OpenShiftRouterProfile
implements JsonSerializable<OpenShiftRouterProfile>
Represents an OpenShift router.
Constructor Summary
Constructor | Description |
---|---|
OpenShiftRouterProfile() |
Creates an instance of Open |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
fqdn()
Get the fqdn property: Auto-allocated FQDN for the Open |
static
Open |
fromJson(JsonReader jsonReader)
Reads an instance of Open |
String |
name()
Get the name property: Name of the router profile. |
String |
publicSubdomain()
Get the public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Open |
withName(String name)
Set the name property: Name of the router profile. |
Methods inherited from java.lang.Object
Constructor Details
OpenShiftRouterProfile
public OpenShiftRouterProfile()
Creates an instance of OpenShiftRouterProfile class.
Method Details
fqdn
public String fqdn()
Get the fqdn property: Auto-allocated FQDN for the OpenShift router.
Returns:
fromJson
public static OpenShiftRouterProfile fromJson(JsonReader jsonReader)
Reads an instance of OpenShiftRouterProfile from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the router profile.
Returns:
publicSubdomain
public String publicSubdomain()
Get the publicSubdomain property: DNS subdomain for OpenShift router.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public OpenShiftRouterProfile withName(String name)
Set the name property: Name of the router profile.
Parameters:
Returns:
Applies to
Azure SDK for Java