otg

package
v0.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2023 License: MIT Imports: 10 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LagProtocol_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "lacp",
		2: "static",
	}
	LagProtocol_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"lacp":        1,
		"static":      2,
	}
)

Enum value maps for LagProtocol_Choice_Enum.

View Source
var (
	LagPortLacp_ActorActivity_Enum_name = map[int32]string{
		0: "unspecified",
		1: "passive",
		2: "active",
	}
	LagPortLacp_ActorActivity_Enum_value = map[string]int32{
		"unspecified": 0,
		"passive":     1,
		"active":      2,
	}
)

Enum value maps for LagPortLacp_ActorActivity_Enum.

View Source
var (
	EthernetConnection_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port_name",
		2: "lag_name",
		3: "vxlan_name",
	}
	EthernetConnection_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"port_name":   1,
		"lag_name":    2,
		"vxlan_name":  3,
	}
)

Enum value maps for EthernetConnection_Choice_Enum.

View Source
var (
	DeviceVlan_Tpid_Enum_name = map[int32]string{
		0: "unspecified",
		1: "x8100",
		2: "x88a8",
		3: "x9100",
		4: "x9200",
		5: "x9300",
	}
	DeviceVlan_Tpid_Enum_value = map[string]int32{
		"unspecified": 0,
		"x8100":       1,
		"x88a8":       2,
		"x9100":       3,
		"x9200":       4,
		"x9300":       5,
	}
)

Enum value maps for DeviceVlan_Tpid_Enum.

View Source
var (
	DeviceIpv4GatewayMAC_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "auto",
		2: "value",
	}
	DeviceIpv4GatewayMAC_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"auto":        1,
		"value":       2,
	}
)

Enum value maps for DeviceIpv4GatewayMAC_Choice_Enum.

View Source
var (
	DeviceIpv6GatewayMAC_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "auto",
		2: "value",
	}
	DeviceIpv6GatewayMAC_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"auto":        1,
		"value":       2,
	}
)

Enum value maps for DeviceIpv6GatewayMAC_Choice_Enum.

View Source
var (
	Layer1_Speed_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "speed_10_fd_mbps",
		2:  "speed_10_hd_mbps",
		3:  "speed_100_fd_mbps",
		4:  "speed_100_hd_mbps",
		5:  "speed_1_gbps",
		6:  "speed_10_gbps",
		7:  "speed_25_gbps",
		8:  "speed_40_gbps",
		9:  "speed_50_gbps",
		10: "speed_100_gbps",
		11: "speed_200_gbps",
		12: "speed_400_gbps",
	}
	Layer1_Speed_Enum_value = map[string]int32{
		"unspecified":       0,
		"speed_10_fd_mbps":  1,
		"speed_10_hd_mbps":  2,
		"speed_100_fd_mbps": 3,
		"speed_100_hd_mbps": 4,
		"speed_1_gbps":      5,
		"speed_10_gbps":     6,
		"speed_25_gbps":     7,
		"speed_40_gbps":     8,
		"speed_50_gbps":     9,
		"speed_100_gbps":    10,
		"speed_200_gbps":    11,
		"speed_400_gbps":    12,
	}
)

Enum value maps for Layer1_Speed_Enum.

View Source
var (
	Layer1_Media_Enum_name = map[int32]string{
		0: "unspecified",
		1: "copper",
		2: "fiber",
		3: "sgmii",
	}
	Layer1_Media_Enum_value = map[string]int32{
		"unspecified": 0,
		"copper":      1,
		"fiber":       2,
		"sgmii":       3,
	}
)

Enum value maps for Layer1_Media_Enum.

View Source
var (
	Layer1FlowControl_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ieee_802_1qbb",
		2: "ieee_802_3x",
	}
	Layer1FlowControl_Choice_Enum_value = map[string]int32{
		"unspecified":   0,
		"ieee_802_1qbb": 1,
		"ieee_802_3x":   2,
	}
)

Enum value maps for Layer1FlowControl_Choice_Enum.

View Source
var (
	Capture_Format_Enum_name = map[int32]string{
		0: "unspecified",
		1: "pcap",
		2: "pcapng",
	}
	Capture_Format_Enum_value = map[string]int32{
		"unspecified": 0,
		"pcap":        1,
		"pcapng":      2,
	}
)

Enum value maps for Capture_Format_Enum.

View Source
var (
	CaptureFilter_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "custom",
		2: "ethernet",
		3: "vlan",
		4: "ipv4",
		5: "ipv6",
	}
	CaptureFilter_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"custom":      1,
		"ethernet":    2,
		"vlan":        3,
		"ipv4":        4,
		"ipv6":        5,
	}
)

Enum value maps for CaptureFilter_Choice_Enum.

View Source
var (
	IsisInterface_NetworkType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "broadcast",
		2: "point_to_point",
	}
	IsisInterface_NetworkType_Enum_value = map[string]int32{
		"unspecified":    0,
		"broadcast":      1,
		"point_to_point": 2,
	}
)

Enum value maps for IsisInterface_NetworkType_Enum.

View Source
var (
	IsisInterface_LevelType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "level_1",
		2: "level_2",
		3: "level_1_2",
	}
	IsisInterface_LevelType_Enum_value = map[string]int32{
		"unspecified": 0,
		"level_1":     1,
		"level_2":     2,
		"level_1_2":   3,
	}
)

Enum value maps for IsisInterface_LevelType_Enum.

View Source
var (
	IsisInterfaceAuthentication_AuthType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "md5",
		2: "password",
	}
	IsisInterfaceAuthentication_AuthType_Enum_value = map[string]int32{
		"unspecified": 0,
		"md5":         1,
		"password":    2,
	}
)

Enum value maps for IsisInterfaceAuthentication_AuthType_Enum.

View Source
var (
	IsisAuthenticationBase_AuthType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "md5",
		2: "password",
	}
	IsisAuthenticationBase_AuthType_Enum_value = map[string]int32{
		"unspecified": 0,
		"md5":         1,
		"password":    2,
	}
)

Enum value maps for IsisAuthenticationBase_AuthType_Enum.

View Source
var (
	IsisV4RouteRange_OriginType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "internal",
		2: "external",
	}
	IsisV4RouteRange_OriginType_Enum_value = map[string]int32{
		"unspecified": 0,
		"internal":    1,
		"external":    2,
	}
)

Enum value maps for IsisV4RouteRange_OriginType_Enum.

View Source
var (
	IsisV4RouteRange_RedistributionType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	IsisV4RouteRange_RedistributionType_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for IsisV4RouteRange_RedistributionType_Enum.

View Source
var (
	IsisV6RouteRange_OriginType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "internal",
		2: "external",
	}
	IsisV6RouteRange_OriginType_Enum_value = map[string]int32{
		"unspecified": 0,
		"internal":    1,
		"external":    2,
	}
)

Enum value maps for IsisV6RouteRange_OriginType_Enum.

View Source
var (
	IsisV6RouteRange_RedistributionType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	IsisV6RouteRange_RedistributionType_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for IsisV6RouteRange_RedistributionType_Enum.

View Source
var (
	DeviceBgpMessageHeaderError_Subcode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "connection_not_synchronized_code1_subcode1",
		2: "bad_message_length_code1_subcode2",
		3: "bad_message_type_code1_subcode3",
	}
	DeviceBgpMessageHeaderError_Subcode_Enum_value = map[string]int32{
		"unspecified": 0,
		"connection_not_synchronized_code1_subcode1": 1,
		"bad_message_length_code1_subcode2":          2,
		"bad_message_type_code1_subcode3":            3,
	}
)

Enum value maps for DeviceBgpMessageHeaderError_Subcode_Enum.

View Source
var (
	DeviceBgpOpenMessageError_Subcode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "unsupported_version_number_code2_subcode1",
		2: "error_peer_as_code2_subcode2",
		3: "error_bgp_id_code2_subcode3",
		4: "unsupported_optional_parameter_code2_subcode4",
		5: "auth_failed_code2_subcode5",
		6: "unsupported_hold_time_code2_subcode6",
		7: "unsupported_capability_code2_subcode7",
	}
	DeviceBgpOpenMessageError_Subcode_Enum_value = map[string]int32{
		"unspecified": 0,
		"unsupported_version_number_code2_subcode1":     1,
		"error_peer_as_code2_subcode2":                  2,
		"error_bgp_id_code2_subcode3":                   3,
		"unsupported_optional_parameter_code2_subcode4": 4,
		"auth_failed_code2_subcode5":                    5,
		"unsupported_hold_time_code2_subcode6":          6,
		"unsupported_capability_code2_subcode7":         7,
	}
)

Enum value maps for DeviceBgpOpenMessageError_Subcode_Enum.

View Source
var (
	DeviceBgpUpdateMessageError_Subcode_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "malformed_attrib_list_code3_subcode1",
		2:  "unrecognized_wellknown_attrib_code3_subcode2",
		3:  "wellknown_attrib_missing_code3_subcode3",
		4:  "attrib_flags_error_code3_subcode4",
		5:  "attrib_length_error_code3_subcode5",
		6:  "invalid_origin_attrib_code3_subcode6",
		7:  "as_routing_loop_code3_subcode7",
		8:  "invalid_nhop_attrib_code3_subcode8",
		9:  "error_optional_attrib_code3_subcode9",
		10: "invalid_network_field_code3_subcode10",
		11: "abnormal_aspath_code3_subcode11",
	}
	DeviceBgpUpdateMessageError_Subcode_Enum_value = map[string]int32{
		"unspecified":                                  0,
		"malformed_attrib_list_code3_subcode1":         1,
		"unrecognized_wellknown_attrib_code3_subcode2": 2,
		"wellknown_attrib_missing_code3_subcode3":      3,
		"attrib_flags_error_code3_subcode4":            4,
		"attrib_length_error_code3_subcode5":           5,
		"invalid_origin_attrib_code3_subcode6":         6,
		"as_routing_loop_code3_subcode7":               7,
		"invalid_nhop_attrib_code3_subcode8":           8,
		"error_optional_attrib_code3_subcode9":         9,
		"invalid_network_field_code3_subcode10":        10,
		"abnormal_aspath_code3_subcode11":              11,
	}
)

Enum value maps for DeviceBgpUpdateMessageError_Subcode_Enum.

View Source
var (
	DeviceBgpCeaseError_Subcode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "max_number_prefix_reached_code6_subcode1",
		2: "admin_shutdown_code6_subcode2",
		3: "peer_deleted_code6_subcode3",
		4: "admin_reset_code6_subcode4",
		5: "connection_reject_code6_subcode5",
		6: "other_config_changes_code6_subcode6",
		7: "connection_collision_resolution_code6_subcode7",
		8: "out_of_resources_code6_subcode8",
		9: "bfd_session_down_code6_subcode9",
	}
	DeviceBgpCeaseError_Subcode_Enum_value = map[string]int32{
		"unspecified": 0,
		"max_number_prefix_reached_code6_subcode1":       1,
		"admin_shutdown_code6_subcode2":                  2,
		"peer_deleted_code6_subcode3":                    3,
		"admin_reset_code6_subcode4":                     4,
		"connection_reject_code6_subcode5":               5,
		"other_config_changes_code6_subcode6":            6,
		"connection_collision_resolution_code6_subcode7": 7,
		"out_of_resources_code6_subcode8":                8,
		"bfd_session_down_code6_subcode9":                9,
	}
)

Enum value maps for DeviceBgpCeaseError_Subcode_Enum.

View Source
var (
	BgpV4Peer_AsType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ibgp",
		2: "ebgp",
	}
	BgpV4Peer_AsType_Enum_value = map[string]int32{
		"unspecified": 0,
		"ibgp":        1,
		"ebgp":        2,
	}
)

Enum value maps for BgpV4Peer_AsType_Enum.

View Source
var (
	BgpV4Peer_AsNumberWidth_Enum_name = map[int32]string{
		0: "unspecified",
		1: "two",
		2: "four",
	}
	BgpV4Peer_AsNumberWidth_Enum_value = map[string]int32{
		"unspecified": 0,
		"two":         1,
		"four":        2,
	}
)

Enum value maps for BgpV4Peer_AsNumberWidth_Enum.

View Source
var (
	BgpV4EthernetSegment_ActiveMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "single_active",
		2: "all_active",
	}
	BgpV4EthernetSegment_ActiveMode_Enum_value = map[string]int32{
		"unspecified":   0,
		"single_active": 1,
		"all_active":    2,
	}
)

Enum value maps for BgpV4EthernetSegment_ActiveMode_Enum.

View Source
var (
	BgpRouteAdvanced_Origin_Enum_name = map[int32]string{
		0: "unspecified",
		1: "igp",
		2: "egp",
		3: "incomplete",
	}
	BgpRouteAdvanced_Origin_Enum_value = map[string]int32{
		"unspecified": 0,
		"igp":         1,
		"egp":         2,
		"incomplete":  3,
	}
)

Enum value maps for BgpRouteAdvanced_Origin_Enum.

View Source
var (
	BgpCommunity_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "manual_as_number",
		2: "no_export",
		3: "no_advertised",
		4: "no_export_subconfed",
		5: "llgr_stale",
		6: "no_llgr",
	}
	BgpCommunity_Type_Enum_value = map[string]int32{
		"unspecified":         0,
		"manual_as_number":    1,
		"no_export":           2,
		"no_advertised":       3,
		"no_export_subconfed": 4,
		"llgr_stale":          5,
		"no_llgr":             6,
	}
)

Enum value maps for BgpCommunity_Type_Enum.

View Source
var (
	BgpExtCommunity_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "administrator_as_2octet",
		2: "administrator_ipv4_address",
		3: "administrator_as_4octet",
		4: "opaque",
		5: "evpn",
		6: "administrator_as_2octet_link_bandwidth",
	}
	BgpExtCommunity_Type_Enum_value = map[string]int32{
		"unspecified":                            0,
		"administrator_as_2octet":                1,
		"administrator_ipv4_address":             2,
		"administrator_as_4octet":                3,
		"opaque":                                 4,
		"evpn":                                   5,
		"administrator_as_2octet_link_bandwidth": 6,
	}
)

Enum value maps for BgpExtCommunity_Type_Enum.

View Source
var (
	BgpExtCommunity_Subtype_Enum_name = map[int32]string{
		0: "unspecified",
		1: "route_target",
		2: "origin",
		3: "extended_bandwidth",
		4: "color",
		5: "encapsulation",
		6: "mac_address",
	}
	BgpExtCommunity_Subtype_Enum_value = map[string]int32{
		"unspecified":        0,
		"route_target":       1,
		"origin":             2,
		"extended_bandwidth": 3,
		"color":              4,
		"encapsulation":      5,
		"mac_address":        6,
	}
)

Enum value maps for BgpExtCommunity_Subtype_Enum.

View Source
var (
	BgpAsPath_AsSetMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "do_not_include_local_as",
		2: "include_as_seq",
		3: "include_as_set",
		4: "include_as_confed_seq",
		5: "include_as_confed_set",
		6: "prepend_to_first_segment",
	}
	BgpAsPath_AsSetMode_Enum_value = map[string]int32{
		"unspecified":              0,
		"do_not_include_local_as":  1,
		"include_as_seq":           2,
		"include_as_set":           3,
		"include_as_confed_seq":    4,
		"include_as_confed_set":    5,
		"prepend_to_first_segment": 6,
	}
)

Enum value maps for BgpAsPath_AsSetMode_Enum.

View Source
var (
	BgpAsPathSegment_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "as_seq",
		2: "as_set",
		3: "as_confed_seq",
		4: "as_confed_set",
	}
	BgpAsPathSegment_Type_Enum_value = map[string]int32{
		"unspecified":   0,
		"as_seq":        1,
		"as_set":        2,
		"as_confed_seq": 3,
		"as_confed_set": 4,
	}
)

