geonode.geoserver.acl.gsauth_client.models.rule_limits

GeoServer ACL

GeoServer Access Control List API # noqa: E501

The version of the OpenAPI document: 1.0.0 Generated by: https://openapi-generator.tech

Classes

RuleLimits

NOTE: This class is auto generated by OpenAPI Generator.

Module Contents

class geonode.geoserver.acl.gsauth_client.models.rule_limits.RuleLimits(allowed_area=None, spatial_filter_type=None, catalog_mode=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

openapi_types[source]
attribute_map[source]
local_vars_configuration[source]
_allowed_area = None[source]
_spatial_filter_type = None[source]
_catalog_mode = None[source]
discriminator = None[source]
property spatial_filter_type[source]
property E501
Returns:

The spatial_filter_type of this RuleLimits. # noqa: E501

Return type:

SpatialFilterType

Type:

Gets the spatial_filter_type of this RuleLimits. # noqa

property catalog_mode[source]
property E501
Returns:

The catalog_mode of this RuleLimits. # noqa: E501

Return type:

CatalogMode

Type:

Gets the catalog_mode of this RuleLimits. # noqa

property allowed_area[source]
property E501
Returns:

The allowed_area of this RuleLimits. # noqa: E501

Return type:

Geom

Type:

Gets the allowed_area of this RuleLimits. # noqa

to_dict(serialize=False)[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

__repr__()[source]

For print and pprint

__eq__(other)[source]

Returns true if both objects are equal

__ne__(other)[source]

Returns true if both objects are not equal