Module netapp_ontap.models.svm_s3_service
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class SvmS3ServiceSchema (*, 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 SvmS3Service object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
certificate: SecurityCertificate GET POST PATCH
-
The certificate field of the svm_s3_service.
-
default_unix_user: str GET POST PATCH
-
Specifies the default UNIX user for NAS Access.
-
default_win_user: str GET POST PATCH
-
Specifies the default Windows user for NAS Access.
-
enabled: bool GET POST PATCH
-
Specifies whether or not to enable S3. Setting this value to true creates a service if one is not yet created.
-
is_http_enabled: bool GET POST PATCH
-
Specifies whether HTTP is enabled on the S3 server. By default, HTTP is disabled on the S3 server.
-
is_https_enabled: bool GET POST PATCH
-
Specifies whether HTTPS is enabled on the S3 server. By default, HTTPS is enabled on the S3 server.
-
links: SelfLink GET
-
The links field of the svm_s3_service.
-
name: str GET POST PATCH
-
Specifies the name of the S3 server. A server name length can range from 1 to 253 characters and can only contain the following combination of characters 0-9, A-Z, a-z, ".", and "-".
Example: s3-server-1
-
port: Size GET POST PATCH
-
Specifies the HTTP listener port for the S3 server. By default, HTTP is enabled on port 80.
-
secure_port: Size GET POST PATCH
-
Specifies the HTTPS listener port for the S3 server. By default, HTTPS is enabled on port 443.