Module netapp_ontap.models.s3_bucket_svm_lifecycle_management_rules

Copyright © 2023 NetApp Inc. All rights reserved.

This file has been automatically generated based on the ONTAP REST API documentation.

Classes

class S3BucketSvmLifecycleManagementRulesSchema (*, 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 S3BucketSvmLifecycleManagementRules object

Ancestors

  • netapp_ontap.resource.ResourceSchema
  • marshmallow.schema.Schema
  • marshmallow.base.SchemaABC

Class variables

abort_incomplete_multipart_upload: S3BucketLifecycleAbortIncompleteMultipartUpload GET POST PATCH

The abort_incomplete_multipart_upload field of the s3_bucket_svm_lifecycle_management_rules.

enabled: bool GET POST PATCH

Specifies whether or not the associated rule is enabled.

expiration: S3BucketLifecycleExpiration GET POST PATCH

The expiration field of the s3_bucket_svm_lifecycle_management_rules.

The links field of the s3_bucket_svm_lifecycle_management_rules.

name: str GET POST

Bucket lifecycle management rule identifier.

non_current_version_expiration: S3BucketLifecycleNonCurrentVersionExpiration GET POST PATCH

The non_current_version_expiration field of the s3_bucket_svm_lifecycle_management_rules.

object_filter: S3BucketLifecycleObjectFilter GET POST

The object_filter field of the s3_bucket_svm_lifecycle_management_rules.