Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.aggregate.rev200501.AggregationType
-
-
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 AggregationType Modifier and Type Method Description static AggregationTypeAggregationType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.AggregationTypeAggregationLogicalConfig. getLagType()Return lagType, ornullif it is not present.default @NonNull AggregationTypeAggregationLogicalConfig. requireLagType()Return lagType, guaranteed to be non-null.static AggregationTypeAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AggregationType[]AggregationType. 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.interfaces.aggregate.rev200501 that return types with arguments of type AggregationType Modifier and Type Method Description static Optional<AggregationType>AggregationType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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 AggregationType Modifier and Type Method Description AggregationTypeConfigBuilder. getLagType()Return current value associated with the property corresponding toAggregationLogicalConfig.getLagType().AggregationTypeStateBuilder. 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 AggregationType Modifier and Type Method Description ConfigBuilderConfigBuilder. setLagType(AggregationType value)Set the property corresponding toAggregationLogicalConfig.getLagType()to the specified value.StateBuilderStateBuilder. setLagType(AggregationType value)Set the property corresponding toAggregationLogicalConfig.getLagType()to the specified value.
-