public static final class HostToHostIntent.Builder extends ConnectivityIntent.Builder
constraints, selector, treatmentappId, key, priority, resourceGroup, resources| Modifier and Type | Method and Description |
|---|---|
HostToHostIntent.Builder |
appId(ApplicationId appId)
Sets the application id for the intent that will be built.
|
HostToHostIntent |
build()
Builds a host to host intent from the accumulated parameters.
|
HostToHostIntent.Builder |
constraints(java.util.List<Constraint> constraints)
Sets the constraints for the intent that will be built.
|
HostToHostIntent.Builder |
key(Key key)
Sets the key for the intent that will be built.
|
HostToHostIntent.Builder |
one(HostId one)
Sets the first host of the intent that will be built.
|
HostToHostIntent.Builder |
priority(int priority)
Sets the priority for the intent that will be built.
|
HostToHostIntent.Builder |
resourceGroup(ResourceGroup resourceGroup)
Sets the resource group for this intent.
|
HostToHostIntent.Builder |
selector(TrafficSelector selector)
Sets the traffic selector for the intent that will be built.
|
HostToHostIntent.Builder |
treatment(TrafficTreatment treatment)
Sets the traffic treatment for the intent that will be built.
|
HostToHostIntent.Builder |
two(HostId two)
Sets the second host of the intent that will be built.
|
resourcespublic HostToHostIntent.Builder appId(ApplicationId appId)
Intent.BuilderappId in class ConnectivityIntent.BuilderappId - application id to use for built intentpublic HostToHostIntent.Builder key(Key key)
Intent.Builderkey in class ConnectivityIntent.Builderkey - key to use for built intentpublic HostToHostIntent.Builder selector(TrafficSelector selector)
ConnectivityIntent.Builderselector in class ConnectivityIntent.Builderselector - selector to use for built intentpublic HostToHostIntent.Builder treatment(TrafficTreatment treatment)
ConnectivityIntent.Buildertreatment in class ConnectivityIntent.Buildertreatment - treatment to use for built intentpublic HostToHostIntent.Builder constraints(java.util.List<Constraint> constraints)
ConnectivityIntent.Builderconstraints in class ConnectivityIntent.Builderconstraints - constraints to use for built intentpublic HostToHostIntent.Builder priority(int priority)
Intent.Builderpriority in class ConnectivityIntent.Builderpriority - priority to use for built intentpublic HostToHostIntent.Builder resourceGroup(ResourceGroup resourceGroup)
Intent.BuilderresourceGroup in class Intent.BuilderresourceGroup - the resource grouppublic HostToHostIntent.Builder one(HostId one)
one - first hostpublic HostToHostIntent.Builder two(HostId two)
two - second hostpublic HostToHostIntent build()