Enum value maps for BgpAsPathSegment_Type_Enum.

View Source
var (
	BgpV4EvpnEvis_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "evi_vxlan",
	}
	BgpV4EvpnEvis_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"evi_vxlan":   1,
	}
)

Enum value maps for BgpV4EvpnEvis_Choice_Enum.

View Source
var (
	BgpV4EviVxlan_ReplicationType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ingress_replication",
	}
	BgpV4EviVxlan_ReplicationType_Enum_value = map[string]int32{
		"unspecified":         0,
		"ingress_replication": 1,
	}
)

Enum value maps for BgpV4EviVxlan_ReplicationType_Enum.

View Source
var (
	BgpRouteDistinguisher_RdType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "as_2octet",
		2: "ipv4_address",
		3: "as_4octet",
	}
	BgpRouteDistinguisher_RdType_Enum_value = map[string]int32{
		"unspecified":  0,
		"as_2octet":    1,
		"ipv4_address": 2,
		"as_4octet":    3,
	}
)

Enum value maps for BgpRouteDistinguisher_RdType_Enum.

View Source
var (
	BgpRouteTarget_RtType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "as_2octet",
		2: "ipv4_address",
		3: "as_4octet",
	}
	BgpRouteTarget_RtType_Enum_value = map[string]int32{
		"unspecified":  0,
		"as_2octet":    1,
		"ipv4_address": 2,
		"as_4octet":    3,
	}
)

Enum value maps for BgpRouteTarget_RtType_Enum.

View Source
var (
	BgpV4RouteRange_NextHopMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "local_ip",
		2: "manual",
	}
	BgpV4RouteRange_NextHopMode_Enum_value = map[string]int32{
		"unspecified": 0,
		"local_ip":    1,
		"manual":      2,
	}
)

Enum value maps for BgpV4RouteRange_NextHopMode_Enum.

View Source
var (
	BgpV4RouteRange_NextHopAddressType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	BgpV4RouteRange_NextHopAddressType_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for BgpV4RouteRange_NextHopAddressType_Enum.

View Source
var (
	BgpV6RouteRange_NextHopMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "local_ip",
		2: "manual",
	}
	BgpV6RouteRange_NextHopMode_Enum_value = map[string]int32{
		"unspecified": 0,
		"local_ip":    1,
		"manual":      2,
	}
)

Enum value maps for BgpV6RouteRange_NextHopMode_Enum.

View Source
var (
	BgpV6RouteRange_NextHopAddressType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	BgpV6RouteRange_NextHopAddressType_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for BgpV6RouteRange_NextHopAddressType_Enum.

View Source
var (
	BgpSrteV4Policy_NextHopMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "local_ip",
		2: "manual",
	}
	BgpSrteV4Policy_NextHopMode_Enum_value = map[string]int32{
		"unspecified": 0,
		"local_ip":    1,
		"manual":      2,
	}
)

Enum value maps for BgpSrteV4Policy_NextHopMode_Enum.

View Source
var (
	BgpSrteV4Policy_NextHopAddressType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	BgpSrteV4Policy_NextHopAddressType_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for BgpSrteV4Policy_NextHopAddressType_Enum.

View Source
var (
	BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for BgpSrteRemoteEndpointSubTlv_AddressFamily_Enum.

View Source
var (
	BgpSrteBindingSubTlv_BindingSidType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "no_binding",
		2: "four_octet_sid",
		3: "ipv6_sid",
	}
	BgpSrteBindingSubTlv_BindingSidType_Enum_value = map[string]int32{
		"unspecified":    0,
		"no_binding":     1,
		"four_octet_sid": 2,
		"ipv6_sid":       3,
	}
)

Enum value maps for BgpSrteBindingSubTlv_BindingSidType_Enum.

View Source
var (
	BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum_name = map[int32]string{
		0: "unspecified",
		1: "reserved_enlp",
		2: "push_ipv4_enlp",
		3: "push_ipv6_enlp",
		4: "push_ipv4_ipv6_enlp",
		5: "do_not_push_enlp",
	}
	BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum_value = map[string]int32{
		"unspecified":         0,
		"reserved_enlp":       1,
		"push_ipv4_enlp":      2,
		"push_ipv6_enlp":      3,
		"push_ipv4_ipv6_enlp": 4,
		"do_not_push_enlp":    5,
	}
)

Enum value maps for BgpSrteExplicitNullLabelPolicySubTlv_ExplicitNullLabelPolicy_Enum.

View Source
var (
	BgpSrteSegment_SegmentType_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "type_a",
		2:  "type_b",
		3:  "type_c",
		4:  "type_d",
		5:  "type_e",
		6:  "type_f",
		7:  "type_g",
		8:  "type_h",
		9:  "type_i",
		10: "type_j",
		11: "type_k",
	}
	BgpSrteSegment_SegmentType_Enum_value = map[string]int32{
		"unspecified": 0,
		"type_a":      1,
		"type_b":      2,
		"type_c":      3,
		"type_d":      4,
		"type_e":      5,
		"type_f":      6,
		"type_g":      7,
		"type_h":      8,
		"type_i":      9,
		"type_j":      10,
		"type_k":      11,
	}
)

Enum value maps for BgpSrteSegment_SegmentType_Enum.

View Source
var (
	BgpSrteV6Policy_NextHopMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "local_ip",
		2: "manual",
	}
	BgpSrteV6Policy_NextHopMode_Enum_value = map[string]int32{
		"unspecified": 0,
		"local_ip":    1,
		"manual":      2,
	}
)

Enum value maps for BgpSrteV6Policy_NextHopMode_Enum.

View Source
var (
	BgpSrteV6Policy_NextHopAddressType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	BgpSrteV6Policy_NextHopAddressType_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for BgpSrteV6Policy_NextHopAddressType_Enum.

View Source
var (
	BgpV6Peer_AsType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ibgp",
		2: "ebgp",
	}
	BgpV6Peer_AsType_Enum_value = map[string]int32{
		"unspecified": 0,
		"ibgp":        1,
		"ebgp":        2,
	}
)

Enum value maps for BgpV6Peer_AsType_Enum.

View Source
var (
	BgpV6Peer_AsNumberWidth_Enum_name = map[int32]string{
		0: "unspecified",
		1: "two",
		2: "four",
	}
	BgpV6Peer_AsNumberWidth_Enum_value = map[string]int32{
		"unspecified": 0,
		"two":         1,
		"four":        2,
	}
)

Enum value maps for BgpV6Peer_AsNumberWidth_Enum.

View Source
var (
	BgpV6EthernetSegment_ActiveMode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "single_active",
		2: "all_active",
	}
	BgpV6EthernetSegment_ActiveMode_Enum_value = map[string]int32{
		"unspecified":   0,
		"single_active": 1,
		"all_active":    2,
	}
)

Enum value maps for BgpV6EthernetSegment_ActiveMode_Enum.

View Source
var (
	BgpV6EvpnEvis_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "evi_vxlan",
	}
	BgpV6EvpnEvis_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"evi_vxlan":   1,
	}
)

Enum value maps for BgpV6EvpnEvis_Choice_Enum.

View Source
var (
	BgpV6EviVxlan_ReplicationType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ingress_replication",
	}
	BgpV6EviVxlan_ReplicationType_Enum_value = map[string]int32{
		"unspecified":         0,
		"ingress_replication": 1,
	}
)

Enum value maps for BgpV6EviVxlan_ReplicationType_Enum.

View Source
var (
	VxlanV4TunnelDestinationIPMode_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "unicast",
		2: "multicast",
	}
	VxlanV4TunnelDestinationIPMode_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"unicast":     1,
		"multicast":   2,
	}
)

Enum value maps for VxlanV4TunnelDestinationIPMode_Choice_Enum.

View Source
var (
	VxlanV6TunnelDestinationIPMode_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "unicast",
		2: "multicast",
	}
	VxlanV6TunnelDestinationIPMode_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"unicast":     1,
		"multicast":   2,
	}
)

Enum value maps for VxlanV6TunnelDestinationIPMode_Choice_Enum.

View Source
var (
	RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum_name = map[int32]string{
		0: "unspecified",
		1: "shared_explicit",
		2: "fixed_filter",
		3: "auto",
	}
	RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum_value = map[string]int32{
		"unspecified":     0,
		"shared_explicit": 1,
		"fixed_filter":    2,
		"auto":            3,
	}
)

Enum value maps for RsvpLspIpv4InterfaceP2PEgressIpv4Lsp_ReservationStyle_Enum.

View Source
var (
	RsvpEro_PrependNeighborIp_Enum_name = map[int32]string{
		0: "unspecified",
		1: "dont_prepend",
		2: "prepend_loose",
		3: "prepend_strict",
	}
	RsvpEro_PrependNeighborIp_Enum_value = map[string]int32{
		"unspecified":    0,
		"dont_prepend":   1,
		"prepend_loose":  2,
		"prepend_strict": 3,
	}
)

Enum value maps for RsvpEro_PrependNeighborIp_Enum.

View Source
var (
	RsvpEroSubobject_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "as_number",
	}
	RsvpEroSubobject_Type_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"as_number":   2,
	}
)

Enum value maps for RsvpEroSubobject_Type_Enum.

View Source
var (
	RsvpEroSubobject_HopType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "strict",
		2: "loose",
	}
	RsvpEroSubobject_HopType_Enum_value = map[string]int32{
		"unspecified": 0,
		"strict":      1,
		"loose":       2,
	}
)

Enum value maps for RsvpEroSubobject_HopType_Enum.

View Source
var (
	FlowTxRx_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port",
		2: "device",
	}
	FlowTxRx_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"port":        1,
		"device":      2,
	}
)

Enum value maps for FlowTxRx_Choice_Enum.

View Source
var (
	FlowRouter_Mode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "mesh",
		2: "one_to_one",
	}
	FlowRouter_Mode_Enum_value = map[string]int32{
		"unspecified": 0,
		"mesh":        1,
		"one_to_one":  2,
	}
)

Enum value maps for FlowRouter_Mode_Enum.

View Source
var (
	FlowHeader_Choice_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "custom",
		2:  "ethernet",
		3:  "vlan",
		4:  "vxlan",
		5:  "ipv4",
		6:  "ipv6",
		7:  "pfcpause",
		8:  "ethernetpause",
		9:  "tcp",
		10: "udp",
		11: "gre",
		12: "gtpv1",
		13: "gtpv2",
		14: "arp",
		15: "icmp",
		16: "icmpv6",
		17: "ppp",
		18: "igmpv1",
		19: "mpls",
	}
	FlowHeader_Choice_Enum_value = map[string]int32{
		"unspecified":   0,
		"custom":        1,
		"ethernet":      2,
		"vlan":          3,
		"vxlan":         4,
		"ipv4":          5,
		"ipv6":          6,
		"pfcpause":      7,
		"ethernetpause": 8,
		"tcp":           9,
		"udp":           10,
		"gre":           11,
		"gtpv1":         12,
		"gtpv2":         13,
		"arp":           14,
		"icmp":          15,
		"icmpv6":        16,
		"ppp":           17,
		"igmpv1":        18,
		"mpls":          19,
	}
)

Enum value maps for FlowHeader_Choice_Enum.

View Source
var (
	FlowIpv4Priority_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "raw",
		2: "tos",
		3: "dscp",
	}
	FlowIpv4Priority_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"raw":         1,
		"tos":         2,
		"dscp":        3,
	}
)

Enum value maps for FlowIpv4Priority_Choice_Enum.

View Source
var (
	FlowIcmp_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "echo",
	}
	FlowIcmp_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"echo":        1,
	}
)

Enum value maps for FlowIcmp_Choice_Enum.

View Source
var (
	FlowIcmpv6_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "echo",
	}
	FlowIcmpv6_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"echo":        1,
	}
)

Enum value maps for FlowIcmpv6_Choice_Enum.

View Source
var (
	FlowSize_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "fixed",
		2: "increment",
		3: "random",
	}
	FlowSize_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"fixed":       1,
		"increment":   2,
		"random":      3,
	}
)

Enum value maps for FlowSize_Choice_Enum.

View Source
var (
	FlowRate_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "pps",
		2: "bps",
		3: "kbps",
		4: "mbps",
		5: "gbps",
		6: "percentage",
	}
	FlowRate_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"pps":         1,
		"bps":         2,
		"kbps":        3,
		"mbps":        4,
		"gbps":        5,
		"percentage":  6,
	}
)

Enum value maps for FlowRate_Choice_Enum.

View Source
var (
	FlowDuration_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "fixed_packets",
		2: "fixed_seconds",
		3: "burst",
		4: "continuous",
	}
	FlowDuration_Choice_Enum_value = map[string]int32{
		"unspecified":   0,
		"fixed_packets": 1,
		"fixed_seconds": 2,
		"burst":         3,
		"continuous":    4,
	}
)

Enum value maps for FlowDuration_Choice_Enum.

View Source
var (
	FlowDelay_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "bytes",
		2: "nanoseconds",
		3: "microseconds",
	}
	FlowDelay_Choice_Enum_value = map[string]int32{
		"unspecified":  0,
		"bytes":        1,
		"nanoseconds":  2,
		"microseconds": 3,
	}
)

Enum value maps for FlowDelay_Choice_Enum.

View Source
var (
	FlowDurationInterBurstGap_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "bytes",
		2: "nanoseconds",
		3: "microseconds",
	}
	FlowDurationInterBurstGap_Choice_Enum_value = map[string]int32{
		"unspecified":  0,
		"bytes":        1,
		"nanoseconds":  2,
		"microseconds": 3,
	}
)

Enum value maps for FlowDurationInterBurstGap_Choice_Enum.

View Source
var (
	FlowLatencyMetrics_Mode_Enum_name = map[int32]string{
		0: "unspecified",
		1: "store_forward",
		2: "cut_through",
	}
	FlowLatencyMetrics_Mode_Enum_value = map[string]int32{
		"unspecified":   0,
		"store_forward": 1,
		"cut_through":   2,
	}
)

Enum value maps for FlowLatencyMetrics_Mode_Enum.

View Source
var (
	EventRequest_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "link_down",
		2: "link_up",
		3: "route_withdraw",
		4: "route_advertise",
		5: "flow_rx_rate_above_threshold",
		6: "flow_rx_rate_below_threshold",
	}
	EventRequest_Type_Enum_value = map[string]int32{
		"unspecified":                  0,
		"link_down":                    1,
		"link_up":                      2,
		"route_withdraw":               3,
		"route_advertise":              4,
		"flow_rx_rate_above_threshold": 5,
		"flow_rx_rate_below_threshold": 6,
	}
)

Enum value maps for EventRequest_Type_Enum.

View Source
var (
	LldpConnection_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port_name",
	}
	LldpConnection_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"port_name":   1,
	}
)

Enum value maps for LldpConnection_Choice_Enum.

View Source
var (
	LldpChassisId_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "mac_address_subtype",
		2: "interface_name_subtype",
		3: "local_subtype",
	}
	LldpChassisId_Choice_Enum_value = map[string]int32{
		"unspecified":            0,
		"mac_address_subtype":    1,
		"interface_name_subtype": 2,
		"local_subtype":          3,
	}
)

Enum value maps for LldpChassisId_Choice_Enum.

View Source
var (
	LldpPortId_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "mac_address_subtype",
		2: "interface_name_subtype",
		3: "local_subtype",
	}
	LldpPortId_Choice_Enum_value = map[string]int32{
		"unspecified":            0,
		"mac_address_subtype":    1,
		"interface_name_subtype": 2,
		"local_subtype":          3,
	}
)

