Skip to content

QuantumGate::Access::Manager::GetAllIPSubnetLimits

Karel Donk edited this page Dec 11, 2019 · 2 revisions

Returns a collection of all IP subnet limits on the instance.

Signature

Result<Vector<IPSubnetLimit>> GetAllIPSubnetLimits() const noexcept;

Return values

Returns a QuantumGate::Result object equal to one of the following QuantumGate::ResultCodes:

Value Description
QuantumGate::ResultCode::Succeeded The operation succeeded.
QuantumGate::ResultCode::Failed The operation failed.

Upon successful completion the result also contains a QuantumGate::Vector with a collection of QuantumGate::IPSubnetLimits. See QuantumGate::Access::IPSubnetLimit for more details.

Clone this wiki locally