Module netapp_ontap.models.uri
Copyright © 2022 NetApp Inc. All rights reserved.
Classes
class UriSchema (*, only: Union[Sequence[str], Set[str]] = None, exclude: Union[Sequence[str], Set[str]] = (), many: bool = False, context: Dict = None, load_only: Union[Sequence[str], Set[str]] = (), dump_only: Union[Sequence[str], Set[str]] = (), partial: Union[bool, Sequence[str], Set[str]] = False, unknown: str = None)
-
The fields of the Uri object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
fragment GET POST PATCH
-
The fragment field of the uri.
Example: top
-
host GET POST PATCH
-
The host field of the uri.
Example: 10.1.1.1
-
path GET POST PATCH
-
The path field of the uri.
Example: /api/cluster
-
port GET POST PATCH
-
The port field of the uri.
Example: 433
-
query GET POST PATCH
-
The query field of the uri.
Example: key1=value1
-
scheme GET POST PATCH
-
The scheme field of the uri.
Example: https
-
userinfo GET POST PATCH
-
The userinfo field of the uri.
Example: john.doe