Enum value maps for LldpPortId_Choice_Enum.

View Source
var (
	LldpChassisMacSubType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "auto",
		2: "value",
	}
	LldpChassisMacSubType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"auto":        1,
		"value":       2,
	}
)

Enum value maps for LldpChassisMacSubType_Choice_Enum.

View Source
var (
	LldpPortInterfaceNameSubType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "auto",
		2: "value",
	}
	LldpPortInterfaceNameSubType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"auto":        1,
		"value":       2,
	}
)

Enum value maps for LldpPortInterfaceNameSubType_Choice_Enum.

View Source
var (
	LldpSystemName_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "auto",
		2: "value",
	}
	LldpSystemName_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"auto":        1,
		"value":       2,
	}
)

Enum value maps for LldpSystemName_Choice_Enum.

View Source
var (
	ConfigUpdate_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "flows",
	}
	ConfigUpdate_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"flows":       1,
	}
)

Enum value maps for ConfigUpdate_Choice_Enum.

View Source
var (
	FlowsUpdate_PropertyNames_Enum_name = map[int32]string{
		0: "unspecified",
		1: "rate",
		2: "size",
	}
	FlowsUpdate_PropertyNames_Enum_value = map[string]int32{
		"unspecified": 0,
		"rate":        1,
		"size":        2,
	}
)

Enum value maps for FlowsUpdate_PropertyNames_Enum.

View Source
var (
	ControlState_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port",
		2: "protocol",
		3: "traffic",
	}
	ControlState_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"port":        1,
		"protocol":    2,
		"traffic":     3,
	}
)

Enum value maps for ControlState_Choice_Enum.

View Source
var (
	StatePort_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "link",
		2: "capture",
	}
	StatePort_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"link":        1,
		"capture":     2,
	}
)

Enum value maps for StatePort_Choice_Enum.

View Source
var (
	StateTraffic_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "flow_transmit",
	}
	StateTraffic_Choice_Enum_value = map[string]int32{
		"unspecified":   0,
		"flow_transmit": 1,
	}
)

Enum value maps for StateTraffic_Choice_Enum.

View Source
var (
	StateProtocol_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "all",
		2: "route",
		3: "lacp",
	}
	StateProtocol_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"all":         1,
		"route":       2,
		"lacp":        3,
	}
)

Enum value maps for StateProtocol_Choice_Enum.

View Source
var (
	LinkState_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	LinkState_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for LinkState_State_Enum.

View Source
var (
	TransmitState_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "start",
		2: "stop",
		3: "pause",
		4: "resume",
	}
	TransmitState_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"start":       1,
		"stop":        2,
		"pause":       3,
		"resume":      4,
	}
)

Enum value maps for TransmitState_State_Enum.

View Source
var (
	CaptureState_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "start",
		2: "stop",
	}
	CaptureState_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"start":       1,
		"stop":        2,
	}
)

Enum value maps for CaptureState_State_Enum.

View Source
var (
	RouteState_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "withdraw",
		2: "advertise",
	}
	RouteState_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"withdraw":    1,
		"advertise":   2,
	}
)

Enum value maps for RouteState_State_Enum.

View Source
var (
	ProtocolState_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "start",
		2: "stop",
	}
	ProtocolState_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"start":       1,
		"stop":        2,
	}
)

Enum value maps for ProtocolState_State_Enum.

View Source
var (
	DeviceState_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "lacp_member_state",
	}
	DeviceState_Choice_Enum_value = map[string]int32{
		"unspecified":       0,
		"lacp_member_state": 1,
	}
)

Enum value maps for DeviceState_Choice_Enum.

View Source
var (
	StatePortLink_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	StatePortLink_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for StatePortLink_State_Enum.

View Source
var (
	StatePortCapture_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "start",
		2: "stop",
	}
	StatePortCapture_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"start":       1,
		"stop":        2,
	}
)

Enum value maps for StatePortCapture_State_Enum.

View Source
var (
	StateTrafficFlowTransmit_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "start",
		2: "stop",
		3: "pause",
		4: "resume",
	}
	StateTrafficFlowTransmit_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"start":       1,
		"stop":        2,
		"pause":       3,
		"resume":      4,
	}
)

Enum value maps for StateTrafficFlowTransmit_State_Enum.

View Source
var (
	StateProtocolAll_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "start",
		2: "stop",
	}
	StateProtocolAll_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"start":       1,
		"stop":        2,
	}
)

Enum value maps for StateProtocolAll_State_Enum.

View Source
var (
	StateProtocolRoute_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "withdraw",
		2: "advertise",
	}
	StateProtocolRoute_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"withdraw":    1,
		"advertise":   2,
	}
)

Enum value maps for StateProtocolRoute_State_Enum.

View Source
var (
	StateProtocolLacp_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "admin",
	}
	StateProtocolLacp_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"admin":       1,
	}
)

Enum value maps for StateProtocolLacp_Choice_Enum.

View Source
var (
	StateProtocolLacpAdmin_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	StateProtocolLacpAdmin_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for StateProtocolLacpAdmin_State_Enum.

View Source
var (
	LacpMemberState_State_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	LacpMemberState_State_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for LacpMemberState_State_Enum.

View Source
var (
	ControlAction_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "protocol",
	}
	ControlAction_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"protocol":    1,
	}
)

Enum value maps for ControlAction_Choice_Enum.

View Source
var (
	ActionResponse_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "protocol",
	}
	ActionResponse_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"protocol":    1,
	}
)

Enum value maps for ActionResponse_Choice_Enum.

View Source
var (
	ActionProtocol_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
		3: "bgp",
	}
	ActionProtocol_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
		"bgp":         3,
	}
)

Enum value maps for ActionProtocol_Choice_Enum.

View Source
var (
	ActionResponseProtocol_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	ActionResponseProtocol_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for ActionResponseProtocol_Choice_Enum.

View Source
var (
	ActionProtocolIpv4_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ping",
	}
	ActionProtocolIpv4_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ping":        1,
	}
)

Enum value maps for ActionProtocolIpv4_Choice_Enum.

View Source
var (
	ActionResponseProtocolIpv4_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ping",
	}
	ActionResponseProtocolIpv4_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ping":        1,
	}
)

Enum value maps for ActionResponseProtocolIpv4_Choice_Enum.

View Source
var (
	ActionResponseProtocolIpv4PingResponse_Result_Enum_name = map[int32]string{
		0: "unspecified",
		1: "succeeded",
		2: "failed",
	}
	ActionResponseProtocolIpv4PingResponse_Result_Enum_value = map[string]int32{
		"unspecified": 0,
		"succeeded":   1,
		"failed":      2,
	}
)

Enum value maps for ActionResponseProtocolIpv4PingResponse_Result_Enum.

View Source
var (
	ActionProtocolIpv6_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ping",
	}
	ActionProtocolIpv6_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ping":        1,
	}
)

Enum value maps for ActionProtocolIpv6_Choice_Enum.

View Source
var (
	ActionResponseProtocolIpv6_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ping",
	}
	ActionResponseProtocolIpv6_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ping":        1,
	}
)

Enum value maps for ActionResponseProtocolIpv6_Choice_Enum.

View Source
var (
	ActionResponseProtocolIpv6PingResponse_Result_Enum_name = map[int32]string{
		0: "unspecified",
		1: "succeeded",
		2: "failed",
	}
	ActionResponseProtocolIpv6PingResponse_Result_Enum_value = map[string]int32{
		"unspecified": 0,
		"succeeded":   1,
		"failed":      2,
	}
)

Enum value maps for ActionResponseProtocolIpv6PingResponse_Result_Enum.

View Source
var (
	ActionProtocolBgp_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "notification",
	}
	ActionProtocolBgp_Choice_Enum_value = map[string]int32{
		"unspecified":  0,
		"notification": 1,
	}
)

Enum value maps for ActionProtocolBgp_Choice_Enum.

View Source
var (
	ActionProtocolBgpNotification_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "cease",
		2: "message_header_error",
		3: "open_message_error",
		4: "update_message_error",
		5: "hold_timer_expired",
		6: "finite_state_machine_error",
		7: "custom",
	}
	ActionProtocolBgpNotification_Choice_Enum_value = map[string]int32{
		"unspecified":                0,
		"cease":                      1,
		"message_header_error":       2,
		"open_message_error":         3,
		"update_message_error":       4,
		"hold_timer_expired":         5,
		"finite_state_machine_error": 6,
		"custom":                     7,
	}
)

Enum value maps for ActionProtocolBgpNotification_Choice_Enum.

View Source
var (
	Ping_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
	}
	Ping_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ipv4":        1,
		"ipv6":        2,
	}
)

Enum value maps for Ping_Choice_Enum.

View Source
var (
	Response_Result_Enum_name = map[int32]string{
		0: "unspecified",
		1: "success",
		2: "failure",
	}
	Response_Result_Enum_value = map[string]int32{
		"unspecified": 0,
		"success":     1,
		"failure":     2,
	}
)

Enum value maps for Response_Result_Enum.

View Source
var (
	MetricsRequest_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port",
		2: "flow",
		3: "bgpv4",
		4: "bgpv6",
		5: "isis",
		6: "lag",
		7: "lacp",
		8: "lldp",
		9: "rsvp",
	}
	MetricsRequest_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"port":        1,
		"flow":        2,
		"bgpv4":       3,
		"bgpv6":       4,
		"isis":        5,
		"lag":         6,
		"lacp":        7,
		"lldp":        8,
		"rsvp":        9,
	}
)

Enum value maps for MetricsRequest_Choice_Enum.

View Source
var (
	MetricsResponse_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "flow_metrics",
		2: "port_metrics",
		3: "bgpv4_metrics",
		4: "bgpv6_metrics",
		5: "isis_metrics",
		6: "lag_metrics",
		7: "lacp_metrics",
		8: "lldp_metrics",
		9: "rsvp_metrics",
	}
	MetricsResponse_Choice_Enum_value = map[string]int32{
		"unspecified":   0,
		"flow_metrics":  1,
		"port_metrics":  2,
		"bgpv4_metrics": 3,
		"bgpv6_metrics": 4,
		"isis_metrics":  5,
		"lag_metrics":   6,
		"lacp_metrics":  7,
		"lldp_metrics":  8,
		"rsvp_metrics":  9,
	}
)

Enum value maps for MetricsResponse_Choice_Enum.

View Source
var (
	PortMetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "transmit",
		2:  "location",
		3:  "link",
		4:  "capture",
		5:  "frames_tx",
		6:  "frames_rx",
		7:  "bytes_tx",
		8:  "bytes_rx",
		9:  "frames_tx_rate",
		10: "frames_rx_rate",
		11: "bytes_tx_rate",
		12: "bytes_rx_rate",
	}
	PortMetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":    0,
		"transmit":       1,
		"location":       2,
		"link":           3,
		"capture":        4,
		"frames_tx":      5,
		"frames_rx":      6,
		"bytes_tx":       7,
		"bytes_rx":       8,
		"frames_tx_rate": 9,
		"frames_rx_rate": 10,
		"bytes_tx_rate":  11,
		"bytes_rx_rate":  12,
	}
)

Enum value maps for PortMetricsRequest_ColumnNames_Enum.

View Source
var (
	PortMetric_Link_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	PortMetric_Link_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for PortMetric_Link_Enum.

View Source
var (
	PortMetric_Capture_Enum_name = map[int32]string{
		0: "unspecified",
		1: "started",
		2: "stopped",
	}
	PortMetric_Capture_Enum_value = map[string]int32{
		"unspecified": 0,
		"started":     1,
		"stopped":     2,
	}
)

Enum value maps for PortMetric_Capture_Enum.

View Source
var (
	PortMetric_Transmit_Enum_name = map[int32]string{
		0: "unspecified",
		1: "started",
		2: "stopped",
	}
	PortMetric_Transmit_Enum_value = map[string]int32{
		"unspecified": 0,
		"started":     1,
		"stopped":     2,
	}
)

Enum value maps for PortMetric_Transmit_Enum.

View Source
var (
	FlowMetricsRequest_MetricNames_Enum_name = map[int32]string{
		0: "unspecified",
		1: "transmit",
		2: "frames_tx",
		3: "frames_rx",
		4: "bytes_tx",
		5: "bytes_rx",
		6: "frames_tx_rate",
		7: "frames_rx_rate",
	}
	FlowMetricsRequest_MetricNames_Enum_value = map[string]int32{
		"unspecified":    0,
		"transmit":       1,
		"frames_tx":      2,
		"frames_rx":      3,
		"bytes_tx":       4,
		"bytes_rx":       5,
		"frames_tx_rate": 6,
		"frames_rx_rate": 7,
	}
)

Enum value maps for FlowMetricsRequest_MetricNames_Enum.

View Source
var (
	FlowMetricGroupRequest_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ingress",
		2: "egress",
	}
	FlowMetricGroupRequest_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"ingress":     1,
		"egress":      2,
	}
)

Enum value maps for FlowMetricGroupRequest_Choice_Enum.

View Source
var (
	FlowMetric_Transmit_Enum_name = map[int32]string{
		0: "unspecified",
		1: "started",
		2: "stopped",
		3: "paused",
	}
	FlowMetric_Transmit_Enum_value = map[string]int32{
		"unspecified": 0,
		"started":     1,
		"stopped":     2,
		"paused":      3,
	}
)

Enum value maps for FlowMetric_Transmit_Enum.

View Source
var (
	Bgpv4MetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "session_state",
		2:  "session_flap_count",
		3:  "routes_advertised",
		4:  "routes_received",
		5:  "route_withdraws_sent",
		6:  "route_withdraws_received",
		7:  "updates_sent",
		8:  "updates_received",
		9:  "opens_sent",
		10: "opens_received",
		11: "keepalives_sent",
		12: "keepalives_received",
		13: "notifications_sent",
		14: "notifications_received",
		15: "fsm_state",
	}
	Bgpv4MetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":              0,
		"session_state":            1,
		"session_flap_count":       2,
		"routes_advertised":        3,
		"routes_received":          4,
		"route_withdraws_sent":     5,
		"route_withdraws_received": 6,
		"updates_sent":             7,
		"updates_received":         8,
		"opens_sent":               9,
		"opens_received":           10,
		"keepalives_sent":          11,
		"keepalives_received":      12,
		"notifications_sent":       13,
		"notifications_received":   14,
		"fsm_state":                15,
	}
)

Enum value maps for Bgpv4MetricsRequest_ColumnNames_Enum.

View Source
var (
	Bgpv4Metric_SessionState_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	Bgpv4Metric_SessionState_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for Bgpv4Metric_SessionState_Enum.

View Source
var (
	Bgpv4Metric_FsmState_Enum_name = map[int32]string{
		0: "unspecified",
		1: "idle",
		2: "connect",
		3: "active",
		4: "opensent",
		5: "openconfirm",
		6: "established",
	}
	Bgpv4Metric_FsmState_Enum_value = map[string]int32{
		"unspecified": 0,
		"idle":        1,
		"connect":     2,
		"active":      3,
		"opensent":    4,
		"openconfirm": 5,
		"established": 6,
	}
)

Enum value maps for Bgpv4Metric_FsmState_Enum.

View Source
var (
	Bgpv6MetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "session_state",
		2:  "session_flap_count",
		3:  "routes_advertised",
		4:  "routes_received",
		5:  "route_withdraws_sent",
		6:  "route_withdraws_received",
		7:  "updates_sent",
		8:  "updates_received",
		9:  "opens_sent",
		10: "opens_received",
		11: "keepalives_sent",
		12: "keepalives_received",
		13: "notifications_sent",
		14: "notifications_received",
		15: "fsm_state",
	}
	Bgpv6MetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":              0,
		"session_state":            1,
		"session_flap_count":       2,
		"routes_advertised":        3,
		"routes_received":          4,
		"route_withdraws_sent":     5,
		"route_withdraws_received": 6,
		"updates_sent":             7,
		"updates_received":         8,
		"opens_sent":               9,
		"opens_received":           10,
		"keepalives_sent":          11,
		"keepalives_received":      12,
		"notifications_sent":       13,
		"notifications_received":   14,
		"fsm_state":                15,
	}
)

