UpdateLustreFileSystemDetails

class oci.lustre_file_storage.models.UpdateLustreFileSystemDetails(**kwargs)

Bases: object

The data to update a Lustre file system.

Methods

__init__(**kwargs) Initializes a new UpdateLustreFileSystemDetails object with values from keyword arguments.

Attributes

capacity_in_gbs Gets the capacity_in_gbs of this UpdateLustreFileSystemDetails.
defined_tags Gets the defined_tags of this UpdateLustreFileSystemDetails.
display_name Gets the display_name of this UpdateLustreFileSystemDetails.
file_system_description Gets the file_system_description of this UpdateLustreFileSystemDetails.
freeform_tags Gets the freeform_tags of this UpdateLustreFileSystemDetails.
kms_key_id Gets the kms_key_id of this UpdateLustreFileSystemDetails.
nsg_ids Gets the nsg_ids of this UpdateLustreFileSystemDetails.
root_squash_configuration Gets the root_squash_configuration of this UpdateLustreFileSystemDetails.
__init__(**kwargs)

Initializes a new UpdateLustreFileSystemDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateLustreFileSystemDetails.
  • file_system_description (str) – The value to assign to the file_system_description property of this UpdateLustreFileSystemDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateLustreFileSystemDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateLustreFileSystemDetails.
  • nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateLustreFileSystemDetails.
  • kms_key_id (str) – The value to assign to the kms_key_id property of this UpdateLustreFileSystemDetails.
  • capacity_in_gbs (int) – The value to assign to the capacity_in_gbs property of this UpdateLustreFileSystemDetails.
  • root_squash_configuration (oci.lustre_file_storage.models.RootSquashConfiguration) – The value to assign to the root_squash_configuration property of this UpdateLustreFileSystemDetails.
capacity_in_gbs

Gets the capacity_in_gbs of this UpdateLustreFileSystemDetails. Capacity of the Lustre file system in GB. You can increase capacity only in multiples of 5 TB.

Returns:The capacity_in_gbs of this UpdateLustreFileSystemDetails.
Return type:int
defined_tags

Gets the defined_tags of this UpdateLustreFileSystemDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateLustreFileSystemDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateLustreFileSystemDetails. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.

Example: My Lustre file system

Returns:The display_name of this UpdateLustreFileSystemDetails.
Return type:str
file_system_description

Gets the file_system_description of this UpdateLustreFileSystemDetails. Short description of the Lustre file system. Avoid entering confidential information.

Returns:The file_system_description of this UpdateLustreFileSystemDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateLustreFileSystemDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateLustreFileSystemDetails.
Return type:dict(str, str)
kms_key_id

Gets the kms_key_id of this UpdateLustreFileSystemDetails. The OCID of the KMS key used to encrypt the encryption keys associated with this file system.

Returns:The kms_key_id of this UpdateLustreFileSystemDetails.
Return type:str
nsg_ids

Gets the nsg_ids of this UpdateLustreFileSystemDetails. A list of Network Security Group OCIDs associated with this lustre file system. A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules.

Returns:The nsg_ids of this UpdateLustreFileSystemDetails.
Return type:list[str]
root_squash_configuration

Gets the root_squash_configuration of this UpdateLustreFileSystemDetails.

Returns:The root_squash_configuration of this UpdateLustreFileSystemDetails.
Return type:oci.lustre_file_storage.models.RootSquashConfiguration