dhcpv6client

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package dhcpv6client is a generated package which contains definitions of structs which generate gNMI paths for a YANG schema.

This package was generated by ygnmi version: v0.11.1: (ygot: v0.29.20) using the following YANG input files:

  • models-yang/models/bgp/open-traffic-generator-bgp.yang
  • models-yang/models/discovery/open-traffic-generator-discovery.yang
  • models-yang/models/dhcp/v4client/open-traffic-generator-dhcpv4client.yang
  • models-yang/models/dhcp/v4server/open-traffic-generator-dhcpv4server.yang
  • models-yang/models/dhcp/v6client/open-traffic-generator-dhcpv6client.yang
  • models-yang/models/dhcp/v6server/open-traffic-generator-dhcpv6server.yang
  • models-yang/models/flow/open-traffic-generator-flow.yang
  • models-yang/models/interface/open-traffic-generator-port.yang
  • models-yang/models/isis/open-traffic-generator-isis.yang
  • models-yang/models/lacp/open-traffic-generator-lacp.yang
  • models-yang/models/lag/open-traffic-generator-lag.yang
  • models-yang/models/lldp/open-traffic-generator-lldp.yang
  • models-yang/models/ospfv2/open-traffic-generator-ospfv2.yang
  • models-yang/models/platform/open-traffic-generator-platform.yang
  • models-yang/models/rsvp/open-traffic-generator-rsvp.yang
  • models-yang/models/types/open-traffic-generator-types.yang

Imported modules were sourced from:

  • models-yang/models/...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dhcpv6ClientPath

type Dhcpv6ClientPath struct {
	*ygnmi.NodePath
}

Dhcpv6ClientPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client YANG schema element.

func (*Dhcpv6ClientPath) Counters

Counters (container): Counters of an individual DHCPv6 session.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "state/counters"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters"

func (*Dhcpv6ClientPath) Interface

Interface (container): Information about address learned by an individual DHCPv6 session.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "state/interface"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/interface"

func (*Dhcpv6ClientPath) Name

Name (leaf): An arbitrary name of the DHCPv6 Client determined by the OTG configuration.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "*/name"
Path from root:       "/dhcpv6-clients/dhcpv6-client/*/name"