Enum value maps for Bgpv6MetricsRequest_ColumnNames_Enum.

View Source
var (
	Bgpv6Metric_SessionState_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	Bgpv6Metric_SessionState_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for Bgpv6Metric_SessionState_Enum.

View Source
var (
	Bgpv6Metric_FsmState_Enum_name = map[int32]string{
		0: "unspecified",
		1: "idle",
		2: "connect",
		3: "active",
		4: "opensent",
		5: "openconfirm",
		6: "established",
	}
	Bgpv6Metric_FsmState_Enum_value = map[string]int32{
		"unspecified": 0,
		"idle":        1,
		"connect":     2,
		"active":      3,
		"opensent":    4,
		"openconfirm": 5,
		"established": 6,
	}
)

Enum value maps for Bgpv6Metric_FsmState_Enum.

View Source
var (
	IsisMetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "l1_sessions_up",
		2:  "l1_session_flap",
		3:  "l1_database_size",
		4:  "l1_broadcast_hellos_sent",
		5:  "l1_broadcast_hellos_received",
		6:  "l1_point_to_point_hellos_sent",
		7:  "l1_point_to_point_hellos_received",
		8:  "l1_psnp_sent",
		9:  "l1_psnp_received",
		10: "l1_csnp_sent",
		11: "l1_csnp_received",
		12: "l1_lsp_sent",
		13: "l1_lsp_received",
		14: "l2_sessions_up",
		15: "l2_session_flap",
		16: "l2_database_size",
		17: "l2_broadcast_hellos_sent",
		18: "l2_broadcast_hellos_received",
		19: "l2_point_to_point_hellos_sent",
		20: "l2_point_to_point_hellos_received",
		21: "l2_psnp_sent",
		22: "l2_psnp_received",
		23: "l2_csnp_sent",
		24: "l2_csnp_received",
		25: "l2_lsp_sent",
		26: "l2_lsp_received",
	}
	IsisMetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":                       0,
		"l1_sessions_up":                    1,
		"l1_session_flap":                   2,
		"l1_database_size":                  3,
		"l1_broadcast_hellos_sent":          4,
		"l1_broadcast_hellos_received":      5,
		"l1_point_to_point_hellos_sent":     6,
		"l1_point_to_point_hellos_received": 7,
		"l1_psnp_sent":                      8,
		"l1_psnp_received":                  9,
		"l1_csnp_sent":                      10,
		"l1_csnp_received":                  11,
		"l1_lsp_sent":                       12,
		"l1_lsp_received":                   13,
		"l2_sessions_up":                    14,
		"l2_session_flap":                   15,
		"l2_database_size":                  16,
		"l2_broadcast_hellos_sent":          17,
		"l2_broadcast_hellos_received":      18,
		"l2_point_to_point_hellos_sent":     19,
		"l2_point_to_point_hellos_received": 20,
		"l2_psnp_sent":                      21,
		"l2_psnp_received":                  22,
		"l2_csnp_sent":                      23,
		"l2_csnp_received":                  24,
		"l2_lsp_sent":                       25,
		"l2_lsp_received":                   26,
	}
)

Enum value maps for IsisMetricsRequest_ColumnNames_Enum.

View Source
var (
	LagMetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "oper_status",
		2:  "member_ports_up",
		3:  "frames_tx",
		4:  "frames_rx",
		5:  "bytes_tx",
		6:  "bytes_rx",
		7:  "frames_tx_rate",
		8:  "frames_rx_rate",
		9:  "bytes_tx_rate",
		10: "bytes_rx_rate",
	}
	LagMetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":     0,
		"oper_status":     1,
		"member_ports_up": 2,
		"frames_tx":       3,
		"frames_rx":       4,
		"bytes_tx":        5,
		"bytes_rx":        6,
		"frames_tx_rate":  7,
		"frames_rx_rate":  8,
		"bytes_tx_rate":   9,
		"bytes_rx_rate":   10,
	}
)

Enum value maps for LagMetricsRequest_ColumnNames_Enum.

View Source
var (
	LagMetric_OperStatus_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	LagMetric_OperStatus_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for LagMetric_OperStatus_Enum.

View Source
var (
	LacpMetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "lacp_packets_rx",
		2:  "lacp_packets_tx",
		3:  "lacp_rx_errors",
		4:  "activity",
		5:  "timeout",
		6:  "synchronization",
		7:  "aggregatable",
		8:  "collecting",
		9:  "distributing",
		10: "system_id",
		11: "oper_key",
		12: "partner_id",
		13: "partner_key",
		14: "port_num",
		15: "partner_port_num",
	}
	LacpMetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":      0,
		"lacp_packets_rx":  1,
		"lacp_packets_tx":  2,
		"lacp_rx_errors":   3,
		"activity":         4,
		"timeout":          5,
		"synchronization":  6,
		"aggregatable":     7,
		"collecting":       8,
		"distributing":     9,
		"system_id":        10,
		"oper_key":         11,
		"partner_id":       12,
		"partner_key":      13,
		"port_num":         14,
		"partner_port_num": 15,
	}
)

Enum value maps for LacpMetricsRequest_ColumnNames_Enum.

View Source
var (
	LacpMetric_Activity_Enum_name = map[int32]string{
		0: "unspecified",
		1: "active",
		2: "passive",
	}
	LacpMetric_Activity_Enum_value = map[string]int32{
		"unspecified": 0,
		"active":      1,
		"passive":     2,
	}
)

Enum value maps for LacpMetric_Activity_Enum.

View Source
var (
	LacpMetric_Timeout_Enum_name = map[int32]string{
		0: "unspecified",
		1: "short",
		2: "long",
	}
	LacpMetric_Timeout_Enum_value = map[string]int32{
		"unspecified": 0,
		"short":       1,
		"long":        2,
	}
)

Enum value maps for LacpMetric_Timeout_Enum.

View Source
var (
	LacpMetric_Synchronization_Enum_name = map[int32]string{
		0: "unspecified",
		1: "in_sync",
		2: "out_sync",
	}
	LacpMetric_Synchronization_Enum_value = map[string]int32{
		"unspecified": 0,
		"in_sync":     1,
		"out_sync":    2,
	}
)

Enum value maps for LacpMetric_Synchronization_Enum.

View Source
var (
	LldpMetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0: "unspecified",
		1: "frames_rx",
		2: "frames_tx",
		3: "frames_error_rx",
		4: "frames_discard",
		5: "tlvs_discard",
		6: "tlvs_unknown",
	}
	LldpMetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":     0,
		"frames_rx":       1,
		"frames_tx":       2,
		"frames_error_rx": 3,
		"frames_discard":  4,
		"tlvs_discard":    5,
		"tlvs_unknown":    6,
	}
)

Enum value maps for LldpMetricsRequest_ColumnNames_Enum.

View Source
var (
	RsvpMetricsRequest_ColumnNames_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "ingress_p2p_lsps_configured",
		2:  "ingress_p2p_lsps_up",
		3:  "egress_p2p_lsps_up",
		4:  "lsp_flap_count",
		5:  "paths_tx",
		6:  "paths_rx",
		7:  "resvs_tx",
		8:  "resvs_rx",
		9:  "path_tears_tx",
		10: "path_tears_rx",
		11: "resv_tears_tx",
		12: "resv_tears_rx",
		13: "path_errors_tx",
		14: "path_errors_rx",
		15: "resv_errors_tx",
		16: "resv_errors_rx",
		17: "resv_conf_tx",
		18: "resv_conf_rx",
		19: "hellos_tx",
		20: "hellos_rx",
		21: "acks_tx",
		22: "acks_rx",
		23: "nacks_tx",
		24: "nacks_rx",
		25: "srefresh_tx",
		26: "srefresh_rx",
		27: "bundle_tx",
		28: "bundle_rx",
		29: "path_reevaluation_request_tx",
		30: "path_reoptimizations",
	}
	RsvpMetricsRequest_ColumnNames_Enum_value = map[string]int32{
		"unspecified":                  0,
		"ingress_p2p_lsps_configured":  1,
		"ingress_p2p_lsps_up":          2,
		"egress_p2p_lsps_up":           3,
		"lsp_flap_count":               4,
		"paths_tx":                     5,
		"paths_rx":                     6,
		"resvs_tx":                     7,
		"resvs_rx":                     8,
		"path_tears_tx":                9,
		"path_tears_rx":                10,
		"resv_tears_tx":                11,
		"resv_tears_rx":                12,
		"path_errors_tx":               13,
		"path_errors_rx":               14,
		"resv_errors_tx":               15,
		"resv_errors_rx":               16,
		"resv_conf_tx":                 17,
		"resv_conf_rx":                 18,
		"hellos_tx":                    19,
		"hellos_rx":                    20,
		"acks_tx":                      21,
		"acks_rx":                      22,
		"nacks_tx":                     23,
		"nacks_rx":                     24,
		"srefresh_tx":                  25,
		"srefresh_rx":                  26,
		"bundle_tx":                    27,
		"bundle_rx":                    28,
		"path_reevaluation_request_tx": 29,
		"path_reoptimizations":         30,
	}
)

Enum value maps for RsvpMetricsRequest_ColumnNames_Enum.

View Source
var (
	StatesRequest_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4_neighbors",
		2: "ipv6_neighbors",
		3: "bgp_prefixes",
		4: "isis_lsps",
		5: "lldp_neighbors",
		6: "rsvp_lsps",
	}
	StatesRequest_Choice_Enum_value = map[string]int32{
		"unspecified":    0,
		"ipv4_neighbors": 1,
		"ipv6_neighbors": 2,
		"bgp_prefixes":   3,
		"isis_lsps":      4,
		"lldp_neighbors": 5,
		"rsvp_lsps":      6,
	}
)

Enum value maps for StatesRequest_Choice_Enum.

View Source
var (
	StatesResponse_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4_neighbors",
		2: "ipv6_neighbors",
		3: "bgp_prefixes",
		4: "isis_lsps",
		5: "lldp_neighbors",
		6: "rsvp_lsps",
	}
	StatesResponse_Choice_Enum_value = map[string]int32{
		"unspecified":    0,
		"ipv4_neighbors": 1,
		"ipv6_neighbors": 2,
		"bgp_prefixes":   3,
		"isis_lsps":      4,
		"lldp_neighbors": 5,
		"rsvp_lsps":      6,
	}
)

Enum value maps for StatesResponse_Choice_Enum.

View Source
var (
	BgpPrefixStateRequest_PrefixFilters_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4_unicast",
		2: "ipv6_unicast",
	}
	BgpPrefixStateRequest_PrefixFilters_Enum_value = map[string]int32{
		"unspecified":  0,
		"ipv4_unicast": 1,
		"ipv6_unicast": 2,
	}
)

Enum value maps for BgpPrefixStateRequest_PrefixFilters_Enum.

View Source
var (
	BgpPrefixIpv4UnicastFilter_Origin_Enum_name = map[int32]string{
		0: "unspecified",
		1: "igp",
		2: "egp",
		3: "incomplete",
	}
	BgpPrefixIpv4UnicastFilter_Origin_Enum_value = map[string]int32{
		"unspecified": 0,
		"igp":         1,
		"egp":         2,
		"incomplete":  3,
	}
)

Enum value maps for BgpPrefixIpv4UnicastFilter_Origin_Enum.

View Source
var (
	BgpPrefixIpv6UnicastFilter_Origin_Enum_name = map[int32]string{
		0: "unspecified",
		1: "igp",
		2: "egp",
		3: "incomplete",
	}
	BgpPrefixIpv6UnicastFilter_Origin_Enum_value = map[string]int32{
		"unspecified": 0,
		"igp":         1,
		"egp":         2,
		"incomplete":  3,
	}
)

Enum value maps for BgpPrefixIpv6UnicastFilter_Origin_Enum.

View Source
var (
	BgpPrefixIpv4UnicastState_Origin_Enum_name = map[int32]string{
		0: "unspecified",
		1: "igp",
		2: "egp",
		3: "incomplete",
	}
	BgpPrefixIpv4UnicastState_Origin_Enum_value = map[string]int32{
		"unspecified": 0,
		"igp":         1,
		"egp":         2,
		"incomplete":  3,
	}
)

Enum value maps for BgpPrefixIpv4UnicastState_Origin_Enum.

View Source
var (
	BgpPrefixIpv6UnicastState_Origin_Enum_name = map[int32]string{
		0: "unspecified",
		1: "igp",
		2: "egp",
		3: "incomplete",
	}
	BgpPrefixIpv6UnicastState_Origin_Enum_value = map[string]int32{
		"unspecified": 0,
		"igp":         1,
		"egp":         2,
		"incomplete":  3,
	}
)

Enum value maps for BgpPrefixIpv6UnicastState_Origin_Enum.

View Source
var (
	ResultBgpCommunity_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "manual_as_number",
		2: "no_export",
		3: "no_advertised",
		4: "no_export_subconfed",
		5: "llgr_stale",
		6: "no_llgr",
	}
	ResultBgpCommunity_Type_Enum_value = map[string]int32{
		"unspecified":         0,
		"manual_as_number":    1,
		"no_export":           2,
		"no_advertised":       3,
		"no_export_subconfed": 4,
		"llgr_stale":          5,
		"no_llgr":             6,
	}
)

Enum value maps for ResultBgpCommunity_Type_Enum.

View Source
var (
	ResultBgpAsPathSegment_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "as_seq",
		2: "as_set",
		3: "as_confed_seq",
		4: "as_confed_set",
	}
	ResultBgpAsPathSegment_Type_Enum_value = map[string]int32{
		"unspecified":   0,
		"as_seq":        1,
		"as_set":        2,
		"as_confed_seq": 3,
		"as_confed_set": 4,
	}
)

Enum value maps for ResultBgpAsPathSegment_Type_Enum.

View Source
var (
	IsisLspState_PduType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "level_1",
		2: "level_2",
	}
	IsisLspState_PduType_Enum_value = map[string]int32{
		"unspecified": 0,
		"level_1":     1,
		"level_2":     2,
	}
)

Enum value maps for IsisLspState_PduType_Enum.

View Source
var (
	IsisLspV4Prefix_RedistributionType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	IsisLspV4Prefix_RedistributionType_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for IsisLspV4Prefix_RedistributionType_Enum.

View Source
var (
	IsisLspV4Prefix_OriginType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "internal",
		2: "external",
	}
	IsisLspV4Prefix_OriginType_Enum_value = map[string]int32{
		"unspecified": 0,
		"internal":    1,
		"external":    2,
	}
)

Enum value maps for IsisLspV4Prefix_OriginType_Enum.

View Source
var (
	IsisLspExtendedV4Prefix_RedistributionType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	IsisLspExtendedV4Prefix_RedistributionType_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for IsisLspExtendedV4Prefix_RedistributionType_Enum.

View Source
var (
	IsisLspV6Prefix_RedistributionType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	IsisLspV6Prefix_RedistributionType_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for IsisLspV6Prefix_RedistributionType_Enum.

View Source
var (
	IsisLspV6Prefix_OriginType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "internal",
		2: "external",
	}
	IsisLspV6Prefix_OriginType_Enum_value = map[string]int32{
		"unspecified": 0,
		"internal":    1,
		"external":    2,
	}
)

Enum value maps for IsisLspV6Prefix_OriginType_Enum.

View Source
var (
	LldpNeighborsState_ChassisIdType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port_component",
		2: "network_address",
		3: "chassis_component",
		4: "mac_address",
		5: "interface_name",
		6: "local",
		7: "interface_alias",
	}
	LldpNeighborsState_ChassisIdType_Enum_value = map[string]int32{
		"unspecified":       0,
		"port_component":    1,
		"network_address":   2,
		"chassis_component": 3,
		"mac_address":       4,
		"interface_name":    5,
		"local":             6,
		"interface_alias":   7,
	}
)

