controller_odu_datatypes

package
v0.0.0-...-50def94 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

This module contains a collection of generally useful derived YANG data types.

Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mode

type Mode string

Mode represents Mode

const (
	// prbs Mode Invalid
	Mode_mode_invalid Mode = "mode-invalid"

	// Prbs Mode Source
	Mode_mode_source Mode = "mode-source"

	// Prbs Mode Sink
	Mode_mode_sink Mode = "mode-sink"

	// Prbs Mode Source_Sink
	Mode_mode_source_sink Mode = "mode-source-sink"
)

type OduDelay

type OduDelay string

OduDelay represents Odu delay

const (
	// Delay Disable
	OduDelay_disable OduDelay = "disable"

	// Delay Enable
	OduDelay_enable OduDelay = "enable"
)

type OduTimeSlotGranularity

type OduTimeSlotGranularity string

OduTimeSlotGranularity represents Odu time slot granularity

const (
	// 1.25G time slot granularity
	OduTimeSlotGranularity_Y_1__DOT__25g OduTimeSlotGranularity = "1.25g"

	// 2.5G time slot granularity
	OduTimeSlotGranularity_Y_2__DOT__5g OduTimeSlotGranularity = "2.5g"
)

type OtnChildControllerName

type OtnChildControllerName string

OtnChildControllerName represents Otn child controller name

const (
	// Create lower order odu1 controller
	OtnChildControllerName_odu1 OtnChildControllerName = "odu1"

	// Create lower order odu2 controller
	OtnChildControllerName_odu2 OtnChildControllerName = "odu2"

	// Create lower order odu3 controller
	OtnChildControllerName_odu3 OtnChildControllerName = "odu3"

	// Create lower order odu0 controller
	OtnChildControllerName_odu0 OtnChildControllerName = "odu0"

	// Create lower order odu2e controller
	OtnChildControllerName_odu2e OtnChildControllerName = "odu2e"

	// Create lower order odu1e controller
	OtnChildControllerName_odu1e OtnChildControllerName = "odu1e"

	// Create lower order odu2f controller
	OtnChildControllerName_odu2f OtnChildControllerName = "odu2f"

	// Create lower order odu3e1 controller
	OtnChildControllerName_odu3e1 OtnChildControllerName = "odu3e1"

	// Create lower order odu3e2 controller
	OtnChildControllerName_odu3e2 OtnChildControllerName = "odu3e2"
)

type OtnChildFlexControllerName

type OtnChildFlexControllerName string

OtnChildFlexControllerName represents Otn child flex controller name

const (
	// Create lower order odu-flex controller
	OtnChildFlexControllerName_odu_flex OtnChildFlexControllerName = "odu-flex"
)

type OtnExpTtiTypeDapi

type OtnExpTtiTypeDapi string

OtnExpTtiTypeDapi represents Otn exp tti type dapi

const (
	// Expected TTI DAPI ASCII string
	OtnExpTtiTypeDapi_exp_tti_dapi_ascii__FWD_SLASH__dapi_ascii OtnExpTtiTypeDapi = "exp-tti-dapi-ascii/dapi-ascii"
)

type OtnExpTtiTypeFull

type OtnExpTtiTypeFull string

OtnExpTtiTypeFull represents Otn exp tti type full

const (
	// Expected TTI Full ASCII string
	OtnExpTtiTypeFull_exp_tti_full_ascii__FWD_SLASH__full_ascii OtnExpTtiTypeFull = "exp-tti-full-ascii/full-ascii"

	// Expected TTI hex string
	OtnExpTtiTypeFull_exp_tti_hex__FWD_SLASH__hex OtnExpTtiTypeFull = "exp-tti-hex/hex"
)

type OtnExpTtiTypeOs

type OtnExpTtiTypeOs string

OtnExpTtiTypeOs represents Otn exp tti type os

const (
	// Expected TTI OS ASCII string
	OtnExpTtiTypeOs_exp_tti_os_ascii__FWD_SLASH__os_ascii OtnExpTtiTypeOs = "exp-tti-os-ascii/os-ascii"

	// Expected TTI OS HEX string
	OtnExpTtiTypeOs_exp_tti_os_hex__FWD_SLASH__os_hex OtnExpTtiTypeOs = "exp-tti-os-hex/os-hex"
)

type OtnExpTtiTypeSapi

type OtnExpTtiTypeSapi string

OtnExpTtiTypeSapi represents Otn exp tti type sapi

const (
	// Expected TTI SAPI ASCII string
	OtnExpTtiTypeSapi_exp_tti_sapi_ascii__FWD_SLASH__sapi_ascii OtnExpTtiTypeSapi = "exp-tti-sapi-ascii/sapi-ascii"
)

type OtnFlexMapping

type OtnFlexMapping string

OtnFlexMapping represents Otn flex mapping

const (
	// GFP-FIX Mapping
	OtnFlexMapping_gfp_f_fixed OtnFlexMapping = "gfp-f-fixed"

	// GFP-Resizable Mapping
	OtnFlexMapping_gfp_resizable OtnFlexMapping = "gfp-resizable"

	// CBR Mapping
	OtnFlexMapping_cbr OtnFlexMapping = "cbr"
)

type OtnLoopback