func (*Dhcpv6ClientPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6ClientPathAny

type Dhcpv6ClientPathAny struct {
	*ygnmi.NodePath
}

Dhcpv6ClientPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client YANG schema element.

func (*Dhcpv6ClientPathAny) Counters

Counters (container): Counters of an individual DHCPv6 session.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "state/counters"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters"

func (*Dhcpv6ClientPathAny) Interface

Interface (container): Information about address learned by an individual DHCPv6 session.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "state/interface"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/interface"

func (*Dhcpv6ClientPathAny) Name

Name (leaf): An arbitrary name of the DHCPv6 Client determined by the OTG configuration.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "*/name"
Path from root:       "/dhcpv6-clients/dhcpv6-client/*/name"

func (*Dhcpv6ClientPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6ClientPathMap

type Dhcpv6ClientPathMap struct {
	*ygnmi.NodePath
}

Dhcpv6ClientPathMap represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client YANG schema element.

type Dhcpv6ClientPathMapAny

type Dhcpv6ClientPathMapAny struct {
	*ygnmi.NodePath
}

Dhcpv6ClientPathMapAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client YANG schema element.

type Dhcpv6Client_CountersPath

type Dhcpv6Client_CountersPath struct {
	*ygnmi.NodePath
}

Dhcpv6Client_CountersPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters YANG schema element.

func (*Dhcpv6Client_CountersPath) AdvertisementsIgnored

AdvertisementsIgnored (leaf): Number of DHCP Advertise messages ignored.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-ignored"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-ignored"

func (*Dhcpv6Client_CountersPath) AdvertisementsReceived

AdvertisementsReceived (leaf): Number of DHCP Advertise messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-received"

func (*Dhcpv6Client_CountersPath) InformationRequestsSent

InformationRequestsSent (leaf): Number of DHCP Information messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "information-requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/information-requests-sent"

func (*Dhcpv6Client_CountersPath) NacksReceived

NacksReceived (leaf): Number of DHCP NACK messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "nacks-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/nacks-received"

func (*Dhcpv6Client_CountersPath) RapidCommitRepliesReceived

RapidCommitRepliesReceived (leaf): Number of rapid-commit DHCP Reply messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-replies-received"

func (*Dhcpv6Client_CountersPath) RapidCommitSolicitsSent

RapidCommitSolicitsSent (leaf): Number of rapid-commit DHCPSOLICIT messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-solicits-sent"

func (*Dhcpv6Client_CountersPath) RebindsSent

RebindsSent (leaf): Number of DHCPR Rebind messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rebinds-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rebinds-sent"

func (*Dhcpv6Client_CountersPath) ReconfiguresReceived

ReconfiguresReceived (leaf): Number of DHCP Reconfigure messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "reconfigures-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/reconfigures-received"

func (*Dhcpv6Client_CountersPath) ReleasesSent

ReleasesSent (leaf): Number of DHCPRELEASE messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "releases-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/releases-sent"

func (*Dhcpv6Client_CountersPath) RenewsSent

RenewsSent (leaf): Number of DHCPR Renew messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "renews-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/renews-sent"

func (*Dhcpv6Client_CountersPath) RepliesReceived

RepliesReceived (leaf): Number of DHCPOFFER messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/replies-received"

func (*Dhcpv6Client_CountersPath) RequestsSent

RequestsSent (leaf): Number of DHCPREQUEST messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/requests-sent"

func (*Dhcpv6Client_CountersPath) SolicitsSent

SolicitsSent (leaf): Number of DHCPSOLICIT messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/solicits-sent"

func (*Dhcpv6Client_CountersPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_CountersPathAny

type Dhcpv6Client_CountersPathAny struct {
	*ygnmi.NodePath
}

Dhcpv6Client_CountersPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters YANG schema element.

func (*Dhcpv6Client_CountersPathAny) AdvertisementsIgnored

AdvertisementsIgnored (leaf): Number of DHCP Advertise messages ignored.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-ignored"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-ignored"

func (*Dhcpv6Client_CountersPathAny) AdvertisementsReceived

AdvertisementsReceived (leaf): Number of DHCP Advertise messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-received"

func (*Dhcpv6Client_CountersPathAny) InformationRequestsSent

InformationRequestsSent (leaf): Number of DHCP Information messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "information-requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/information-requests-sent"

func (*Dhcpv6Client_CountersPathAny) NacksReceived

NacksReceived (leaf): Number of DHCP NACK messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "nacks-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/nacks-received"

func (*Dhcpv6Client_CountersPathAny) RapidCommitRepliesReceived

RapidCommitRepliesReceived (leaf): Number of rapid-commit DHCP Reply messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-replies-received"

func (*Dhcpv6Client_CountersPathAny) RapidCommitSolicitsSent

RapidCommitSolicitsSent (leaf): Number of rapid-commit DHCPSOLICIT messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-solicits-sent"

func (*Dhcpv6Client_CountersPathAny) RebindsSent

RebindsSent (leaf): Number of DHCPR Rebind messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rebinds-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rebinds-sent"

func (*Dhcpv6Client_CountersPathAny) ReconfiguresReceived

ReconfiguresReceived (leaf): Number of DHCP Reconfigure messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "reconfigures-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/reconfigures-received"

func (*Dhcpv6Client_CountersPathAny) ReleasesSent

ReleasesSent (leaf): Number of DHCPRELEASE messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "releases-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/releases-sent"

func (*Dhcpv6Client_CountersPathAny) RenewsSent

RenewsSent (leaf): Number of DHCPR Renew messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "renews-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/renews-sent"

func (*Dhcpv6Client_CountersPathAny) RepliesReceived

RepliesReceived (leaf): Number of DHCPOFFER messages received.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/replies-received"

func (*Dhcpv6Client_CountersPathAny) RequestsSent

RequestsSent (leaf): Number of DHCPREQUEST messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/requests-sent"

func (*Dhcpv6Client_CountersPathAny) SolicitsSent

SolicitsSent (leaf): Number of DHCPSOLICIT messages sent.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/solicits-sent"

func (*Dhcpv6Client_CountersPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_Counters_AdvertisementsIgnoredPath

type Dhcpv6Client_Counters_AdvertisementsIgnoredPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_AdvertisementsIgnoredPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-ignored YANG schema element.

func (*Dhcpv6Client_Counters_AdvertisementsIgnoredPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-ignored"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-ignored"

type Dhcpv6Client_Counters_AdvertisementsIgnoredPathAny

type Dhcpv6Client_Counters_AdvertisementsIgnoredPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_AdvertisementsIgnoredPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-ignored YANG schema element.

func (*Dhcpv6Client_Counters_AdvertisementsIgnoredPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-ignored"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-ignored"

type Dhcpv6Client_Counters_AdvertisementsReceivedPath

type Dhcpv6Client_Counters_AdvertisementsReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_AdvertisementsReceivedPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-received YANG schema element.

func (*Dhcpv6Client_Counters_AdvertisementsReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-received"

type Dhcpv6Client_Counters_AdvertisementsReceivedPathAny

type Dhcpv6Client_Counters_AdvertisementsReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_AdvertisementsReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-received YANG schema element.

func (*Dhcpv6Client_Counters_AdvertisementsReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "advertisements-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/advertisements-received"

type Dhcpv6Client_Counters_InformationRequestsSentPath

type Dhcpv6Client_Counters_InformationRequestsSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_InformationRequestsSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/information-requests-sent YANG schema element.

func (*Dhcpv6Client_Counters_InformationRequestsSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "information-requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/information-requests-sent"

type Dhcpv6Client_Counters_InformationRequestsSentPathAny

type Dhcpv6Client_Counters_InformationRequestsSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_InformationRequestsSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/information-requests-sent YANG schema element.

func (*Dhcpv6Client_Counters_InformationRequestsSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "information-requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/information-requests-sent"

type Dhcpv6Client_Counters_NacksReceivedPath

type Dhcpv6Client_Counters_NacksReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_NacksReceivedPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/nacks-received YANG schema element.

func (*Dhcpv6Client_Counters_NacksReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "nacks-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/nacks-received"

type Dhcpv6Client_Counters_NacksReceivedPathAny

type Dhcpv6Client_Counters_NacksReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_NacksReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/nacks-received YANG schema element.

func (*Dhcpv6Client_Counters_NacksReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "nacks-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/nacks-received"

type Dhcpv6Client_Counters_RapidCommitRepliesReceivedPath

type Dhcpv6Client_Counters_RapidCommitRepliesReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RapidCommitRepliesReceivedPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-replies-received YANG schema element.

func (*Dhcpv6Client_Counters_RapidCommitRepliesReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-replies-received"

type Dhcpv6Client_Counters_RapidCommitRepliesReceivedPathAny

type Dhcpv6Client_Counters_RapidCommitRepliesReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RapidCommitRepliesReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-replies-received YANG schema element.

func (*Dhcpv6Client_Counters_RapidCommitRepliesReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-replies-received"

type Dhcpv6Client_Counters_RapidCommitSolicitsSentPath

type Dhcpv6Client_Counters_RapidCommitSolicitsSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RapidCommitSolicitsSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-solicits-sent YANG schema element.

func (*Dhcpv6Client_Counters_RapidCommitSolicitsSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-solicits-sent"

type Dhcpv6Client_Counters_RapidCommitSolicitsSentPathAny

type Dhcpv6Client_Counters_RapidCommitSolicitsSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RapidCommitSolicitsSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-solicits-sent YANG schema element.

func (*Dhcpv6Client_Counters_RapidCommitSolicitsSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rapid-commit-solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rapid-commit-solicits-sent"

type Dhcpv6Client_Counters_RebindsSentPath

type Dhcpv6Client_Counters_RebindsSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RebindsSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/rebinds-sent YANG schema element.

func (*Dhcpv6Client_Counters_RebindsSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rebinds-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rebinds-sent"

type Dhcpv6Client_Counters_RebindsSentPathAny

type Dhcpv6Client_Counters_RebindsSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RebindsSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/rebinds-sent YANG schema element.

func (*Dhcpv6Client_Counters_RebindsSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "rebinds-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/rebinds-sent"

type Dhcpv6Client_Counters_ReconfiguresReceivedPath

type Dhcpv6Client_Counters_ReconfiguresReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_ReconfiguresReceivedPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/reconfigures-received YANG schema element.

func (*Dhcpv6Client_Counters_ReconfiguresReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "reconfigures-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/reconfigures-received"

type Dhcpv6Client_Counters_ReconfiguresReceivedPathAny

type Dhcpv6Client_Counters_ReconfiguresReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_ReconfiguresReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/reconfigures-received YANG schema element.

func (*Dhcpv6Client_Counters_ReconfiguresReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "reconfigures-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/reconfigures-received"

type Dhcpv6Client_Counters_ReleasesSentPath

type Dhcpv6Client_Counters_ReleasesSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_ReleasesSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/releases-sent YANG schema element.

func (*Dhcpv6Client_Counters_ReleasesSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "releases-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/releases-sent"

type Dhcpv6Client_Counters_ReleasesSentPathAny

type Dhcpv6Client_Counters_ReleasesSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_ReleasesSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/releases-sent YANG schema element.

func (*Dhcpv6Client_Counters_ReleasesSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "releases-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/releases-sent"

type Dhcpv6Client_Counters_RenewsSentPath

type Dhcpv6Client_Counters_RenewsSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RenewsSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/renews-sent YANG schema element.

func (*Dhcpv6Client_Counters_RenewsSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "renews-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/renews-sent"

type Dhcpv6Client_Counters_RenewsSentPathAny

type Dhcpv6Client_Counters_RenewsSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RenewsSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/renews-sent YANG schema element.

func (*Dhcpv6Client_Counters_RenewsSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "renews-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/renews-sent"

type Dhcpv6Client_Counters_RepliesReceivedPath

type Dhcpv6Client_Counters_RepliesReceivedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RepliesReceivedPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/replies-received YANG schema element.

func (*Dhcpv6Client_Counters_RepliesReceivedPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/replies-received"

type Dhcpv6Client_Counters_RepliesReceivedPathAny

type Dhcpv6Client_Counters_RepliesReceivedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RepliesReceivedPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/replies-received YANG schema element.

func (*Dhcpv6Client_Counters_RepliesReceivedPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "replies-received"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/replies-received"

type Dhcpv6Client_Counters_RequestsSentPath

type Dhcpv6Client_Counters_RequestsSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RequestsSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/requests-sent YANG schema element.

func (*Dhcpv6Client_Counters_RequestsSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/requests-sent"

type Dhcpv6Client_Counters_RequestsSentPathAny

type Dhcpv6Client_Counters_RequestsSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_RequestsSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/requests-sent YANG schema element.

func (*Dhcpv6Client_Counters_RequestsSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "requests-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/requests-sent"

type Dhcpv6Client_Counters_SolicitsSentPath

type Dhcpv6Client_Counters_SolicitsSentPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_SolicitsSentPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/solicits-sent YANG schema element.

func (*Dhcpv6Client_Counters_SolicitsSentPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/solicits-sent"

type Dhcpv6Client_Counters_SolicitsSentPathAny

type Dhcpv6Client_Counters_SolicitsSentPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_Counters_SolicitsSentPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/counters/solicits-sent YANG schema element.

func (*Dhcpv6Client_Counters_SolicitsSentPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "solicits-sent"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/counters/solicits-sent"

type Dhcpv6Client_InterfacePath

type Dhcpv6Client_InterfacePath struct {
	*ygnmi.NodePath
}

Dhcpv6Client_InterfacePath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/interface YANG schema element.

func (*Dhcpv6Client_InterfacePath) IaAddressAny

IaAddressAny (list): A list of IPv6 addresses and gateways.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "ia-addresses/ia-address"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/interface/ia-addresses/ia-address"

func (*Dhcpv6Client_InterfacePath) IapdAddressAny

IapdAddressAny (list): A list of IPv6 IAPD addresses and prefix lengths.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "iapd-addresses/iapd-address"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/interface/iapd-addresses/iapd-address"

func (*Dhcpv6Client_InterfacePath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_InterfacePathAny

type Dhcpv6Client_InterfacePathAny struct {
	*ygnmi.NodePath
}

Dhcpv6Client_InterfacePathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/interface YANG schema element.

func (*Dhcpv6Client_InterfacePathAny) IaAddressAny

IaAddressAny (list): A list of IPv6 addresses and gateways.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "ia-addresses/ia-address"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/interface/ia-addresses/ia-address"

func (*Dhcpv6Client_InterfacePathAny) IapdAddressAny

IapdAddressAny (list): A list of IPv6 IAPD addresses and prefix lengths.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "iapd-addresses/iapd-address"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/interface/iapd-addresses/iapd-address"

func (*Dhcpv6Client_InterfacePathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_Interface_IaAddressPath

type Dhcpv6Client_Interface_IaAddressPath struct {
	*ygnmi.NodePath
}

Dhcpv6Client_Interface_IaAddressPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/interface/ia-addresses/ia-address YANG schema element.

func (*Dhcpv6Client_Interface_IaAddressPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_Interface_IaAddressPathAny

type Dhcpv6Client_Interface_IaAddressPathAny struct {
	*ygnmi.NodePath
}

Dhcpv6Client_Interface_IaAddressPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/interface/ia-addresses/ia-address YANG schema element.

func (*Dhcpv6Client_Interface_IaAddressPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_Interface_IapdAddressPath

type Dhcpv6Client_Interface_IapdAddressPath struct {
	*ygnmi.NodePath
}

Dhcpv6Client_Interface_IapdAddressPath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/interface/iapd-addresses/iapd-address YANG schema element.

func (*Dhcpv6Client_Interface_IapdAddressPath) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_Interface_IapdAddressPathAny

type Dhcpv6Client_Interface_IapdAddressPathAny struct {
	*ygnmi.NodePath
}

Dhcpv6Client_Interface_IapdAddressPathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/interface/iapd-addresses/iapd-address YANG schema element.

func (*Dhcpv6Client_Interface_IapdAddressPathAny) State

State returns a Query that can be used in gNMI operations.

type Dhcpv6Client_NamePath

type Dhcpv6Client_NamePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_NamePath represents the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/name YANG schema element.

func (*Dhcpv6Client_NamePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "name"
Path from root:       ""

func (*Dhcpv6Client_NamePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "state/name"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/name"

type Dhcpv6Client_NamePathAny

type Dhcpv6Client_NamePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

Dhcpv6Client_NamePathAny represents the wildcard version of the /open-traffic-generator-dhcpv6client/dhcpv6-clients/dhcpv6-client/state/name YANG schema element.

func (*Dhcpv6Client_NamePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "name"
Path from root:       ""

func (*Dhcpv6Client_NamePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-dhcpv6client"
Instantiating module: "open-traffic-generator-dhcpv6client"
Path from parent:     "state/name"
Path from root:       "/dhcpv6-clients/dhcpv6-client/state/name"

Jump to

Keyboard shortcuts

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