Module netapp_ontap.models.san_application_components
Copyright © 2023 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class SanApplicationComponentsSchema (*, 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 SanApplicationComponents object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
igroup_name: str GET POST PATCH
-
The name of the initiator group through which the contents of this application will be accessed. Modification of this parameter is a disruptive operation. All LUNs in the application component will be unmapped from the current igroup and re-mapped to the new igroup.
-
lun_count: Size GET POST PATCH
-
The number of LUNs in the application component.
-
name: str GET POST PATCH
-
The name of the application component.
-
os_type: str GET POST PATCH
-
The name of the host OS running the application.
Valid choices:
- aix
- hpux
- hyper_v
- linux
- netware
- openvms
- solaris
- solaris_efi
- vmware
- windows
- windows_2008
- windows_gpt
- xen
-
qos: NasApplicationComponentsQos GET POST
-
The qos field of the san_application_components.
-
storage_service: NasApplicationComponentsStorageService GET POST PATCH
-
The storage_service field of the san_application_components.
-
tiering: SanApplicationComponentsTiering GET POST PATCH
-
The tiering field of the san_application_components.
-
total_size: Size GET POST PATCH
-
The total size of the application component, split across the member LUNs. Usage: {<integer>[KB|MB|GB|TB|PB]}