Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630.VlanStackAction
-
-
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 VlanStackAction Modifier and Type Method Description VlanStackActionVlanLogicalEgressMappingConfig. getVlanStackAction()Return vlanStackAction, ornullif it is not present.VlanStackActionVlanLogicalIngressMappingConfig. 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 VlanStackAction Modifier and Type Method Description VlanStackActionConfigBuilder. getVlanStackAction()Return current value associated with the property corresponding toVlanLogicalEgressMappingConfig.getVlanStackAction().VlanStackActionStateBuilder. 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 VlanStackAction Modifier and Type Method Description ConfigBuilderConfigBuilder. setVlanStackAction(VlanStackAction value)Set the property corresponding toVlanLogicalEgressMappingConfig.getVlanStackAction()to the specified value.StateBuilderStateBuilder. 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 VlanStackAction Modifier and Type Method Description VlanStackActionConfigBuilder. getVlanStackAction()Return current value associated with the property corresponding toVlanLogicalIngressMappingConfig.getVlanStackAction().VlanStackActionStateBuilder. 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 VlanStackAction Modifier and Type Method Description ConfigBuilderConfigBuilder. setVlanStackAction(VlanStackAction value)Set the property corresponding toVlanLogicalIngressMappingConfig.getVlanStackAction()to the specified value.StateBuilderStateBuilder. 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 VlanStackAction Modifier and Type Method Description static VlanStackActionVlanStackAction. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static VlanStackActionVlanStackAction. valueOf(String name)Returns the enum constant of this type with the specified name.static VlanStackAction[]VlanStackAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.types.rev200630 that return types with arguments of type VlanStackAction Modifier and Type Method Description static Optional<VlanStackAction>VlanStackAction. forName(String name)Return the enumeration member whosegetName()matches specified value.
-