Module netapp_ontap.resources.xc_security_config
Copyright © 2022 NetApp Inc. All rights reserved.
This file has been automatically generated based on the ONTAP REST API documentation.
Classes
class XcSecurityConfig (*args, **kwargs)
-
security_config clone for cluster peer.
Initialize the instance of the resource.
Any keyword arguments are set on the instance as properties. For example, if the class was named 'MyResource', then this statement would be true:
MyResource(name='foo').name == 'foo'
Args
*args
- Each positional argument represents a parent key as used in the URL of the object. That is, each value will be used to fill in a segment of the URL which refers to some parent object. The order of these arguments must match the order they are specified in the URL, from left to right.
**kwargs
- each entry will have its key set as an attribute name on the instance and its value will be the value of that attribute.
Ancestors
Methods
def get(self, **kwargs) -> NetAppResponse
-
Retrieves information about the security configured on the remote cluster.
Fetch the details of the object from the host.
Requires the keys to be set (if any). After returning, new or changed properties from the host will be set on the instance.
Returns
A
NetAppResponse
object containing the details of the HTTP response.Raises
NetAppRestError
: If the API call returned a status code >= 400
Inherited members
class XcSecurityConfigSchema (*, 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 XcSecurityConfig object
Ancestors
- netapp_ontap.resource.ResourceSchema
- marshmallow.schema.Schema
- marshmallow.base.SchemaABC
Class variables
-
fips: Fips GET POST PATCH
-
The fips field of the xc_security_config.
-
links: SelfLink GET
-
The links field of the xc_security_config.
-
management_protocols: ManagementProtocols GET POST PATCH
-
The management_protocols field of the xc_security_config.
-
onboard_key_manager_configurable_status: OnboardKeyManagerConfigurableStatus GET
-
The onboard_key_manager_configurable_status field of the xc_security_config.
-
software_data_encryption: SoftwareDataEncryption GET POST PATCH
-
The software_data_encryption field of the xc_security_config.
-
tls: Tls GET POST PATCH
-
The tls field of the xc_security_config.