neutron_lib.exceptions.address_scope module

异常 neutron_lib.exceptions.address_scope.AddressScopeInUse(**kwargs)

基类: InUse

message = '无法 完成 地址 范围 %(address_scope_id)s 上的操作。 地址 范围上 有一个 或多个 子网 正在使用。'
异常 neutron_lib.exceptions.address_scope.AddressScopeNotFound(**kwargs)

基类: NotFound

message = '地址 范围 %(address_scope_id)s 未找到。'
异常 neutron_lib.exceptions.address_scope.AddressScopeUpdateError(**kwargs)

基类: BadRequest

message = '无法 更新 地址 范围 %(address_scope_id)s %(reason)s。'
异常 neutron_lib.exceptions.address_scope.NetworkAddressScopeAffinityError(**kwargs)

基类: BadRequest

message = '相同 地址 的子网 托管在 同一 网络上, 必须 全部 参与 同一 地址 范围。'