@Beta public class DomainPointToPointIntent extends DomainIntent
Modifier and Type | Class and Description |
---|---|
static class |
DomainPointToPointIntent.Builder
Builder of a point to point domain intent.
|
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY
Modifier | Constructor and Description |
---|---|
protected |
DomainPointToPointIntent()
Constructor for serializer.
|
Modifier and Type | Method and Description |
---|---|
static DomainPointToPointIntent.Builder |
builder()
Returns a new point to point domain intent builder.
|
java.util.List<Link> |
links() |
protected static java.util.Collection<NetworkResource> |
resources(java.util.Collection<Link> links)
Produces a collection of network resources from the given links.
|
java.lang.String |
toString() |
constraints, filteredEgressPoints, filteredIngressPoints, isInstallable, treatment
appId, bindIdGenerator, equals, hashCode, id, key, priority, resourceGroup, resources, unbindIdGenerator
protected DomainPointToPointIntent()
public static DomainPointToPointIntent.Builder builder()
public java.util.List<Link> links()
protected static java.util.Collection<NetworkResource> resources(java.util.Collection<Link> links)
links
- collection of linkspublic java.lang.String toString()
toString
in class java.lang.Object