Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630.VlanStackAction
Packages that use VlanStackAction
Package
Description
-
Uses of VlanStackAction in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return VlanStackActionModifier and TypeMethodDescriptionVlanLogicalEgressMappingConfig.getVlanStackAction()Return vlanStackAction, ornullif it is not present.VlanLogicalIngressMappingConfig.getVlanStackAction()Return vlanStackAction, ornullif it is not present.default @NonNull VlanStackActionVlanLogicalEgressMappingConfig.requireVlanStackAction()Return vlanStackAction, guaranteed to be non-null.default @NonNull VlanStackActionVlanLogicalIngressMappingConfig.requireVlanStackAction()Return vlanStackAction, guaranteed to be non-null. -
Uses of VlanStackAction in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.egress.mapping.top.egress.mapping
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.egress.mapping.top.egress.mapping that return VlanStackActionModifier and TypeMethodDescriptionConfigBuilder.getVlanStackAction()Return current value associated with the property corresponding toVlanLogicalEgressMappingConfig.getVlanStackAction().StateBuilder.getVlanStackAction()Return current value associated with the property corresponding toVlanLogicalEgressMappingConfig.getVlanStackAction().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.egress.mapping.top.egress.mapping with parameters of type VlanStackActionModifier and TypeMethodDescriptionConfigBuilder.setVlanStackAction(VlanStackAction value) Set the property corresponding toVlanLogicalEgressMappingConfig.getVlanStackAction()to the specified value.StateBuilder.setVlanStackAction(VlanStackAction value) Set the property corresponding toVlanLogicalEgressMappingConfig.getVlanStackAction()to the specified value. -
Uses of VlanStackAction in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top.ingress.mapping
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top.ingress.mapping that return VlanStackActionModifier and TypeMethodDescriptionConfigBuilder.getVlanStackAction()Return current value associated with the property corresponding toVlanLogicalIngressMappingConfig.getVlanStackAction().StateBuilder.getVlanStackAction()Return current value associated with the property corresponding toVlanLogicalIngressMappingConfig.getVlanStackAction().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.ingress.mapping.top.ingress.mapping with parameters of type VlanStackActionModifier and TypeMethodDescriptionConfigBuilder.setVlanStackAction(VlanStackAction value) Set the property corresponding toVlanLogicalIngressMappingConfig.getVlanStackAction()to the specified value.StateBuilder.setVlanStackAction(VlanStackAction value) Set the property corresponding toVlanLogicalIngressMappingConfig.getVlanStackAction()to the specified value. -
Uses of VlanStackAction in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630 that return VlanStackActionModifier and TypeMethodDescriptionstatic @Nullable VlanStackActionReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable VlanStackActionVlanStackAction.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull VlanStackActionReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull VlanStackActionVlanStackAction.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static VlanStackActionReturns the enum constant of this class with the specified name.static VlanStackAction[]VlanStackAction.values()Returns an array containing the constants of this enum class, in the order they are declared.