public abstract class Domain extends Resource
| Constructor and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
abstract Metadata |
getMetadata()
Metadata applied to the domain.
|
abstract String |
getName()
The name of the domain.
|
abstract DomainRelationships |
getRelationships()
Relationships of the domain.
|
abstract RouterGroup |
getRouterGroup()
Router group information
|
abstract List<Protocol> |
getSupportedProtocols()
Available protocols for routes using the domain
|
abstract boolean |
isInternal()
Whether the domain is used for internal (container-to-container) traffic.
|
getCreatedAt, getId, getLinks, getUpdatedAtpublic abstract Metadata getMetadata()
public abstract String getName()
public abstract DomainRelationships getRelationships()
public abstract RouterGroup getRouterGroup()
public abstract List<Protocol> getSupportedProtocols()
public abstract boolean isInternal()
Copyright © 2020. All rights reserved.