public final class RouteDistinguisherUnion extends Object
| Constructor and Description |
|---|
RouteDistinguisherUnion(RdAs rdAs)
Creates an instance of rdAs.
|
RouteDistinguisherUnion(RdAs2 rdAs2)
Creates an instance of rdAs2.
|
RouteDistinguisherUnion(RdIpv4 rdIpv4)
Creates an instance of rdIpv4.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RouteDistinguisherUnion |
fromString(String valInString)
Returns the object of routeDistinguisherUnion fromString input String routeDistinguisherUnion.
|
int |
hashCode() |
static RouteDistinguisherUnion |
of(RdAs value)
Returns the object of routeDistinguisherUnion for type rdAs.
|
static RouteDistinguisherUnion |
of(RdAs2 value)
Returns the object of routeDistinguisherUnion for type rdAs2.
|
static RouteDistinguisherUnion |
of(RdIpv4 value)
Returns the object of routeDistinguisherUnion for type rdIpv4.
|
RdAs |
rdAs()
Returns the attribute rdAs.
|
void |
rdAs(RdAs rdAs)
Sets the attribute rdAs.
|
RdAs2 |
rdAs2()
Returns the attribute rdAs2.
|
void |
rdAs2(RdAs2 rdAs2)
Sets the attribute rdAs2.
|
RdIpv4 |
rdIpv4()
Returns the attribute rdIpv4.
|
void |
rdIpv4(RdIpv4 rdIpv4)
Sets the attribute rdIpv4.
|
String |
toString() |
public RouteDistinguisherUnion(RdIpv4 rdIpv4)
rdIpv4 - value of rdIpv4public RouteDistinguisherUnion(RdAs rdAs)
rdAs - value of rdAspublic RouteDistinguisherUnion(RdAs2 rdAs2)
rdAs2 - value of rdAs2public static RouteDistinguisherUnion of(RdIpv4 value)
value - value of routeDistinguisherUnion for type rdIpv4public static RouteDistinguisherUnion of(RdAs value)
value - value of routeDistinguisherUnion for type rdAspublic static RouteDistinguisherUnion of(RdAs2 value)
value - value of routeDistinguisherUnion for type rdAs2public RdIpv4 rdIpv4()
public RdAs rdAs()
public RdAs2 rdAs2()
public void rdIpv4(RdIpv4 rdIpv4)
rdIpv4 - value of rdIpv4public void rdAs(RdAs rdAs)
rdAs - value of rdAspublic void rdAs2(RdAs2 rdAs2)
rdAs2 - value of rdAs2public static RouteDistinguisherUnion fromString(String valInString)
valInString - value of input StringCopyright © 2018. All rights reserved.