type OtnLoopback string

OtnLoopback represents Otn loopback

const (
	// Line loopback
	OtnLoopback_line OtnLoopback = "line"

	// Internal loopback
	OtnLoopback_internal OtnLoopback = "internal"
)

type OtnMapping

type OtnMapping string

OtnMapping represents Otn mapping

const (
	// gfp_f for mapping
	OtnMapping_gfp_f OtnMapping = "gfp-f"

	// bmp for mapping
	OtnMapping_bmp OtnMapping = "bmp"

	// gmp for mapping
	OtnMapping_gmp OtnMapping = "gmp"

	// gfp_f_ext for mapping
	OtnMapping_gfp_f_ext OtnMapping = "gfp-f-ext"
)

type OtnPerMon

type OtnPerMon string

OtnPerMon represents Otn per mon

const (
	// Performance Monitoring Disabled
	OtnPerMon_disable OtnPerMon = "disable"

	// Performance Monitoring Enabled
	OtnPerMon_enable OtnPerMon = "enable"
)

type OtnSecAdminState

type OtnSecAdminState string

OtnSecAdminState represents Otn sec admin state

const (
	// In normal state
	OtnSecAdminState_normal OtnSecAdminState = "normal"

	// Under maintenance
	OtnSecAdminState_maintenance OtnSecAdminState = "maintenance"
)

type OtnSendTtiTypeDapi

type OtnSendTtiTypeDapi string

OtnSendTtiTypeDapi represents Otn send tti type dapi

const (
	// Send TTI DAPI ASCII string
	OtnSendTtiTypeDapi_send_tti_dapi_ascii__FWD_SLASH__dapi_ascii OtnSendTtiTypeDapi = "send-tti-dapi-ascii/dapi-ascii"
)

type OtnSendTtiTypeFull

type OtnSendTtiTypeFull string

OtnSendTtiTypeFull represents Otn send tti type full

const (
	// Send TTI Full ASCII string
	OtnSendTtiTypeFull_send_tti_full_ascii__FWD_SLASH__full_ascii OtnSendTtiTypeFull = "send-tti-full-ascii/full-ascii"

	// Send TTI hex string
	OtnSendTtiTypeFull_send_tti_hex__FWD_SLASH__hex OtnSendTtiTypeFull = "send-tti-hex/hex"
)

type OtnSendTtiTypeOs

type OtnSendTtiTypeOs string

OtnSendTtiTypeOs represents Otn send tti type os

const (
	// Send TTI OS ASCII string
	OtnSendTtiTypeOs_send_tti_os_ascii__FWD_SLASH__os_ascii OtnSendTtiTypeOs = "send-tti-os-ascii/os-ascii"

	// Send TTI OS HEX string
	OtnSendTtiTypeOs_send_tti_os_hex__FWD_SLASH__os_hex OtnSendTtiTypeOs = "send-tti-os-hex/os-hex"
)

type OtnSendTtiTypeSapi

type OtnSendTtiTypeSapi string

OtnSendTtiTypeSapi represents Otn send tti type sapi

const (
	// Send TTI SAPI ASCII string
	OtnSendTtiTypeSapi_send_tti_sapi_ascii__FWD_SLASH__sapi_ascii OtnSendTtiTypeSapi = "send-tti-sapi-ascii/sapi-ascii"
)

type OtnTermination

type OtnTermination string

OtnTermination represents Otn termination

const (
	// Termination to ether
	OtnTermination_ether OtnTermination = "ether"
)

type Otnpmtimca

type Otnpmtimca string

Otnpmtimca represents Otnpmtimca

const (
	// Path layer PM TIM Consequent action Disabled
	Otnpmtimca_disable Otnpmtimca = "disable"

	// Path layer PM TIM Consequent action  Enabled
	Otnpmtimca_enable Otnpmtimca = "enable"
)

type OtntcmMode

type OtntcmMode string

OtntcmMode represents Otntcm mode

const (
	// Set TCM Mode as transparent
	OtntcmMode_transparent OtntcmMode = "transparent"

	// Set TCM Mode as NIM
	OtntcmMode_nim OtntcmMode = "nim"

	// Set TCM Mode as operational
	OtntcmMode_operational OtntcmMode = "operational"
)

type Otntcmca

type Otntcmca string

Otntcmca represents Otntcmca

const (
	// Consequent(ial) action for Disabled
	Otntcmca_disable Otntcmca = "disable"

	// consequent(ial) action for Enabled
	Otntcmca_enable Otntcmca = "enable"
)

type Pattern

type Pattern string

Pattern represents Pattern

const (
	// prbs pattern None
	Pattern_pattern_none Pattern = "pattern-none"

	// Prbs pattern pn31
	Pattern_pattern_pn31 Pattern = "pattern-pn31"

	// Prbs pattern pn23
	Pattern_pattern_pn23 Pattern = "pattern-pn23"

	// Prbs pattern pn11
	Pattern_pattern_pn11 Pattern = "pattern-pn11"

	// Prbs pattern inverted pn31
	Pattern_pattern_inverted_pn31 Pattern = "pattern-inverted-pn31"

	// Prbs pattern inverted pn11
	Pattern_pattern_inverted_pn11 Pattern = "pattern-inverted-pn11"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL