@Beta public final class VirtualNetworkIntent extends ConnectivityIntent
Modifier and Type | Class and Description |
---|---|
static class |
VirtualNetworkIntent.Builder
Builder of a point to point intent.
|
DEFAULT_INTENT_PRIORITY, MAX_PRIORITY, MIN_PRIORITY
Modifier | Constructor and Description |
---|---|
protected |
VirtualNetworkIntent()
Constructor for serializer.
|
Modifier and Type | Method and Description |
---|---|
static VirtualNetworkIntent.Builder |
builder()
Returns a new point to point intent builder.
|
ConnectPoint |
egressPoint()
Returns the port on which the traffic should egress.
|
ConnectPoint |
ingressPoint()
Returns the port on which the ingress traffic should be connected to
the egress.
|
NetworkId |
networkId()
Returns the virtual network identifier.
|
java.lang.String |
toString() |
constraints, resources, resources, selector, treatment
appId, bindIdGenerator, equals, hashCode, id, isInstallable, key, priority, resourceGroup, resources, unbindIdGenerator
protected VirtualNetworkIntent()
public static VirtualNetworkIntent.Builder builder()
public NetworkId networkId()
public ConnectPoint ingressPoint()
public ConnectPoint egressPoint()
public java.lang.String toString()
toString
in class java.lang.Object