CreateOciFssSysSecurityDetails¶
-
class
oci.container_instances.models.CreateOciFssSysSecurityDetails(**kwargs)¶ Bases:
oci.container_instances.models.create_oci_fss_security_details.CreateOciFssSecurityDetailsSYS security options for OCI FSS File System.
Attributes
AUTH_SYSstr(object=’’) -> str authGets the auth of this CreateOciFssSecurityDetails. is_encrypted_in_transitGets the is_encrypted_in_transit of this CreateOciFssSecurityDetails. Methods
__init__(**kwargs)Initializes a new CreateOciFssSysSecurityDetails 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 CreateOciFssSysSecurityDetails 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 CreateOciFssSysSecurityDetails. 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 CreateOciFssSysSecurityDetails.
-
auth¶ Gets the auth of this CreateOciFssSecurityDetails. NFS authentication type to be used. Currently, only auth type SYS is supported.
Allowed values for this property are: “SYS”
Returns: The auth of this CreateOciFssSecurityDetails. 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 CreateOciFssSecurityDetails. 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 CreateOciFssSecurityDetails. Return type: bool
-