UpdateSoftwareSourceDetails¶
-
class
oci.os_management.models.
UpdateSoftwareSourceDetails
(**kwargs)¶ Bases:
object
Information for updating a software source on the management system
Attributes
CHECKSUM_TYPE_SHA1
A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. CHECKSUM_TYPE_SHA256
A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. CHECKSUM_TYPE_SHA384
A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. CHECKSUM_TYPE_SHA512
A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. checksum_type
Gets the checksum_type of this UpdateSoftwareSourceDetails. defined_tags
Gets the defined_tags of this UpdateSoftwareSourceDetails. description
Gets the description of this UpdateSoftwareSourceDetails. display_name
Gets the display_name of this UpdateSoftwareSourceDetails. freeform_tags
Gets the freeform_tags of this UpdateSoftwareSourceDetails. maintainer_email
Gets the maintainer_email of this UpdateSoftwareSourceDetails. maintainer_name
Gets the maintainer_name of this UpdateSoftwareSourceDetails. maintainer_phone
Gets the maintainer_phone of this UpdateSoftwareSourceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateSoftwareSourceDetails object with values from keyword arguments. -
CHECKSUM_TYPE_SHA1
= 'SHA1'¶ A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. This constant has a value of “SHA1”
-
CHECKSUM_TYPE_SHA256
= 'SHA256'¶ A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. This constant has a value of “SHA256”
-
CHECKSUM_TYPE_SHA384
= 'SHA384'¶ A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. This constant has a value of “SHA384”
-
CHECKSUM_TYPE_SHA512
= 'SHA512'¶ A constant which can be used with the checksum_type property of a UpdateSoftwareSourceDetails. This constant has a value of “SHA512”
-
__init__
(**kwargs)¶ Initializes a new UpdateSoftwareSourceDetails 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 UpdateSoftwareSourceDetails.
- description (str) – The value to assign to the description property of this UpdateSoftwareSourceDetails.
- maintainer_name (str) – The value to assign to the maintainer_name property of this UpdateSoftwareSourceDetails.
- maintainer_email (str) – The value to assign to the maintainer_email property of this UpdateSoftwareSourceDetails.
- maintainer_phone (str) – The value to assign to the maintainer_phone property of this UpdateSoftwareSourceDetails.
- checksum_type (str) – The value to assign to the checksum_type property of this UpdateSoftwareSourceDetails. Allowed values for this property are: “SHA1”, “SHA256”, “SHA384”, “SHA512”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSoftwareSourceDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSoftwareSourceDetails.
-
checksum_type
¶ Gets the checksum_type of this UpdateSoftwareSourceDetails. The yum repository checksum type used by this software source
Allowed values for this property are: “SHA1”, “SHA256”, “SHA384”, “SHA512”
Returns: The checksum_type of this UpdateSoftwareSourceDetails. Return type: str
Gets the defined_tags of this UpdateSoftwareSourceDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateSoftwareSourceDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateSoftwareSourceDetails. Information specified by the user about the software source
Returns: The description of this UpdateSoftwareSourceDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateSoftwareSourceDetails. User friendly name for the software source
Returns: The display_name of this UpdateSoftwareSourceDetails. Return type: str
Gets the freeform_tags of this UpdateSoftwareSourceDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateSoftwareSourceDetails. Return type: dict(str, str)
-
maintainer_email
¶ Gets the maintainer_email of this UpdateSoftwareSourceDetails. Email address of the person maintaining this software source
Returns: The maintainer_email of this UpdateSoftwareSourceDetails. Return type: str
-
maintainer_name
¶ Gets the maintainer_name of this UpdateSoftwareSourceDetails. Name of the person maintaining this software source
Returns: The maintainer_name of this UpdateSoftwareSourceDetails. Return type: str
-
maintainer_phone
¶ Gets the maintainer_phone of this UpdateSoftwareSourceDetails. Phone number of the person maintaining this software source
Returns: The maintainer_phone of this UpdateSoftwareSourceDetails. Return type: str
-