Enum value maps for LldpNeighborsState_ChassisIdType_Enum.

View Source
var (
	LldpNeighborsState_PortIdType_Enum_name = map[int32]string{
		0: "unspecified",
		1: "port_component",
		2: "network_address",
		3: "agent_circuit_id",
		4: "mac_address",
		5: "interface_name",
		6: "local",
		7: "interface_alias",
	}
	LldpNeighborsState_PortIdType_Enum_value = map[string]int32{
		"unspecified":      0,
		"port_component":   1,
		"network_address":  2,
		"agent_circuit_id": 3,
		"mac_address":      4,
		"interface_name":   5,
		"local":            6,
		"interface_alias":  7,
	}
)

Enum value maps for LldpNeighborsState_PortIdType_Enum.

View Source
var (
	LldpCapabilityState_CapabilityName_Enum_name = map[int32]string{
		0:  "unspecified",
		1:  "mac_bridge",
		2:  "two_port_mac_relay",
		3:  "repeater",
		4:  "docsis_cable_device",
		5:  "s_vlan",
		6:  "telephone",
		7:  "other",
		8:  "router",
		9:  "c_vlan",
		10: "station_only",
		11: "wlan_access_point",
	}
	LldpCapabilityState_CapabilityName_Enum_value = map[string]int32{
		"unspecified":         0,
		"mac_bridge":          1,
		"two_port_mac_relay":  2,
		"repeater":            3,
		"docsis_cable_device": 4,
		"s_vlan":              5,
		"telephone":           6,
		"other":               7,
		"router":              8,
		"c_vlan":              9,
		"station_only":        10,
		"wlan_access_point":   11,
	}
)

Enum value maps for LldpCapabilityState_CapabilityName_Enum.

View Source
var (
	RsvpLspState_SessionStatus_Enum_name = map[int32]string{
		0: "unspecified",
		1: "up",
		2: "down",
	}
	RsvpLspState_SessionStatus_Enum_value = map[string]int32{
		"unspecified": 0,
		"up":          1,
		"down":        2,
	}
)

Enum value maps for RsvpLspState_SessionStatus_Enum.

View Source
var (
	RsvpLspState_LastFlapReason_Enum_name = map[int32]string{
		0: "unspecified",
		1: "resv_tear",
		2: "path_tear",
		3: "path_timeout",
	}
	RsvpLspState_LastFlapReason_Enum_value = map[string]int32{
		"unspecified":  0,
		"resv_tear":    1,
		"path_tear":    2,
		"path_timeout": 3,
	}
)

Enum value maps for RsvpLspState_LastFlapReason_Enum.

View Source
var (
	RsvpLspIpv4Ero_Type_Enum_name = map[int32]string{
		0: "unspecified",
		1: "ipv4",
		2: "ipv6",
		3: "asn",
		4: "asn4",
		5: "label",
		6: "unnumbered_interface",
	}
	RsvpLspIpv4Ero_Type_Enum_value = map[string]int32{
		"unspecified":          0,
		"ipv4":                 1,
		"ipv6":                 2,
		"asn":                  3,
		"asn4":                 4,
		"label":                5,
		"unnumbered_interface": 6,
	}
)

Enum value maps for RsvpLspIpv4Ero_Type_Enum.

