Server IP : 103.119.228.120 / Your IP : 3.144.41.200 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/os_management_hub/models/ |
Upload File : |
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class Profile(object): """ Object that defines the registration profile. """ #: A constant which can be used with the profile_type property of a Profile. #: This constant has a value of "SOFTWARESOURCE" PROFILE_TYPE_SOFTWARESOURCE = "SOFTWARESOURCE" #: A constant which can be used with the profile_type property of a Profile. #: This constant has a value of "GROUP" PROFILE_TYPE_GROUP = "GROUP" #: A constant which can be used with the profile_type property of a Profile. #: This constant has a value of "LIFECYCLE" PROFILE_TYPE_LIFECYCLE = "LIFECYCLE" #: A constant which can be used with the profile_type property of a Profile. #: This constant has a value of "STATION" PROFILE_TYPE_STATION = "STATION" #: A constant which can be used with the profile_type property of a Profile. #: This constant has a value of "WINDOWS_STANDALONE" PROFILE_TYPE_WINDOWS_STANDALONE = "WINDOWS_STANDALONE" #: A constant which can be used with the vendor_name property of a Profile. #: This constant has a value of "ORACLE" VENDOR_NAME_ORACLE = "ORACLE" #: A constant which can be used with the vendor_name property of a Profile. #: This constant has a value of "MICROSOFT" VENDOR_NAME_MICROSOFT = "MICROSOFT" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "ORACLE_LINUX_9" OS_FAMILY_ORACLE_LINUX_9 = "ORACLE_LINUX_9" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "ORACLE_LINUX_8" OS_FAMILY_ORACLE_LINUX_8 = "ORACLE_LINUX_8" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "ORACLE_LINUX_7" OS_FAMILY_ORACLE_LINUX_7 = "ORACLE_LINUX_7" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "ORACLE_LINUX_6" OS_FAMILY_ORACLE_LINUX_6 = "ORACLE_LINUX_6" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "WINDOWS_SERVER_2016" OS_FAMILY_WINDOWS_SERVER_2016 = "WINDOWS_SERVER_2016" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "WINDOWS_SERVER_2019" OS_FAMILY_WINDOWS_SERVER_2019 = "WINDOWS_SERVER_2019" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "WINDOWS_SERVER_2022" OS_FAMILY_WINDOWS_SERVER_2022 = "WINDOWS_SERVER_2022" #: A constant which can be used with the os_family property of a Profile. #: This constant has a value of "ALL" OS_FAMILY_ALL = "ALL" #: A constant which can be used with the arch_type property of a Profile. #: This constant has a value of "X86_64" ARCH_TYPE_X86_64 = "X86_64" #: A constant which can be used with the arch_type property of a Profile. #: This constant has a value of "AARCH64" ARCH_TYPE_AARCH64 = "AARCH64" #: A constant which can be used with the arch_type property of a Profile. #: This constant has a value of "I686" ARCH_TYPE_I686 = "I686" #: A constant which can be used with the arch_type property of a Profile. #: This constant has a value of "NOARCH" ARCH_TYPE_NOARCH = "NOARCH" #: A constant which can be used with the arch_type property of a Profile. #: This constant has a value of "SRC" ARCH_TYPE_SRC = "SRC" #: A constant which can be used with the lifecycle_state property of a Profile. #: This constant has a value of "CREATING" LIFECYCLE_STATE_CREATING = "CREATING" #: A constant which can be used with the lifecycle_state property of a Profile. #: This constant has a value of "UPDATING" LIFECYCLE_STATE_UPDATING = "UPDATING" #: A constant which can be used with the lifecycle_state property of a Profile. #: This constant has a value of "ACTIVE" LIFECYCLE_STATE_ACTIVE = "ACTIVE" #: A constant which can be used with the lifecycle_state property of a Profile. #: This constant has a value of "DELETING" LIFECYCLE_STATE_DELETING = "DELETING" #: A constant which can be used with the lifecycle_state property of a Profile. #: This constant has a value of "DELETED" LIFECYCLE_STATE_DELETED = "DELETED" #: A constant which can be used with the lifecycle_state property of a Profile. #: This constant has a value of "FAILED" LIFECYCLE_STATE_FAILED = "FAILED" #: A constant which can be used with the registration_type property of a Profile. #: This constant has a value of "OCI_LINUX" REGISTRATION_TYPE_OCI_LINUX = "OCI_LINUX" #: A constant which can be used with the registration_type property of a Profile. #: This constant has a value of "NON_OCI_LINUX" REGISTRATION_TYPE_NON_OCI_LINUX = "NON_OCI_LINUX" #: A constant which can be used with the registration_type property of a Profile. #: This constant has a value of "OCI_WINDOWS" REGISTRATION_TYPE_OCI_WINDOWS = "OCI_WINDOWS" #: A constant which can be used with the registration_type property of a Profile. #: This constant has a value of "AUTONOMOUS_LINUX" REGISTRATION_TYPE_AUTONOMOUS_LINUX = "AUTONOMOUS_LINUX" def __init__(self, **kwargs): """ Initializes a new Profile object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.os_management_hub.models.WindowsStandaloneProfile` * :class:`~oci.os_management_hub.models.LifecycleProfile` * :class:`~oci.os_management_hub.models.SoftwareSourceProfile` * :class:`~oci.os_management_hub.models.GroupProfile` * :class:`~oci.os_management_hub.models.StationProfile` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Profile. :type id: str :param compartment_id: The value to assign to the compartment_id property of this Profile. :type compartment_id: str :param display_name: The value to assign to the display_name property of this Profile. :type display_name: str :param description: The value to assign to the description property of this Profile. :type description: str :param management_station_id: The value to assign to the management_station_id property of this Profile. :type management_station_id: str :param profile_type: The value to assign to the profile_type property of this Profile. Allowed values for this property are: "SOFTWARESOURCE", "GROUP", "LIFECYCLE", "STATION", "WINDOWS_STANDALONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type profile_type: str :param vendor_name: The value to assign to the vendor_name property of this Profile. Allowed values for this property are: "ORACLE", "MICROSOFT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type vendor_name: str :param os_family: The value to assign to the os_family property of this Profile. Allowed values for this property are: "ORACLE_LINUX_9", "ORACLE_LINUX_8", "ORACLE_LINUX_7", "ORACLE_LINUX_6", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type os_family: str :param arch_type: The value to assign to the arch_type property of this Profile. Allowed values for this property are: "X86_64", "AARCH64", "I686", "NOARCH", "SRC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type arch_type: str :param time_created: The value to assign to the time_created property of this Profile. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Profile. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param registration_type: The value to assign to the registration_type property of this Profile. Allowed values for this property are: "OCI_LINUX", "NON_OCI_LINUX", "OCI_WINDOWS", "AUTONOMOUS_LINUX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type registration_type: str :param is_default_profile: The value to assign to the is_default_profile property of this Profile. :type is_default_profile: bool :param is_service_provided_profile: The value to assign to the is_service_provided_profile property of this Profile. :type is_service_provided_profile: bool :param freeform_tags: The value to assign to the freeform_tags property of this Profile. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Profile. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Profile. :type system_tags: dict(str, dict(str, object)) """ self.swagger_types = { 'id': 'str', 'compartment_id': 'str', 'display_name': 'str', 'description': 'str', 'management_station_id': 'str', 'profile_type': 'str', 'vendor_name': 'str', 'os_family': 'str', 'arch_type': 'str', 'time_created': 'datetime', 'lifecycle_state': 'str', 'registration_type': 'str', 'is_default_profile': 'bool', 'is_service_provided_profile': 'bool', 'freeform_tags': 'dict(str, str)', 'defined_tags': 'dict(str, dict(str, object))', 'system_tags': 'dict(str, dict(str, object))' } self.attribute_map = { 'id': 'id', 'compartment_id': 'compartmentId', 'display_name': 'displayName', 'description': 'description', 'management_station_id': 'managementStationId', 'profile_type': 'profileType', 'vendor_name': 'vendorName', 'os_family': 'osFamily', 'arch_type': 'archType', 'time_created': 'timeCreated', 'lifecycle_state': 'lifecycleState', 'registration_type': 'registrationType', 'is_default_profile': 'isDefaultProfile', 'is_service_provided_profile': 'isServiceProvidedProfile', 'freeform_tags': 'freeformTags', 'defined_tags': 'definedTags', 'system_tags': 'systemTags' } self._id = None self._compartment_id = None self._display_name = None self._description = None self._management_station_id = None self._profile_type = None self._vendor_name = None self._os_family = None self._arch_type = None self._time_created = None self._lifecycle_state = None self._registration_type = None self._is_default_profile = None self._is_service_provided_profile = None self._freeform_tags = None self._defined_tags = None self._system_tags = None @staticmethod def 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. """ type = object_dictionary['profileType'] if type == 'WINDOWS_STANDALONE': return 'WindowsStandaloneProfile' if type == 'LIFECYCLE': return 'LifecycleProfile' if type == 'SOFTWARESOURCE': return 'SoftwareSourceProfile' if type == 'GROUP': return 'GroupProfile' if type == 'STATION': return 'StationProfile' else: return 'Profile' @property def id(self): """ **[Required]** Gets the id of this Profile. The `OCID`__ of the registration profile. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this Profile. :rtype: str """ return self._id @id.setter def id(self, id): """ Sets the id of this Profile. The `OCID`__ of the registration profile. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this Profile. :type: str """ self._id = id @property def compartment_id(self): """ **[Required]** Gets the compartment_id of this Profile. The `OCID`__ of the compartment that contains the registration profile. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this Profile. :rtype: str """ return self._compartment_id @compartment_id.setter def compartment_id(self, compartment_id): """ Sets the compartment_id of this Profile. The `OCID`__ of the compartment that contains the registration profile. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this Profile. :type: str """ self._compartment_id = compartment_id @property def display_name(self): """ **[Required]** Gets the display_name of this Profile. A user-friendly name for the profile. :return: The display_name of this Profile. :rtype: str """ return self._display_name @display_name.setter def display_name(self, display_name): """ Sets the display_name of this Profile. A user-friendly name for the profile. :param display_name: The display_name of this Profile. :type: str """ self._display_name = display_name @property def description(self): """ Gets the description of this Profile. The description of the registration profile. :return: The description of this Profile. :rtype: str """ return self._description @description.setter def description(self, description): """ Sets the description of this Profile. The description of the registration profile. :param description: The description of this Profile. :type: str """ self._description = description @property def management_station_id(self): """ Gets the management_station_id of this Profile. The `OCID`__ of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The management_station_id of this Profile. :rtype: str """ return self._management_station_id @management_station_id.setter def management_station_id(self, management_station_id): """ Sets the management_station_id of this Profile. The `OCID`__ of the management station to associate with an instance once registered. Associating with a management station applies only to non-OCI instances. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param management_station_id: The management_station_id of this Profile. :type: str """ self._management_station_id = management_station_id @property def profile_type(self): """ Gets the profile_type of this Profile. The type of profile. Allowed values for this property are: "SOFTWARESOURCE", "GROUP", "LIFECYCLE", "STATION", "WINDOWS_STANDALONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The profile_type of this Profile. :rtype: str """ return self._profile_type @profile_type.setter def profile_type(self, profile_type): """ Sets the profile_type of this Profile. The type of profile. :param profile_type: The profile_type of this Profile. :type: str """ allowed_values = ["SOFTWARESOURCE", "GROUP", "LIFECYCLE", "STATION", "WINDOWS_STANDALONE"] if not value_allowed_none_or_none_sentinel(profile_type, allowed_values): profile_type = 'UNKNOWN_ENUM_VALUE' self._profile_type = profile_type @property def vendor_name(self): """ **[Required]** Gets the vendor_name of this Profile. The vendor of the operating system for the instance. Allowed values for this property are: "ORACLE", "MICROSOFT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The vendor_name of this Profile. :rtype: str """ return self._vendor_name @vendor_name.setter def vendor_name(self, vendor_name): """ Sets the vendor_name of this Profile. The vendor of the operating system for the instance. :param vendor_name: The vendor_name of this Profile. :type: str """ allowed_values = ["ORACLE", "MICROSOFT"] if not value_allowed_none_or_none_sentinel(vendor_name, allowed_values): vendor_name = 'UNKNOWN_ENUM_VALUE' self._vendor_name = vendor_name @property def os_family(self): """ **[Required]** Gets the os_family of this Profile. The operating system family. Allowed values for this property are: "ORACLE_LINUX_9", "ORACLE_LINUX_8", "ORACLE_LINUX_7", "ORACLE_LINUX_6", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The os_family of this Profile. :rtype: str """ return self._os_family @os_family.setter def os_family(self, os_family): """ Sets the os_family of this Profile. The operating system family. :param os_family: The os_family of this Profile. :type: str """ allowed_values = ["ORACLE_LINUX_9", "ORACLE_LINUX_8", "ORACLE_LINUX_7", "ORACLE_LINUX_6", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "ALL"] if not value_allowed_none_or_none_sentinel(os_family, allowed_values): os_family = 'UNKNOWN_ENUM_VALUE' self._os_family = os_family @property def arch_type(self): """ **[Required]** Gets the arch_type of this Profile. The architecture type. Allowed values for this property are: "X86_64", "AARCH64", "I686", "NOARCH", "SRC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The arch_type of this Profile. :rtype: str """ return self._arch_type @arch_type.setter def arch_type(self, arch_type): """ Sets the arch_type of this Profile. The architecture type. :param arch_type: The arch_type of this Profile. :type: str """ allowed_values = ["X86_64", "AARCH64", "I686", "NOARCH", "SRC"] if not value_allowed_none_or_none_sentinel(arch_type, allowed_values): arch_type = 'UNKNOWN_ENUM_VALUE' self._arch_type = arch_type @property def time_created(self): """ Gets the time_created of this Profile. The time the registration profile was created (in `RFC 3339`__ format). __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created of this Profile. :rtype: datetime """ return self._time_created @time_created.setter def time_created(self, time_created): """ Sets the time_created of this Profile. The time the registration profile was created (in `RFC 3339`__ format). __ https://tools.ietf.org/rfc/rfc3339 :param time_created: The time_created of this Profile. :type: datetime """ self._time_created = time_created @property def lifecycle_state(self): """ Gets the lifecycle_state of this Profile. The current state of the registration profile. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this Profile. :rtype: str """ return self._lifecycle_state @lifecycle_state.setter def lifecycle_state(self, lifecycle_state): """ Sets the lifecycle_state of this Profile. The current state of the registration profile. :param lifecycle_state: The lifecycle_state of this Profile. :type: str """ allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"] if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values): lifecycle_state = 'UNKNOWN_ENUM_VALUE' self._lifecycle_state = lifecycle_state @property def registration_type(self): """ Gets the registration_type of this Profile. The type of instance to register. Allowed values for this property are: "OCI_LINUX", "NON_OCI_LINUX", "OCI_WINDOWS", "AUTONOMOUS_LINUX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The registration_type of this Profile. :rtype: str """ return self._registration_type @registration_type.setter def registration_type(self, registration_type): """ Sets the registration_type of this Profile. The type of instance to register. :param registration_type: The registration_type of this Profile. :type: str """ allowed_values = ["OCI_LINUX", "NON_OCI_LINUX", "OCI_WINDOWS", "AUTONOMOUS_LINUX"] if not value_allowed_none_or_none_sentinel(registration_type, allowed_values): registration_type = 'UNKNOWN_ENUM_VALUE' self._registration_type = registration_type @property def is_default_profile(self): """ Gets the is_default_profile of this Profile. Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified. :return: The is_default_profile of this Profile. :rtype: bool """ return self._is_default_profile @is_default_profile.setter def is_default_profile(self, is_default_profile): """ Sets the is_default_profile of this Profile. Indicates if the profile is set as the default. There is exactly one default profile for a specified architecture, OS family, registration type, and vendor. When registering an instance with the corresonding characteristics, the default profile is used, unless another profile is specified. :param is_default_profile: The is_default_profile of this Profile. :type: bool """ self._is_default_profile = is_default_profile @property def is_service_provided_profile(self): """ Gets the is_service_provided_profile of this Profile. Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances. :return: The is_service_provided_profile of this Profile. :rtype: bool """ return self._is_service_provided_profile @is_service_provided_profile.setter def is_service_provided_profile(self, is_service_provided_profile): """ Sets the is_service_provided_profile of this Profile. Indicates if the profile was created by the service. OS Management Hub provides a limited set of standardized profiles that can be used to register Autonomous Linux or Windows instances. :param is_service_provided_profile: The is_service_provided_profile of this Profile. :type: bool """ self._is_service_provided_profile = is_service_provided_profile @property def freeform_tags(self): """ Gets the freeform_tags of this Profile. 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\"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this Profile. :rtype: dict(str, str) """ return self._freeform_tags @freeform_tags.setter def freeform_tags(self, freeform_tags): """ Sets the freeform_tags of this Profile. 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\"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this Profile. :type: dict(str, str) """ self._freeform_tags = freeform_tags @property def defined_tags(self): """ Gets the defined_tags of this Profile. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this Profile. :rtype: dict(str, dict(str, object)) """ return self._defined_tags @defined_tags.setter def defined_tags(self, defined_tags): """ Sets the defined_tags of this Profile. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{\"Operations\": {\"CostCenter\": \"42\"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this Profile. :type: dict(str, dict(str, object)) """ self._defined_tags = defined_tags @property def system_tags(self): """ Gets the system_tags of this Profile. System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}` :return: The system_tags of this Profile. :rtype: dict(str, dict(str, object)) """ return self._system_tags @system_tags.setter def system_tags(self, system_tags): """ Sets the system_tags of this Profile. System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}` :param system_tags: The system_tags of this Profile. :type: dict(str, dict(str, object)) """ self._system_tags = system_tags def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other