Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.AggregationType
Packages that use AggregationType
Package
Description
-
Uses of AggregationType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501 that return AggregationTypeModifier and TypeMethodDescriptionstatic @Nullable AggregationTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable AggregationTypeAggregationType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.AggregationLogicalConfig.getLagType()Return lagType, ornullif it is not present.static @NonNull AggregationTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull AggregationTypeAggregationType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull AggregationTypeAggregationLogicalConfig.requireLagType()Return lagType, guaranteed to be non-null.static AggregationTypeReturns the enum constant of this class with the specified name.static AggregationType[]AggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AggregationType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top.aggregation
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top.aggregation that return AggregationTypeModifier and TypeMethodDescriptionConfigBuilder.getLagType()Return current value associated with the property corresponding toAggregationLogicalConfig.getLagType().StateBuilder.getLagType()Return current value associated with the property corresponding toAggregationLogicalConfig.getLagType().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.aggregation.logical.top.aggregation with parameters of type AggregationTypeModifier and TypeMethodDescriptionConfigBuilder.setLagType(AggregationType value) Set the property corresponding toAggregationLogicalConfig.getLagType()to the specified value.StateBuilder.setLagType(AggregationType value) Set the property corresponding toAggregationLogicalConfig.getLagType()to the specified value.