OciFssSysSecurity¶
-
class
oci.container_instances.models.OciFssSysSecurity(**kwargs)¶ Bases:
oci.container_instances.models.oci_fss_security.OciFssSecuritySYS security options for OCI FSS File System.
Attributes
AUTH_SYSstr(object=’’) -> str authGets the auth of this OciFssSecurity. is_encrypted_in_transitGets the is_encrypted_in_transit of this OciFssSecurity. Methods
__init__(**kwargs)Initializes a new OciFssSysSecurity object with values from keyword arguments. get_subtype(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
AUTH_SYS= 'SYS'¶
-
__init__(**kwargs)¶ Initializes a new OciFssSysSecurity object with values from keyword arguments. The default value of the
authattribute of this class isSYSand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - auth (str) – The value to assign to the auth property of this OciFssSysSecurity. Allowed values for this property are: “SYS”
- is_encrypted_in_transit (bool) – The value to assign to the is_encrypted_in_transit property of this OciFssSysSecurity.
-
auth¶ Gets the auth of this OciFssSecurity. NFS authentication type to be used. Currently, only auth type SYS is supported.
Allowed values for this property are: “SYS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The auth of this OciFssSecurity. Return type: str
-
static
get_subtype(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
is_encrypted_in_transit¶ Gets the is_encrypted_in_transit of this OciFssSecurity. Determines whether in-transit encryption needs to be enables. Check https://docs.oracle.com/en-us/iaas/Content/File/Tasks/intransitencryption.htm#Using_Intransit_Encryption for more details.
Returns: The is_encrypted_in_transit of this OciFssSecurity. Return type: bool
-