outputNetworkFailoverSettingsModesPreferPrimaryGet method

Future<Response<PreferPrimary$Response>> outputNetworkFailoverSettingsModesPreferPrimaryGet({
  1. bool? $set,
})

Get Prefer Primary Failover Mode Enabled @param set Sets the prefer-primary

Implementation

Future<chopper.Response<PreferPrimary$Response>>
    outputNetworkFailoverSettingsModesPreferPrimaryGet({bool? $set}) {
  generatedMapping.putIfAbsent(
      PreferPrimary$Response, () => PreferPrimary$Response.fromJsonFactory);

  return _outputNetworkFailoverSettingsModesPreferPrimaryGet($set: $set);
}