View Source
var (
	PatternFlowEthernetDst_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetDst_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetDst_Choice_Enum.

View Source
var (
	PatternFlowEthernetSrc_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetSrc_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetSrc_Choice_Enum.

View Source
var (
	PatternFlowEthernetEtherType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetEtherType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetEtherType_Choice_Enum.

View Source
var (
	PatternFlowEthernetPfcQueue_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetPfcQueue_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetPfcQueue_Choice_Enum.

View Source
var (
	PatternFlowVlanPriority_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVlanPriority_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVlanPriority_Choice_Enum.

View Source
var (
	PatternFlowVlanCfi_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVlanCfi_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVlanCfi_Choice_Enum.

View Source
var (
	PatternFlowVlanId_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVlanId_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVlanId_Choice_Enum.

View Source
var (
	PatternFlowVlanTpid_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVlanTpid_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVlanTpid_Choice_Enum.

View Source
var (
	PatternFlowVxlanFlags_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVxlanFlags_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVxlanFlags_Choice_Enum.

View Source
var (
	PatternFlowVxlanReserved0_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVxlanReserved0_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVxlanReserved0_Choice_Enum.

View Source
var (
	PatternFlowVxlanVni_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVxlanVni_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVxlanVni_Choice_Enum.

View Source
var (
	PatternFlowVxlanReserved1_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowVxlanReserved1_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowVxlanReserved1_Choice_Enum.

View Source
var (
	PatternFlowIpv4Version_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4Version_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4Version_Choice_Enum.

View Source
var (
	PatternFlowIpv4HeaderLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4HeaderLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4HeaderLength_Choice_Enum.

View Source
var (
	PatternFlowIpv4TotalLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TotalLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TotalLength_Choice_Enum.

View Source
var (
	PatternFlowIpv4Identification_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4Identification_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4Identification_Choice_Enum.

View Source
var (
	PatternFlowIpv4Reserved_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4Reserved_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4Reserved_Choice_Enum.

View Source
var (
	PatternFlowIpv4DontFragment_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4DontFragment_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4DontFragment_Choice_Enum.

View Source
var (
	PatternFlowIpv4MoreFragments_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4MoreFragments_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4MoreFragments_Choice_Enum.

View Source
var (
	PatternFlowIpv4FragmentOffset_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4FragmentOffset_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4FragmentOffset_Choice_Enum.

View Source
var (
	PatternFlowIpv4TimeToLive_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TimeToLive_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TimeToLive_Choice_Enum.

View Source
var (
	PatternFlowIpv4Protocol_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4Protocol_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4Protocol_Choice_Enum.

View Source
var (
	PatternFlowIpv4HeaderChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowIpv4HeaderChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowIpv4HeaderChecksum_Choice_Enum.

View Source
var (
	PatternFlowIpv4HeaderChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowIpv4HeaderChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowIpv4HeaderChecksum_Generated_Enum.

View Source
var (
	PatternFlowIpv4Src_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4Src_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4Src_Choice_Enum.

View Source
var (
	PatternFlowIpv4Dst_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4Dst_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4Dst_Choice_Enum.

View Source
var (
	PatternFlowIpv4PriorityRaw_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4PriorityRaw_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4PriorityRaw_Choice_Enum.

View Source
var (
	PatternFlowIpv4DscpPhb_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4DscpPhb_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4DscpPhb_Choice_Enum.

View Source
var (
	PatternFlowIpv4DscpEcn_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4DscpEcn_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4DscpEcn_Choice_Enum.

View Source
var (
	PatternFlowIpv4TosPrecedence_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TosPrecedence_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TosPrecedence_Choice_Enum.

View Source
var (
	PatternFlowIpv4TosDelay_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TosDelay_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TosDelay_Choice_Enum.

View Source
var (
	PatternFlowIpv4TosThroughput_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TosThroughput_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TosThroughput_Choice_Enum.

View Source
var (
	PatternFlowIpv4TosReliability_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TosReliability_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TosReliability_Choice_Enum.

View Source
var (
	PatternFlowIpv4TosMonetary_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TosMonetary_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TosMonetary_Choice_Enum.

View Source
var (
	PatternFlowIpv4TosUnused_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv4TosUnused_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv4TosUnused_Choice_Enum.

View Source
var (
	PatternFlowIpv6Version_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6Version_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6Version_Choice_Enum.

View Source
var (
	PatternFlowIpv6TrafficClass_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6TrafficClass_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6TrafficClass_Choice_Enum.

View Source
var (
	PatternFlowIpv6FlowLabel_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6FlowLabel_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6FlowLabel_Choice_Enum.

View Source
var (
	PatternFlowIpv6PayloadLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6PayloadLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6PayloadLength_Choice_Enum.

View Source
var (
	PatternFlowIpv6NextHeader_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6NextHeader_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6NextHeader_Choice_Enum.

View Source
var (
	PatternFlowIpv6HopLimit_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6HopLimit_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6HopLimit_Choice_Enum.

View Source
var (
	PatternFlowIpv6Src_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6Src_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6Src_Choice_Enum.

View Source
var (
	PatternFlowIpv6Dst_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIpv6Dst_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIpv6Dst_Choice_Enum.

View Source
var (
	PatternFlowPfcPauseDst_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPauseDst_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPauseDst_Choice_Enum.

View Source
var (
	PatternFlowPfcPauseSrc_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPauseSrc_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPauseSrc_Choice_Enum.

View Source
var (
	PatternFlowPfcPauseEtherType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPauseEtherType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPauseEtherType_Choice_Enum.

View Source
var (
	PatternFlowPfcPauseControlOpCode_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPauseControlOpCode_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPauseControlOpCode_Choice_Enum.

View Source
var (
	PatternFlowPfcPauseClassEnableVector_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPauseClassEnableVector_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPauseClassEnableVector_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass0_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass0_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass0_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass1_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass1_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass1_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass2_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass2_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass2_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass3_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass3_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass3_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass4_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass4_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass4_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass5_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass5_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass5_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass6_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass6_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass6_Choice_Enum.

View Source
var (
	PatternFlowPfcPausePauseClass7_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPfcPausePauseClass7_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPfcPausePauseClass7_Choice_Enum.

View Source
var (
	PatternFlowEthernetPauseDst_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetPauseDst_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetPauseDst_Choice_Enum.

View Source
var (
	PatternFlowEthernetPauseSrc_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetPauseSrc_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetPauseSrc_Choice_Enum.

View Source
var (
	PatternFlowEthernetPauseEtherType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetPauseEtherType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetPauseEtherType_Choice_Enum.

View Source
var (
	PatternFlowEthernetPauseControlOpCode_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetPauseControlOpCode_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetPauseControlOpCode_Choice_Enum.

View Source
var (
	PatternFlowEthernetPauseTime_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowEthernetPauseTime_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowEthernetPauseTime_Choice_Enum.

View Source
var (
	PatternFlowTcpSrcPort_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpSrcPort_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpSrcPort_Choice_Enum.

View Source
var (
	PatternFlowTcpDstPort_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpDstPort_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpDstPort_Choice_Enum.

View Source
var (
	PatternFlowTcpSeqNum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpSeqNum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpSeqNum_Choice_Enum.

View Source
var (
	PatternFlowTcpAckNum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpAckNum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpAckNum_Choice_Enum.

View Source
var (
	PatternFlowTcpDataOffset_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpDataOffset_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpDataOffset_Choice_Enum.

View Source
var (
	PatternFlowTcpEcnNs_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpEcnNs_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpEcnNs_Choice_Enum.

View Source
var (
	PatternFlowTcpEcnCwr_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpEcnCwr_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpEcnCwr_Choice_Enum.

View Source
var (
	PatternFlowTcpEcnEcho_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpEcnEcho_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpEcnEcho_Choice_Enum.

View Source
var (
	PatternFlowTcpCtlUrg_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpCtlUrg_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpCtlUrg_Choice_Enum.

View Source
var (
	PatternFlowTcpCtlAck_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpCtlAck_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpCtlAck_Choice_Enum.

View Source
var (
	PatternFlowTcpCtlPsh_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpCtlPsh_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpCtlPsh_Choice_Enum.

View Source
var (
	PatternFlowTcpCtlRst_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpCtlRst_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpCtlRst_Choice_Enum.

View Source
var (
	PatternFlowTcpCtlSyn_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpCtlSyn_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpCtlSyn_Choice_Enum.

View Source
var (
	PatternFlowTcpCtlFin_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpCtlFin_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpCtlFin_Choice_Enum.

View Source
var (
	PatternFlowTcpWindow_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowTcpWindow_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowTcpWindow_Choice_Enum.

View Source
var (
	PatternFlowUdpSrcPort_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowUdpSrcPort_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowUdpSrcPort_Choice_Enum.

View Source
var (
	PatternFlowUdpDstPort_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowUdpDstPort_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowUdpDstPort_Choice_Enum.

View Source
var (
	PatternFlowUdpLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowUdpLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowUdpLength_Choice_Enum.

View Source
var (
	PatternFlowUdpChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowUdpChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowUdpChecksum_Choice_Enum.

View Source
var (
	PatternFlowUdpChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowUdpChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowUdpChecksum_Generated_Enum.

View Source
var (
	PatternFlowGreChecksumPresent_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGreChecksumPresent_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGreChecksumPresent_Choice_Enum.

View Source
var (
	PatternFlowGreReserved0_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGreReserved0_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGreReserved0_Choice_Enum.

View Source
var (
	PatternFlowGreVersion_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGreVersion_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGreVersion_Choice_Enum.

View Source
var (
	PatternFlowGreProtocol_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGreProtocol_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGreProtocol_Choice_Enum.

View Source
var (
	PatternFlowGreChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowGreChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowGreChecksum_Choice_Enum.

View Source
var (
	PatternFlowGreChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowGreChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowGreChecksum_Generated_Enum.

View Source
var (
	PatternFlowGreReserved1_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGreReserved1_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGreReserved1_Choice_Enum.

View Source
var (
	PatternFlowGtpv1Version_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1Version_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1Version_Choice_Enum.

View Source
var (
	PatternFlowGtpv1ProtocolType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1ProtocolType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1ProtocolType_Choice_Enum.

View Source
var (
	PatternFlowGtpv1Reserved_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1Reserved_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1Reserved_Choice_Enum.

View Source
var (
	PatternFlowGtpv1EFlag_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1EFlag_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1EFlag_Choice_Enum.

View Source
var (
	PatternFlowGtpv1SFlag_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1SFlag_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1SFlag_Choice_Enum.

View Source
var (
	PatternFlowGtpv1PnFlag_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1PnFlag_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1PnFlag_Choice_Enum.

View Source
var (
	PatternFlowGtpv1MessageType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1MessageType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1MessageType_Choice_Enum.

View Source
var (
	PatternFlowGtpv1MessageLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1MessageLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1MessageLength_Choice_Enum.

View Source
var (
	PatternFlowGtpv1Teid_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1Teid_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1Teid_Choice_Enum.

View Source
var (
	PatternFlowGtpv1SquenceNumber_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1SquenceNumber_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1SquenceNumber_Choice_Enum.

View Source
var (
	PatternFlowGtpv1NPduNumber_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1NPduNumber_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1NPduNumber_Choice_Enum.

View Source
var (
	PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv1NextExtensionHeaderType_Choice_Enum.

View Source
var (
	PatternFlowGtpExtensionExtensionLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpExtensionExtensionLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpExtensionExtensionLength_Choice_Enum.

View Source
var (
	PatternFlowGtpExtensionContents_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpExtensionContents_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpExtensionContents_Choice_Enum.

View Source
var (
	PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpExtensionNextExtensionHeader_Choice_Enum.

View Source
var (
	PatternFlowGtpv2Version_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2Version_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2Version_Choice_Enum.

View Source
var (
	PatternFlowGtpv2PiggybackingFlag_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2PiggybackingFlag_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2PiggybackingFlag_Choice_Enum.

View Source
var (
	PatternFlowGtpv2TeidFlag_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2TeidFlag_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2TeidFlag_Choice_Enum.

View Source
var (
	PatternFlowGtpv2Spare1_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2Spare1_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2Spare1_Choice_Enum.

View Source
var (
	PatternFlowGtpv2MessageType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2MessageType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2MessageType_Choice_Enum.

View Source
var (
	PatternFlowGtpv2MessageLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2MessageLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2MessageLength_Choice_Enum.

View Source
var (
	PatternFlowGtpv2Teid_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2Teid_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2Teid_Choice_Enum.

View Source
var (
	PatternFlowGtpv2SequenceNumber_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2SequenceNumber_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2SequenceNumber_Choice_Enum.

View Source
var (
	PatternFlowGtpv2Spare2_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowGtpv2Spare2_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowGtpv2Spare2_Choice_Enum.

View Source
var (
	PatternFlowArpHardwareType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpHardwareType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpHardwareType_Choice_Enum.

View Source
var (
	PatternFlowArpProtocolType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpProtocolType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpProtocolType_Choice_Enum.

View Source
var (
	PatternFlowArpHardwareLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpHardwareLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpHardwareLength_Choice_Enum.

View Source
var (
	PatternFlowArpProtocolLength_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpProtocolLength_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpProtocolLength_Choice_Enum.

View Source
var (
	PatternFlowArpOperation_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpOperation_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpOperation_Choice_Enum.

View Source
var (
	PatternFlowArpSenderHardwareAddr_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpSenderHardwareAddr_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpSenderHardwareAddr_Choice_Enum.

View Source
var (
	PatternFlowArpSenderProtocolAddr_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpSenderProtocolAddr_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpSenderProtocolAddr_Choice_Enum.

View Source
var (
	PatternFlowArpTargetHardwareAddr_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpTargetHardwareAddr_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpTargetHardwareAddr_Choice_Enum.

View Source
var (
	PatternFlowArpTargetProtocolAddr_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowArpTargetProtocolAddr_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowArpTargetProtocolAddr_Choice_Enum.

View Source
var (
	PatternFlowIcmpEchoType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpEchoType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpEchoType_Choice_Enum.

View Source
var (
	PatternFlowIcmpEchoCode_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpEchoCode_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpEchoCode_Choice_Enum.

View Source
var (
	PatternFlowIcmpEchoChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowIcmpEchoChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowIcmpEchoChecksum_Choice_Enum.

View Source
var (
	PatternFlowIcmpEchoChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowIcmpEchoChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowIcmpEchoChecksum_Generated_Enum.

View Source
var (
	PatternFlowIcmpEchoIdentifier_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpEchoIdentifier_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpEchoIdentifier_Choice_Enum.

View Source
var (
	PatternFlowIcmpEchoSequenceNumber_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpEchoSequenceNumber_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpEchoSequenceNumber_Choice_Enum.

View Source
var (
	PatternFlowIcmpCommonChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowIcmpCommonChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowIcmpCommonChecksum_Choice_Enum.

View Source
var (
	PatternFlowIcmpCommonChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowIcmpCommonChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowIcmpCommonChecksum_Generated_Enum.

View Source
var (
	PatternFlowIcmpNextFieldsIdentifier_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpNextFieldsIdentifier_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpNextFieldsIdentifier_Choice_Enum.

View Source
var (
	PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpNextFieldsSequenceNumber_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6EchoType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpv6EchoType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpv6EchoType_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6EchoCode_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpv6EchoCode_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpv6EchoCode_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6EchoIdentifier_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpv6EchoIdentifier_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpv6EchoIdentifier_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIcmpv6EchoSequenceNumber_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6EchoChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowIcmpv6EchoChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowIcmpv6EchoChecksum_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6EchoChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowIcmpv6EchoChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowIcmpv6EchoChecksum_Generated_Enum.

View Source
var (
	PatternFlowIcmpv6CommonChecksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowIcmpv6CommonChecksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowIcmpv6CommonChecksum_Choice_Enum.

View Source
var (
	PatternFlowIcmpv6CommonChecksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowIcmpv6CommonChecksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowIcmpv6CommonChecksum_Generated_Enum.

View Source
var (
	PatternFlowPppAddress_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPppAddress_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPppAddress_Choice_Enum.

View Source
var (
	PatternFlowPppControl_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPppControl_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPppControl_Choice_Enum.

View Source
var (
	PatternFlowPppProtocolType_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowPppProtocolType_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowPppProtocolType_Choice_Enum.

View Source
var (
	PatternFlowIgmpv1Version_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIgmpv1Version_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIgmpv1Version_Choice_Enum.

View Source
var (
	PatternFlowIgmpv1Type_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIgmpv1Type_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIgmpv1Type_Choice_Enum.

View Source
var (
	PatternFlowIgmpv1Unused_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIgmpv1Unused_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIgmpv1Unused_Choice_Enum.

View Source
var (
	PatternFlowIgmpv1Checksum_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		1: "generated",
		2: "custom",
	}
	PatternFlowIgmpv1Checksum_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"generated":   1,
		"custom":      2,
	}
)

Enum value maps for PatternFlowIgmpv1Checksum_Choice_Enum.

View Source
var (
	PatternFlowIgmpv1Checksum_Generated_Enum_name = map[int32]string{
		0: "unspecified",
		1: "good",
		2: "bad",
	}
	PatternFlowIgmpv1Checksum_Generated_Enum_value = map[string]int32{
		"unspecified": 0,
		"good":        1,
		"bad":         2,
	}
)

Enum value maps for PatternFlowIgmpv1Checksum_Generated_Enum.

View Source
var (
	PatternFlowIgmpv1GroupAddress_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowIgmpv1GroupAddress_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowIgmpv1GroupAddress_Choice_Enum.

View Source
var (
	PatternFlowMplsLabel_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowMplsLabel_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowMplsLabel_Choice_Enum.

View Source
var (
	PatternFlowMplsTrafficClass_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowMplsTrafficClass_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowMplsTrafficClass_Choice_Enum.

View Source
var (
	PatternFlowMplsBottomOfStack_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		1: "auto",
		4: "increment",
		5: "decrement",
	}
	PatternFlowMplsBottomOfStack_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"auto":        1,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowMplsBottomOfStack_Choice_Enum.

View Source
var (
	PatternFlowMplsTimeToLive_Choice_Enum_name = map[int32]string{
		0: "unspecified",
		2: "value",
		3: "values",
		4: "increment",
		5: "decrement",
	}
	PatternFlowMplsTimeToLive_Choice_Enum_value = map[string]int32{
		"unspecified": 0,
		"value":       2,
		"values":      3,
		"increment":   4,
		"decrement":   5,
	}
)

Enum value maps for PatternFlowMplsTimeToLive_Choice_Enum.

View Source
var Openapi_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "otg.Openapi",
	HandlerType: (*OpenapiServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetConfig",
			Handler:    _Openapi_SetConfig_Handler,
		},
		{
			MethodName: "GetConfig",
			Handler:    _Openapi_GetConfig_Handler,
		},
		{
			MethodName: "UpdateConfig",
			Handler:    _Openapi_UpdateConfig_Handler,
		},
		{
			MethodName: "SetControlState",
			Handler:    _Openapi_SetControlState_Handler,
		},
		{
			MethodName: "SetControlAction",
			Handler:    _Openapi_SetControlAction_Handler,
		},
		{
			MethodName: "SetTransmitState",
			Handler:    _Openapi_SetTransmitState_Handler,
		},
		{
			MethodName: "SetLinkState",
			Handler:    _Openapi_SetLinkState_Handler,
		},
		{
			MethodName: "SetCaptureState",
			Handler:    _Openapi_SetCaptureState_Handler,
		},
		{
			MethodName: "UpdateFlows",
			Handler:    _Openapi_UpdateFlows_Handler,
		},
		{
			MethodName: "SetRouteState",
			Handler:    _Openapi_SetRouteState_Handler,
		},
		{
			MethodName: "SendPing",
			Handler:    _Openapi_SendPing_Handler,
		},
		{
			MethodName: "SetProtocolState",
			Handler:    _Openapi_SetProtocolState_Handler,
		},
		{
			MethodName: "SetDeviceState",
			Handler:    _Openapi_SetDeviceState_Handler,
		},
		{
			MethodName: "GetMetrics",
			Handler:    _Openapi_GetMetrics_Handler,
		},
		{
			MethodName: "GetStates",
			Handler:    _Openapi_GetStates_Handler,
		},
		{
			MethodName: "GetCapture",
			Handler:    _Openapi_GetCapture_Handler,
		},
		{
			MethodName: "GetVersion",
			Handler:    _Openapi_GetVersion_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "otg.proto",
}

Openapi_ServiceDesc is the grpc.ServiceDesc for Openapi service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOpenapiServer

func RegisterOpenapiServer(s grpc.ServiceRegistrar, srv OpenapiServer)

Types

type ActionProtocol added in v0.10.10

type ActionProtocol struct {

	// Description missing in models
	// required = true
	Choice ActionProtocol_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocol_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Ipv4 *ActionProtocolIpv4 `protobuf:"bytes,2,opt,name=ipv4,proto3,oneof" json:"ipv4,omitempty"`
	// Description missing in models
	Ipv6 *ActionProtocolIpv6 `protobuf:"bytes,3,opt,name=ipv6,proto3,oneof" json:"ipv6,omitempty"`
	// Description missing in models
	Bgp *ActionProtocolBgp `protobuf:"bytes,4,opt,name=bgp,proto3,oneof" json:"bgp,omitempty"`
	// contains filtered or unexported fields
}

Actions associated with protocols on configured resources.

func (*ActionProtocol) Descriptor deprecated added in v0.10.10

func (*ActionProtocol) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocol.ProtoReflect.Descriptor instead.

func (*ActionProtocol) GetBgp added in v0.10.11

func (x *ActionProtocol) GetBgp() *ActionProtocolBgp

func (*ActionProtocol) GetChoice added in v0.10.10

func (*ActionProtocol) GetIpv4 added in v0.10.10

func (x *ActionProtocol) GetIpv4() *ActionProtocolIpv4

func (*ActionProtocol) GetIpv6 added in v0.10.10

func (x *ActionProtocol) GetIpv6() *ActionProtocolIpv6

func (*ActionProtocol) ProtoMessage added in v0.10.10

func (*ActionProtocol) ProtoMessage()

func (*ActionProtocol) ProtoReflect added in v0.10.10

func (x *ActionProtocol) ProtoReflect() protoreflect.Message

func (*ActionProtocol) Reset added in v0.10.10

func (x *ActionProtocol) Reset()

func (*ActionProtocol) String added in v0.10.10

func (x *ActionProtocol) String() string

type ActionProtocolBgp added in v0.10.11

type ActionProtocolBgp struct {

	// Description missing in models
	// required = true
	Choice ActionProtocolBgp_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocolBgp_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Notification *ActionProtocolBgpNotification `protobuf:"bytes,2,opt,name=notification,proto3,oneof" json:"notification,omitempty"`
	// contains filtered or unexported fields
}

Actions associated with BGP on configured resources.

func (*ActionProtocolBgp) Descriptor deprecated added in v0.10.11

func (*ActionProtocolBgp) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolBgp.ProtoReflect.Descriptor instead.

func (*ActionProtocolBgp) GetChoice added in v0.10.11

func (*ActionProtocolBgp) GetNotification added in v0.10.11

func (x *ActionProtocolBgp) GetNotification() *ActionProtocolBgpNotification

func (*ActionProtocolBgp) ProtoMessage added in v0.10.11

func (*ActionProtocolBgp) ProtoMessage()

func (*ActionProtocolBgp) ProtoReflect added in v0.10.11

func (x *ActionProtocolBgp) ProtoReflect() protoreflect.Message

func (*ActionProtocolBgp) Reset added in v0.10.11

func (x *ActionProtocolBgp) Reset()

func (*ActionProtocolBgp) String added in v0.10.11

func (x *ActionProtocolBgp) String() string

type ActionProtocolBgpNotification added in v0.10.11

type ActionProtocolBgpNotification struct {

	// The names of BGP Peers to send NOTIFICATION to. If no name is specified then NOTIFICATION
	// will be sent to all configured BGP peers.
	//
	// x-constraint:
	// - /components/schemas/Device.Bgp/properties/name
	//
	//
	// x-constraint:
	// - /components/schemas/Device.Bgp/properties/name
	//
	Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"`
	// Each BGP NOTIFICATION message includes an Error Code field indicating what type of
	// problem occurred. For certain Error Codes, an Error  Subcode field provides additional
	// details about the specific nature of the problem.  The choice value will provide
	// the Error Code used in NOTIFICATION message.  The Subcode can be set for each of
	// the corresponding errors except for Hold Timer Expired error and BGP Finite State
	// Machine error.  In both of these cases Subcode 0 will be sent. If a user wants to
	// use non zero Sub Code then custom choice can be used.
	// default = Choice.Enum.cease
	Choice *ActionProtocolBgpNotification_Choice_Enum `protobuf:"varint,2,opt,name=choice,proto3,enum=otg.ActionProtocolBgpNotification_Choice_Enum,oneof" json:"choice,omitempty"`
	// Description missing in models
	Cease *DeviceBgpCeaseError `protobuf:"bytes,3,opt,name=cease,proto3,oneof" json:"cease,omitempty"`
	// Description missing in models
	MessageHeaderError *DeviceBgpMessageHeaderError `protobuf:"bytes,4,opt,name=message_header_error,json=messageHeaderError,proto3,oneof" json:"message_header_error,omitempty"`
	// Description missing in models
	OpenMessageError *DeviceBgpOpenMessageError `protobuf:"bytes,5,opt,name=open_message_error,json=openMessageError,proto3,oneof" json:"open_message_error,omitempty"`
	// Description missing in models
	UpdateMessageError *DeviceBgpUpdateMessageError `protobuf:"bytes,6,opt,name=update_message_error,json=updateMessageError,proto3,oneof" json:"update_message_error,omitempty"`
	// Description missing in models
	HoldTimerExpired *DeviceBgpHoldTimerExpired `protobuf:"bytes,7,opt,name=hold_timer_expired,json=holdTimerExpired,proto3,oneof" json:"hold_timer_expired,omitempty"`
	// Description missing in models
	FiniteStateMachineError *DeviceBgpFiniteStateMachineError `` /* 140-byte string literal not displayed */
	// Description missing in models
	Custom *DeviceBgpCustomError `protobuf:"bytes,9,opt,name=custom,proto3,oneof" json:"custom,omitempty"`
	// contains filtered or unexported fields
}

A NOTIFICATION message is sent when an error is detected with the BGP session, such as hold timer expiring, misconfigured AS number or a BGP session reset is requested. This causes the BGP connection to close. Send explicit NOTIFICATIONs for list of specified BGP peers. If a user wants to send custom Error Code and Error Subcode the custom object should be configured. A user can send IANA defined BGP NOTIFICATIONs according to https://www.iana.org/assignments/bgp-parameters/bgp-parameters.xhtml.

func (*ActionProtocolBgpNotification) Descriptor deprecated added in v0.10.11

func (*ActionProtocolBgpNotification) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolBgpNotification.ProtoReflect.Descriptor instead.

func (*ActionProtocolBgpNotification) GetCease added in v0.10.11

func (*ActionProtocolBgpNotification) GetChoice added in v0.10.11

func (*ActionProtocolBgpNotification) GetCustom added in v0.10.11

func (*ActionProtocolBgpNotification) GetFiniteStateMachineError added in v0.10.11

func (x *ActionProtocolBgpNotification) GetFiniteStateMachineError() *DeviceBgpFiniteStateMachineError

func (*ActionProtocolBgpNotification) GetHoldTimerExpired added in v0.10.11

func (x *ActionProtocolBgpNotification) GetHoldTimerExpired() *DeviceBgpHoldTimerExpired

func (*ActionProtocolBgpNotification) GetMessageHeaderError added in v0.10.11

func (x *ActionProtocolBgpNotification) GetMessageHeaderError() *DeviceBgpMessageHeaderError

func (*ActionProtocolBgpNotification) GetNames added in v0.10.11

func (x *ActionProtocolBgpNotification) GetNames() []string

func (*ActionProtocolBgpNotification) GetOpenMessageError added in v0.10.11

func (x *ActionProtocolBgpNotification) GetOpenMessageError() *DeviceBgpOpenMessageError

func (*ActionProtocolBgpNotification) GetUpdateMessageError added in v0.10.11

func (x *ActionProtocolBgpNotification) GetUpdateMessageError() *DeviceBgpUpdateMessageError

func (*ActionProtocolBgpNotification) ProtoMessage added in v0.10.11

func (*ActionProtocolBgpNotification) ProtoMessage()

func (*ActionProtocolBgpNotification) ProtoReflect added in v0.10.11

func (*ActionProtocolBgpNotification) Reset added in v0.10.11

func (x *ActionProtocolBgpNotification) Reset()

func (*ActionProtocolBgpNotification) String added in v0.10.11

type ActionProtocolBgpNotification_Choice added in v0.10.11

type ActionProtocolBgpNotification_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionProtocolBgpNotification_Choice) Descriptor deprecated added in v0.10.11

func (*ActionProtocolBgpNotification_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolBgpNotification_Choice.ProtoReflect.Descriptor instead.

func (*ActionProtocolBgpNotification_Choice) ProtoMessage added in v0.10.11

func (*ActionProtocolBgpNotification_Choice) ProtoMessage()

func (*ActionProtocolBgpNotification_Choice) ProtoReflect added in v0.10.11

func (*ActionProtocolBgpNotification_Choice) Reset added in v0.10.11

func (*ActionProtocolBgpNotification_Choice) String added in v0.10.11

type ActionProtocolBgpNotification_Choice_Enum added in v0.10.11

type ActionProtocolBgpNotification_Choice_Enum int32
const (
	ActionProtocolBgpNotification_Choice_unspecified                ActionProtocolBgpNotification_Choice_Enum = 0
	ActionProtocolBgpNotification_Choice_cease                      ActionProtocolBgpNotification_Choice_Enum = 1
	ActionProtocolBgpNotification_Choice_message_header_error       ActionProtocolBgpNotification_Choice_Enum = 2
	ActionProtocolBgpNotification_Choice_open_message_error         ActionProtocolBgpNotification_Choice_Enum = 3
	ActionProtocolBgpNotification_Choice_update_message_error       ActionProtocolBgpNotification_Choice_Enum = 4
	ActionProtocolBgpNotification_Choice_hold_timer_expired         ActionProtocolBgpNotification_Choice_Enum = 5
	ActionProtocolBgpNotification_Choice_finite_state_machine_error ActionProtocolBgpNotification_Choice_Enum = 6
	ActionProtocolBgpNotification_Choice_custom                     ActionProtocolBgpNotification_Choice_Enum = 7
)

func (ActionProtocolBgpNotification_Choice_Enum) Descriptor added in v0.10.11

func (ActionProtocolBgpNotification_Choice_Enum) Enum added in v0.10.11

func (ActionProtocolBgpNotification_Choice_Enum) EnumDescriptor deprecated added in v0.10.11

func (ActionProtocolBgpNotification_Choice_Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionProtocolBgpNotification_Choice_Enum.Descriptor instead.

func (ActionProtocolBgpNotification_Choice_Enum) Number added in v0.10.11

func (ActionProtocolBgpNotification_Choice_Enum) String added in v0.10.11

func (ActionProtocolBgpNotification_Choice_Enum) Type added in v0.10.11

type ActionProtocolBgp_Choice added in v0.10.11

type ActionProtocolBgp_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionProtocolBgp_Choice) Descriptor deprecated added in v0.10.11

func (*ActionProtocolBgp_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolBgp_Choice.ProtoReflect.Descriptor instead.

func (*ActionProtocolBgp_Choice) ProtoMessage added in v0.10.11

func (*ActionProtocolBgp_Choice) ProtoMessage()

func (*ActionProtocolBgp_Choice) ProtoReflect added in v0.10.11

func (x *ActionProtocolBgp_Choice) ProtoReflect() protoreflect.Message

func (*ActionProtocolBgp_Choice) Reset added in v0.10.11

func (x *ActionProtocolBgp_Choice) Reset()

func (*ActionProtocolBgp_Choice) String added in v0.10.11

func (x *ActionProtocolBgp_Choice) String() string

type ActionProtocolBgp_Choice_Enum added in v0.10.11

type ActionProtocolBgp_Choice_Enum int32
const (
	ActionProtocolBgp_Choice_unspecified  ActionProtocolBgp_Choice_Enum = 0
	ActionProtocolBgp_Choice_notification ActionProtocolBgp_Choice_Enum = 1
)

func (ActionProtocolBgp_Choice_Enum) Descriptor added in v0.10.11

func (ActionProtocolBgp_Choice_Enum) Enum added in v0.10.11

func (ActionProtocolBgp_Choice_Enum) EnumDescriptor deprecated added in v0.10.11

func (ActionProtocolBgp_Choice_Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionProtocolBgp_Choice_Enum.Descriptor instead.

func (ActionProtocolBgp_Choice_Enum) Number added in v0.10.11

func (ActionProtocolBgp_Choice_Enum) String added in v0.10.11

func (ActionProtocolBgp_Choice_Enum) Type added in v0.10.11

type ActionProtocolIpv4 added in v0.10.10

type ActionProtocolIpv4 struct {

	// Description missing in models
	// required = true
	Choice ActionProtocolIpv4_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocolIpv4_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Ping *ActionProtocolIpv4Ping `protobuf:"bytes,2,opt,name=ping,proto3,oneof" json:"ping,omitempty"`
	// contains filtered or unexported fields
}

Actions associated with IPv4 on configured resources.

func (*ActionProtocolIpv4) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv4) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv4.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv4) GetChoice added in v0.10.10

func (*ActionProtocolIpv4) GetPing added in v0.10.10

func (*ActionProtocolIpv4) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv4) ProtoMessage()

func (*ActionProtocolIpv4) ProtoReflect added in v0.10.10

func (x *ActionProtocolIpv4) ProtoReflect() protoreflect.Message

func (*ActionProtocolIpv4) Reset added in v0.10.10

func (x *ActionProtocolIpv4) Reset()

func (*ActionProtocolIpv4) String added in v0.10.10

func (x *ActionProtocolIpv4) String() string

type ActionProtocolIpv4Ping added in v0.10.10

type ActionProtocolIpv4Ping struct {

	// List of IPv4 ping requests.
	Requests []*ActionProtocolIpv4PingRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Request for initiating ping between multiple source and destination pairs.

func (*ActionProtocolIpv4Ping) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv4Ping) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv4Ping.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv4Ping) GetRequests added in v0.10.10

func (*ActionProtocolIpv4Ping) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv4Ping) ProtoMessage()

func (*ActionProtocolIpv4Ping) ProtoReflect added in v0.10.10

func (x *ActionProtocolIpv4Ping) ProtoReflect() protoreflect.Message

func (*ActionProtocolIpv4Ping) Reset added in v0.10.10

func (x *ActionProtocolIpv4Ping) Reset()

func (*ActionProtocolIpv4Ping) String added in v0.10.10

func (x *ActionProtocolIpv4Ping) String() string

type ActionProtocolIpv4PingRequest added in v0.10.10

type ActionProtocolIpv4PingRequest struct {

	// Name of source IPv4 interface to be used.
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv4/properties/name
	//
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv4/properties/name
	//
	SrcName *string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3,oneof" json:"src_name,omitempty"`
	// Destination IPv4 address to ping.
	DstIp *string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3,oneof" json:"dst_ip,omitempty"`
	// contains filtered or unexported fields
}

Under Review: Most ping request parameters are still TBD.

Under Review: Most ping request parameters are still TBD.

Request for initiating ping between a single source and destination pair. For ping request, 1 IPv4 ICMP Echo Request shall be sent and wait for ping response to either succeed or time out. The API wait timeout for each request shall be 300ms.

func (*ActionProtocolIpv4PingRequest) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv4PingRequest) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv4PingRequest.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv4PingRequest) GetDstIp added in v0.10.10

func (x *ActionProtocolIpv4PingRequest) GetDstIp() string

func (*ActionProtocolIpv4PingRequest) GetSrcName added in v0.10.10

func (x *ActionProtocolIpv4PingRequest) GetSrcName() string

func (*ActionProtocolIpv4PingRequest) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv4PingRequest) ProtoMessage()

func (*ActionProtocolIpv4PingRequest) ProtoReflect added in v0.10.10

func (*ActionProtocolIpv4PingRequest) Reset added in v0.10.10

func (x *ActionProtocolIpv4PingRequest) Reset()

func (*ActionProtocolIpv4PingRequest) String added in v0.10.10

type ActionProtocolIpv4_Choice added in v0.10.10

type ActionProtocolIpv4_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionProtocolIpv4_Choice) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv4_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv4_Choice.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv4_Choice) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv4_Choice) ProtoMessage()

func (*ActionProtocolIpv4_Choice) ProtoReflect added in v0.10.10

func (*ActionProtocolIpv4_Choice) Reset added in v0.10.10

func (x *ActionProtocolIpv4_Choice) Reset()

func (*ActionProtocolIpv4_Choice) String added in v0.10.10

func (x *ActionProtocolIpv4_Choice) String() string

type ActionProtocolIpv4_Choice_Enum added in v0.10.10

type ActionProtocolIpv4_Choice_Enum int32
const (
	ActionProtocolIpv4_Choice_unspecified ActionProtocolIpv4_Choice_Enum = 0
	ActionProtocolIpv4_Choice_ping        ActionProtocolIpv4_Choice_Enum = 1
)

func (ActionProtocolIpv4_Choice_Enum) Descriptor added in v0.10.10

func (ActionProtocolIpv4_Choice_Enum) Enum added in v0.10.10

func (ActionProtocolIpv4_Choice_Enum) EnumDescriptor deprecated added in v0.10.10

func (ActionProtocolIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv4_Choice_Enum.Descriptor instead.

func (ActionProtocolIpv4_Choice_Enum) Number added in v0.10.10

func (ActionProtocolIpv4_Choice_Enum) String added in v0.10.10

func (ActionProtocolIpv4_Choice_Enum) Type added in v0.10.10

type ActionProtocolIpv6 added in v0.10.10

type ActionProtocolIpv6 struct {

	// Description missing in models
	// required = true
	Choice ActionProtocolIpv6_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionProtocolIpv6_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Ping *ActionProtocolIpv6Ping `protobuf:"bytes,2,opt,name=ping,proto3,oneof" json:"ping,omitempty"`
	// contains filtered or unexported fields
}

Actions associated with IPv6 on configured resources.

func (*ActionProtocolIpv6) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv6) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv6.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv6) GetChoice added in v0.10.10

func (*ActionProtocolIpv6) GetPing added in v0.10.10

func (*ActionProtocolIpv6) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv6) ProtoMessage()

func (*ActionProtocolIpv6) ProtoReflect added in v0.10.10

func (x *ActionProtocolIpv6) ProtoReflect() protoreflect.Message

func (*ActionProtocolIpv6) Reset added in v0.10.10

func (x *ActionProtocolIpv6) Reset()

func (*ActionProtocolIpv6) String added in v0.10.10

func (x *ActionProtocolIpv6) String() string

type ActionProtocolIpv6Ping added in v0.10.10

type ActionProtocolIpv6Ping struct {

	// List of IPv6 ping requests.
	Requests []*ActionProtocolIpv6PingRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// contains filtered or unexported fields
}

Request for initiating ping between multiple source and destination pairs.

func (*ActionProtocolIpv6Ping) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv6Ping) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv6Ping.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv6Ping) GetRequests added in v0.10.10

func (*ActionProtocolIpv6Ping) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv6Ping) ProtoMessage()

func (*ActionProtocolIpv6Ping) ProtoReflect added in v0.10.10

func (x *ActionProtocolIpv6Ping) ProtoReflect() protoreflect.Message

func (*ActionProtocolIpv6Ping) Reset added in v0.10.10

func (x *ActionProtocolIpv6Ping) Reset()

func (*ActionProtocolIpv6Ping) String added in v0.10.10

func (x *ActionProtocolIpv6Ping) String() string

type ActionProtocolIpv6PingRequest added in v0.10.10

type ActionProtocolIpv6PingRequest struct {

	// Name of source IPv6 interface to be used.
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv6/properties/name
	//
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv6/properties/name
	//
	SrcName *string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3,oneof" json:"src_name,omitempty"`
	// Destination IPv6 address to ping.
	DstIp *string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3,oneof" json:"dst_ip,omitempty"`
	// contains filtered or unexported fields
}

Under Review: Most ping request parameters are still TBD.

Under Review: Most ping request parameters are still TBD.

Request for initiating ping between a single source and destination pair. For ping request, 1 IPv6 ICMP Echo Request shall be sent and wait for ping response to either succeed or time out. The API wait timeout for each request shall be 300ms.

func (*ActionProtocolIpv6PingRequest) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv6PingRequest) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv6PingRequest.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv6PingRequest) GetDstIp added in v0.10.10

func (x *ActionProtocolIpv6PingRequest) GetDstIp() string

func (*ActionProtocolIpv6PingRequest) GetSrcName added in v0.10.10

func (x *ActionProtocolIpv6PingRequest) GetSrcName() string

func (*ActionProtocolIpv6PingRequest) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv6PingRequest) ProtoMessage()

func (*ActionProtocolIpv6PingRequest) ProtoReflect added in v0.10.10

func (*ActionProtocolIpv6PingRequest) Reset added in v0.10.10

func (x *ActionProtocolIpv6PingRequest) Reset()

func (*ActionProtocolIpv6PingRequest) String added in v0.10.10

type ActionProtocolIpv6_Choice added in v0.10.10

type ActionProtocolIpv6_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionProtocolIpv6_Choice) Descriptor deprecated added in v0.10.10

func (*ActionProtocolIpv6_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv6_Choice.ProtoReflect.Descriptor instead.

func (*ActionProtocolIpv6_Choice) ProtoMessage added in v0.10.10

func (*ActionProtocolIpv6_Choice) ProtoMessage()

func (*ActionProtocolIpv6_Choice) ProtoReflect added in v0.10.10

func (*ActionProtocolIpv6_Choice) Reset added in v0.10.10

func (x *ActionProtocolIpv6_Choice) Reset()

func (*ActionProtocolIpv6_Choice) String added in v0.10.10

func (x *ActionProtocolIpv6_Choice) String() string

type ActionProtocolIpv6_Choice_Enum added in v0.10.10

type ActionProtocolIpv6_Choice_Enum int32
const (
	ActionProtocolIpv6_Choice_unspecified ActionProtocolIpv6_Choice_Enum = 0
	ActionProtocolIpv6_Choice_ping        ActionProtocolIpv6_Choice_Enum = 1
)

func (ActionProtocolIpv6_Choice_Enum) Descriptor added in v0.10.10

func (ActionProtocolIpv6_Choice_Enum) Enum added in v0.10.10

func (ActionProtocolIpv6_Choice_Enum) EnumDescriptor deprecated added in v0.10.10

func (ActionProtocolIpv6_Choice_Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionProtocolIpv6_Choice_Enum.Descriptor instead.

func (ActionProtocolIpv6_Choice_Enum) Number added in v0.10.10

func (ActionProtocolIpv6_Choice_Enum) String added in v0.10.10

func (ActionProtocolIpv6_Choice_Enum) Type added in v0.10.10

type ActionProtocol_Choice added in v0.10.10

type ActionProtocol_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionProtocol_Choice) Descriptor deprecated added in v0.10.10

func (*ActionProtocol_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionProtocol_Choice.ProtoReflect.Descriptor instead.

func (*ActionProtocol_Choice) ProtoMessage added in v0.10.10

func (*ActionProtocol_Choice) ProtoMessage()

func (*ActionProtocol_Choice) ProtoReflect added in v0.10.10

func (x *ActionProtocol_Choice) ProtoReflect() protoreflect.Message

func (*ActionProtocol_Choice) Reset added in v0.10.10

func (x *ActionProtocol_Choice) Reset()

func (*ActionProtocol_Choice) String added in v0.10.10

func (x *ActionProtocol_Choice) String() string

type ActionProtocol_Choice_Enum added in v0.10.10

type ActionProtocol_Choice_Enum int32
const (
	ActionProtocol_Choice_unspecified ActionProtocol_Choice_Enum = 0
	ActionProtocol_Choice_ipv4        ActionProtocol_Choice_Enum = 1
	ActionProtocol_Choice_ipv6        ActionProtocol_Choice_Enum = 2
	ActionProtocol_Choice_bgp         ActionProtocol_Choice_Enum = 3
)

func (ActionProtocol_Choice_Enum) Descriptor added in v0.10.10

func (ActionProtocol_Choice_Enum) Enum added in v0.10.10

func (ActionProtocol_Choice_Enum) EnumDescriptor deprecated added in v0.10.10

func (ActionProtocol_Choice_Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionProtocol_Choice_Enum.Descriptor instead.

func (ActionProtocol_Choice_Enum) Number added in v0.10.10

func (ActionProtocol_Choice_Enum) String added in v0.10.10

func (ActionProtocol_Choice_Enum) Type added in v0.10.10

type ActionResponse added in v0.10.10

type ActionResponse struct {

	// Description missing in models
	// required = true
	Choice ActionResponse_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponse_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Protocol *ActionResponseProtocol `protobuf:"bytes,2,opt,name=protocol,proto3,oneof" json:"protocol,omitempty"`
	// contains filtered or unexported fields
}

Response for action triggered against configured resources.

func (*ActionResponse) Descriptor deprecated added in v0.10.10

func (*ActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponse.ProtoReflect.Descriptor instead.

func (*ActionResponse) GetChoice added in v0.10.10

func (*ActionResponse) GetProtocol added in v0.10.10

func (x *ActionResponse) GetProtocol() *ActionResponseProtocol

func (*ActionResponse) ProtoMessage added in v0.10.10

func (*ActionResponse) ProtoMessage()

func (*ActionResponse) ProtoReflect added in v0.10.10

func (x *ActionResponse) ProtoReflect() protoreflect.Message

func (*ActionResponse) Reset added in v0.10.10

func (x *ActionResponse) Reset()

func (*ActionResponse) String added in v0.10.10

func (x *ActionResponse) String() string

type ActionResponseProtocol added in v0.10.10

type ActionResponseProtocol struct {

	// Description missing in models
	// required = true
	Choice ActionResponseProtocol_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponseProtocol_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Ipv4 *ActionResponseProtocolIpv4 `protobuf:"bytes,2,opt,name=ipv4,proto3,oneof" json:"ipv4,omitempty"`
	// Description missing in models
	Ipv6 *ActionResponseProtocolIpv6 `protobuf:"bytes,3,opt,name=ipv6,proto3,oneof" json:"ipv6,omitempty"`
	// contains filtered or unexported fields
}

Response for actions associated with protocols on configured resources.

func (*ActionResponseProtocol) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocol) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocol.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocol) GetChoice added in v0.10.10

func (*ActionResponseProtocol) GetIpv4 added in v0.10.10

func (*ActionResponseProtocol) GetIpv6 added in v0.10.10

func (*ActionResponseProtocol) ProtoMessage added in v0.10.10

func (*ActionResponseProtocol) ProtoMessage()

func (*ActionResponseProtocol) ProtoReflect added in v0.10.10

func (x *ActionResponseProtocol) ProtoReflect() protoreflect.Message

func (*ActionResponseProtocol) Reset added in v0.10.10

func (x *ActionResponseProtocol) Reset()

func (*ActionResponseProtocol) String added in v0.10.10

func (x *ActionResponseProtocol) String() string

type ActionResponseProtocolIpv4 added in v0.10.10

type ActionResponseProtocolIpv4 struct {

	// Description missing in models
	// required = true
	Choice ActionResponseProtocolIpv4_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponseProtocolIpv4_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Ping *ActionResponseProtocolIpv4Ping `protobuf:"bytes,2,opt,name=ping,proto3,oneof" json:"ping,omitempty"`
	// contains filtered or unexported fields
}

Response for actions associated with IPv4 on configured resources.

func (*ActionResponseProtocolIpv4) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv4) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv4.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv4) GetChoice added in v0.10.10

func (*ActionResponseProtocolIpv4) GetPing added in v0.10.10

func (*ActionResponseProtocolIpv4) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv4) ProtoMessage()

func (*ActionResponseProtocolIpv4) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv4) Reset added in v0.10.10

func (x *ActionResponseProtocolIpv4) Reset()

func (*ActionResponseProtocolIpv4) String added in v0.10.10

func (x *ActionResponseProtocolIpv4) String() string

type ActionResponseProtocolIpv4Ping added in v0.10.10

type ActionResponseProtocolIpv4Ping struct {

	// List of responses for IPv4 ping responses.
	Responses []*ActionResponseProtocolIpv4PingResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

Response for ping initiated between multiple source and destination pairs.

func (*ActionResponseProtocolIpv4Ping) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv4Ping) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv4Ping.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv4Ping) GetResponses added in v0.10.10

func (*ActionResponseProtocolIpv4Ping) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv4Ping) ProtoMessage()

func (*ActionResponseProtocolIpv4Ping) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv4Ping) Reset added in v0.10.10

func (x *ActionResponseProtocolIpv4Ping) Reset()

func (*ActionResponseProtocolIpv4Ping) String added in v0.10.10

type ActionResponseProtocolIpv4PingResponse added in v0.10.10

type ActionResponseProtocolIpv4PingResponse struct {

	// Name of source IPv4 interface used for ping.
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv4/properties/name
	//
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv4/properties/name
	//
	// required = true
	SrcName string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3" json:"src_name,omitempty"`
	// Destination IPv4 address used for ping.
	// required = true
	DstIp string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3" json:"dst_ip,omitempty"`
	// Result of the ping request.
	// required = true
	Result ActionResponseProtocolIpv4PingResponse_Result_Enum `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for ping initiated between a single source and destination pair.

func (*ActionResponseProtocolIpv4PingResponse) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv4PingResponse.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv4PingResponse) GetDstIp added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) GetResult added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) GetSrcName added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) Reset added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse) String added in v0.10.10

type ActionResponseProtocolIpv4PingResponse_Result added in v0.10.10

type ActionResponseProtocolIpv4PingResponse_Result struct {
	// contains filtered or unexported fields
}

func (*ActionResponseProtocolIpv4PingResponse_Result) Descriptor deprecated added in v0.10.10

Deprecated: Use ActionResponseProtocolIpv4PingResponse_Result.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv4PingResponse_Result) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse_Result) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse_Result) Reset added in v0.10.10

func (*ActionResponseProtocolIpv4PingResponse_Result) String added in v0.10.10

type ActionResponseProtocolIpv4PingResponse_Result_Enum added in v0.10.10

type ActionResponseProtocolIpv4PingResponse_Result_Enum int32
const (
	ActionResponseProtocolIpv4PingResponse_Result_unspecified ActionResponseProtocolIpv4PingResponse_Result_Enum = 0
	ActionResponseProtocolIpv4PingResponse_Result_succeeded   ActionResponseProtocolIpv4PingResponse_Result_Enum = 1
	ActionResponseProtocolIpv4PingResponse_Result_failed      ActionResponseProtocolIpv4PingResponse_Result_Enum = 2
)

func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Descriptor added in v0.10.10

func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Enum added in v0.10.10

func (ActionResponseProtocolIpv4PingResponse_Result_Enum) EnumDescriptor deprecated added in v0.10.10

Deprecated: Use ActionResponseProtocolIpv4PingResponse_Result_Enum.Descriptor instead.

func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Number added in v0.10.10

func (ActionResponseProtocolIpv4PingResponse_Result_Enum) String added in v0.10.10

func (ActionResponseProtocolIpv4PingResponse_Result_Enum) Type added in v0.10.10

type ActionResponseProtocolIpv4_Choice added in v0.10.10

type ActionResponseProtocolIpv4_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionResponseProtocolIpv4_Choice) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv4_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv4_Choice.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv4_Choice) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv4_Choice) ProtoMessage()

func (*ActionResponseProtocolIpv4_Choice) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv4_Choice) Reset added in v0.10.10

func (*ActionResponseProtocolIpv4_Choice) String added in v0.10.10

type ActionResponseProtocolIpv4_Choice_Enum added in v0.10.10

type ActionResponseProtocolIpv4_Choice_Enum int32
const (
	ActionResponseProtocolIpv4_Choice_unspecified ActionResponseProtocolIpv4_Choice_Enum = 0
	ActionResponseProtocolIpv4_Choice_ping        ActionResponseProtocolIpv4_Choice_Enum = 1
)

func (ActionResponseProtocolIpv4_Choice_Enum) Descriptor added in v0.10.10

func (ActionResponseProtocolIpv4_Choice_Enum) Enum added in v0.10.10

func (ActionResponseProtocolIpv4_Choice_Enum) EnumDescriptor deprecated added in v0.10.10

func (ActionResponseProtocolIpv4_Choice_Enum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv4_Choice_Enum.Descriptor instead.

func (ActionResponseProtocolIpv4_Choice_Enum) Number added in v0.10.10

func (ActionResponseProtocolIpv4_Choice_Enum) String added in v0.10.10

func (ActionResponseProtocolIpv4_Choice_Enum) Type added in v0.10.10

type ActionResponseProtocolIpv6 added in v0.10.10

type ActionResponseProtocolIpv6 struct {

	// Description missing in models
	// required = true
	Choice ActionResponseProtocolIpv6_Choice_Enum `protobuf:"varint,1,opt,name=choice,proto3,enum=otg.ActionResponseProtocolIpv6_Choice_Enum" json:"choice,omitempty"`
	// Description missing in models
	Ping *ActionResponseProtocolIpv6Ping `protobuf:"bytes,2,opt,name=ping,proto3,oneof" json:"ping,omitempty"`
	// contains filtered or unexported fields
}

Response for actions associated with IPv6 on configured resources.

func (*ActionResponseProtocolIpv6) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv6) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv6.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv6) GetChoice added in v0.10.10

func (*ActionResponseProtocolIpv6) GetPing added in v0.10.10

func (*ActionResponseProtocolIpv6) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv6) ProtoMessage()

func (*ActionResponseProtocolIpv6) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv6) Reset added in v0.10.10

func (x *ActionResponseProtocolIpv6) Reset()

func (*ActionResponseProtocolIpv6) String added in v0.10.10

func (x *ActionResponseProtocolIpv6) String() string

type ActionResponseProtocolIpv6Ping added in v0.10.10

type ActionResponseProtocolIpv6Ping struct {

	// List of responses for IPv6 ping responses.
	Responses []*ActionResponseProtocolIpv6PingResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

Response for ping initiated between multiple source and destination pairs.

func (*ActionResponseProtocolIpv6Ping) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv6Ping) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv6Ping.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv6Ping) GetResponses added in v0.10.10

func (*ActionResponseProtocolIpv6Ping) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv6Ping) ProtoMessage()

func (*ActionResponseProtocolIpv6Ping) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv6Ping) Reset added in v0.10.10

func (x *ActionResponseProtocolIpv6Ping) Reset()

func (*ActionResponseProtocolIpv6Ping) String added in v0.10.10

type ActionResponseProtocolIpv6PingResponse added in v0.10.10

type ActionResponseProtocolIpv6PingResponse struct {

	// Name of source IPv6 interface used for ping.
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv6/properties/name
	//
	//
	// x-constraint:
	// - /components/schemas/Device.Ipv6/properties/name
	//
	// required = true
	SrcName string `protobuf:"bytes,1,opt,name=src_name,json=srcName,proto3" json:"src_name,omitempty"`
	// Destination IPv6 address used for ping.
	// required = true
	DstIp string `protobuf:"bytes,2,opt,name=dst_ip,json=dstIp,proto3" json:"dst_ip,omitempty"`
	// Result of the ping request.
	// required = true
	Result ActionResponseProtocolIpv6PingResponse_Result_Enum `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for ping initiated between a single source and destination pair.

func (*ActionResponseProtocolIpv6PingResponse) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv6PingResponse.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv6PingResponse) GetDstIp added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) GetResult added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) GetSrcName added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) Reset added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse) String added in v0.10.10

type ActionResponseProtocolIpv6PingResponse_Result added in v0.10.10

type ActionResponseProtocolIpv6PingResponse_Result struct {
	// contains filtered or unexported fields
}

func (*ActionResponseProtocolIpv6PingResponse_Result) Descriptor deprecated added in v0.10.10

Deprecated: Use ActionResponseProtocolIpv6PingResponse_Result.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv6PingResponse_Result) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse_Result) ProtoReflect added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse_Result) Reset added in v0.10.10

func (*ActionResponseProtocolIpv6PingResponse_Result) String added in v0.10.10

type ActionResponseProtocolIpv6PingResponse_Result_Enum added in v0.10.10

type ActionResponseProtocolIpv6PingResponse_Result_Enum int32
const (
	ActionResponseProtocolIpv6PingResponse_Result_unspecified ActionResponseProtocolIpv6PingResponse_Result_Enum = 0
	ActionResponseProtocolIpv6PingResponse_Result_succeeded   ActionResponseProtocolIpv6PingResponse_Result_Enum = 1
	ActionResponseProtocolIpv6PingResponse_Result_failed      ActionResponseProtocolIpv6PingResponse_Result_Enum = 2
)

func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Descriptor added in v0.10.10

func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Enum added in v0.10.10

func (ActionResponseProtocolIpv6PingResponse_Result_Enum) EnumDescriptor deprecated added in v0.10.10

Deprecated: Use ActionResponseProtocolIpv6PingResponse_Result_Enum.Descriptor instead.

func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Number added in v0.10.10

func (ActionResponseProtocolIpv6PingResponse_Result_Enum) String added in v0.10.10

func (ActionResponseProtocolIpv6PingResponse_Result_Enum) Type added in v0.10.10

type ActionResponseProtocolIpv6_Choice added in v0.10.10

type ActionResponseProtocolIpv6_Choice struct {
	// contains filtered or unexported fields
}

func (*ActionResponseProtocolIpv6_Choice) Descriptor deprecated added in v0.10.10

func (*ActionResponseProtocolIpv6_Choice) Descriptor() ([]byte, []int)

Deprecated: Use ActionResponseProtocolIpv6_Choice.ProtoReflect.Descriptor instead.

func (*ActionResponseProtocolIpv6_Choice) ProtoMessage added in v0.10.10

func (*ActionResponseProtocolIpv6_Choice) ProtoMessage()

func (*ActionResponseProtocolIpv6_Choice) ProtoReflect added in v0.10.10