Package-level declarations

Types

Link copied to clipboard
enum Action : Enum<Action> , ConvertibleToJava<Action>

Specify action.

Link copied to clipboard
enum AddressFamily : Enum<AddressFamily> , ConvertibleToJava<AddressFamily>

IP address family. Example: ipv4 | ipv6.

Link copied to clipboard
enum AllowASOverride : Enum<AllowASOverride> , ConvertibleToJava<AllowASOverride>

Enable Or Disable state.

Link copied to clipboard
enum BooleanEnumProperty : Enum<BooleanEnumProperty> , ConvertibleToJava<BooleanEnumProperty>

Based on this parameter the layer2/layer3 is made as mandatory. Example: True/False

Link copied to clipboard
enum CommunityActionTypes : Enum<CommunityActionTypes> , ConvertibleToJava<CommunityActionTypes>

action. Example: Permit | Deny.

Link copied to clipboard
enum Condition : Enum<Condition> , ConvertibleToJava<Condition>

Specify prefix-list bounds.

Link copied to clipboard
enum ConditionActionType : Enum<ConditionActionType> , ConvertibleToJava<ConditionActionType>

action. Example: allow | deny.

Link copied to clipboard
enum ConfigurationType : Enum<ConfigurationType> , ConvertibleToJava<ConfigurationType>

Input method to configure Network Tap Rule.

Link copied to clipboard
enum DestinationType : Enum<DestinationType> , ConvertibleToJava<DestinationType>

Type of destination. Input can be IsolationDomain or Direct.

Link copied to clipboard
enum Encapsulation : Enum<Encapsulation> , ConvertibleToJava<Encapsulation>

Type of encapsulation.

Link copied to clipboard
enum EncapsulationType : Enum<EncapsulationType> , ConvertibleToJava<EncapsulationType>

Encapsulation Type that needs to be matched.

Link copied to clipboard
enum GatewayType : Enum<GatewayType> , ConvertibleToJava<GatewayType>

Gateway Type of the resource.

Link copied to clipboard
enum IPAddressType : Enum<IPAddressType> , ConvertibleToJava<IPAddressType>

Type of IP Address. IPv4 or IPv6

Link copied to clipboard
enum Layer4Protocol : Enum<Layer4Protocol> , ConvertibleToJava<Layer4Protocol>

Layer4 protocol type that needs to be matched.

Link copied to clipboard
enum NetworkDeviceRoleTypes : Enum<NetworkDeviceRoleTypes> , ConvertibleToJava<NetworkDeviceRoleTypes>

networkDeviceRole is the device role: Example: CE | ToR.

Link copied to clipboard
enum NniType : Enum<NniType> , ConvertibleToJava<NniType>

Type of NNI used. Example: CE | NPB

Link copied to clipboard
enum PeeringOption : Enum<PeeringOption> , ConvertibleToJava<PeeringOption>

Peering option list.

Link copied to clipboard
enum PollingType : Enum<PollingType> , ConvertibleToJava<PollingType>

Polling type.

Link copied to clipboard
enum PortType : Enum<PortType> , ConvertibleToJava<PortType>

Port type that needs to be matched.

Link copied to clipboard
enum PrefixType : Enum<PrefixType> , ConvertibleToJava<PrefixType>

IP Prefix Type that needs to be matched.

Link copied to clipboard
enum RedistributeConnectedSubnets : Enum<RedistributeConnectedSubnets> , ConvertibleToJava<RedistributeConnectedSubnets>

Advertise Connected Subnets. Ex: "True" | "False".

Link copied to clipboard
enum RedistributeStaticRoutes : Enum<RedistributeStaticRoutes> , ConvertibleToJava<RedistributeStaticRoutes>

Advertise Static Routes. Ex: "True" | "False".

Link copied to clipboard
enum SourceDestinationType : Enum<SourceDestinationType> , ConvertibleToJava<SourceDestinationType>

IP Address type that needs to be matched.

Link copied to clipboard
enum TapRuleActionType : Enum<TapRuleActionType> , ConvertibleToJava<TapRuleActionType>

Type of actions that can be performed.

Link copied to clipboard
enum WellKnownCommunities : Enum<WellKnownCommunities> , ConvertibleToJava<WellKnownCommunities>

Internet - Advertise routes to internet community. LocalAS - Advertise routes to only localAS peers. NoAdvertise - Don't advertise routes to any peer. NoExport - Don't export to next AS. GShut - Graceful Shutdown (GSHUT) withdraw routes before terminating BGP connection.