SoftwareSource¶
-
class
oci.os_management_hub.models.
SoftwareSource
(**kwargs)¶ Bases:
object
The object that defines a software source. A software source contains a collection of packages. For more information, see Managing Software Sources.
Attributes
ARCH_TYPE_AARCH64
A constant which can be used with the arch_type property of a SoftwareSource. ARCH_TYPE_I686
A constant which can be used with the arch_type property of a SoftwareSource. ARCH_TYPE_NOARCH
A constant which can be used with the arch_type property of a SoftwareSource. ARCH_TYPE_SRC
A constant which can be used with the arch_type property of a SoftwareSource. ARCH_TYPE_X86_64
A constant which can be used with the arch_type property of a SoftwareSource. AVAILABILITY_AT_OCI_AVAILABLE
A constant which can be used with the availability_at_oci property of a SoftwareSource. AVAILABILITY_AT_OCI_RESTRICTED
A constant which can be used with the availability_at_oci property of a SoftwareSource. AVAILABILITY_AT_OCI_SELECTED
A constant which can be used with the availability_at_oci property of a SoftwareSource. AVAILABILITY_AT_OCI_UNAVAILABLE
A constant which can be used with the availability_at_oci property of a SoftwareSource. AVAILABILITY_AVAILABLE
A constant which can be used with the availability property of a SoftwareSource. AVAILABILITY_RESTRICTED
A constant which can be used with the availability property of a SoftwareSource. AVAILABILITY_SELECTED
A constant which can be used with the availability property of a SoftwareSource. AVAILABILITY_UNAVAILABLE
A constant which can be used with the availability property of a SoftwareSource. CHECKSUM_TYPE_SHA1
A constant which can be used with the checksum_type property of a SoftwareSource. CHECKSUM_TYPE_SHA256
A constant which can be used with the checksum_type property of a SoftwareSource. CHECKSUM_TYPE_SHA384
A constant which can be used with the checksum_type property of a SoftwareSource. CHECKSUM_TYPE_SHA512
A constant which can be used with the checksum_type property of a SoftwareSource. LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a SoftwareSource. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a SoftwareSource. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a SoftwareSource. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a SoftwareSource. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a SoftwareSource. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a SoftwareSource. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a SoftwareSource. OS_FAMILY_ALL
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_ORACLE_LINUX_6
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_ORACLE_LINUX_7
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_ORACLE_LINUX_8
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_ORACLE_LINUX_9
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_WINDOWS_SERVER_2016
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_WINDOWS_SERVER_2019
A constant which can be used with the os_family property of a SoftwareSource. OS_FAMILY_WINDOWS_SERVER_2022
A constant which can be used with the os_family property of a SoftwareSource. SOFTWARE_SOURCE_TYPE_CUSTOM
A constant which can be used with the software_source_type property of a SoftwareSource. SOFTWARE_SOURCE_TYPE_VENDOR
A constant which can be used with the software_source_type property of a SoftwareSource. SOFTWARE_SOURCE_TYPE_VERSIONED
A constant which can be used with the software_source_type property of a SoftwareSource. arch_type
[Required] Gets the arch_type of this SoftwareSource. availability
[Required] Gets the availability of this SoftwareSource. availability_at_oci
[Required] Gets the availability_at_oci of this SoftwareSource. checksum_type
Gets the checksum_type of this SoftwareSource. compartment_id
[Required] Gets the compartment_id of this SoftwareSource. defined_tags
Gets the defined_tags of this SoftwareSource. description
Gets the description of this SoftwareSource. display_name
[Required] Gets the display_name of this SoftwareSource. freeform_tags
Gets the freeform_tags of this SoftwareSource. gpg_key_fingerprint
Gets the gpg_key_fingerprint of this SoftwareSource. gpg_key_id
Gets the gpg_key_id of this SoftwareSource. gpg_key_url
Gets the gpg_key_url of this SoftwareSource. id
[Required] Gets the id of this SoftwareSource. lifecycle_state
Gets the lifecycle_state of this SoftwareSource. os_family
[Required] Gets the os_family of this SoftwareSource. package_count
Gets the package_count of this SoftwareSource. repo_id
[Required] Gets the repo_id of this SoftwareSource. size
Gets the size of this SoftwareSource. software_source_type
[Required] Gets the software_source_type of this SoftwareSource. system_tags
Gets the system_tags of this SoftwareSource. time_created
[Required] Gets the time_created of this SoftwareSource. url
[Required] Gets the url of this SoftwareSource. Methods
__init__
(**kwargs)Initializes a new SoftwareSource 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. -
ARCH_TYPE_AARCH64
= 'AARCH64'¶ A constant which can be used with the arch_type property of a SoftwareSource. This constant has a value of “AARCH64”
-
ARCH_TYPE_I686
= 'I686'¶ A constant which can be used with the arch_type property of a SoftwareSource. This constant has a value of “I686”
-
ARCH_TYPE_NOARCH
= 'NOARCH'¶ A constant which can be used with the arch_type property of a SoftwareSource. This constant has a value of “NOARCH”
-
ARCH_TYPE_SRC
= 'SRC'¶ A constant which can be used with the arch_type property of a SoftwareSource. This constant has a value of “SRC”
-
ARCH_TYPE_X86_64
= 'X86_64'¶ A constant which can be used with the arch_type property of a SoftwareSource. This constant has a value of “X86_64”
-
AVAILABILITY_AT_OCI_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the availability_at_oci property of a SoftwareSource. This constant has a value of “AVAILABLE”
-
AVAILABILITY_AT_OCI_RESTRICTED
= 'RESTRICTED'¶ A constant which can be used with the availability_at_oci property of a SoftwareSource. This constant has a value of “RESTRICTED”
-
AVAILABILITY_AT_OCI_SELECTED
= 'SELECTED'¶ A constant which can be used with the availability_at_oci property of a SoftwareSource. This constant has a value of “SELECTED”
-
AVAILABILITY_AT_OCI_UNAVAILABLE
= 'UNAVAILABLE'¶ A constant which can be used with the availability_at_oci property of a SoftwareSource. This constant has a value of “UNAVAILABLE”
-
AVAILABILITY_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the availability property of a SoftwareSource. This constant has a value of “AVAILABLE”
-
AVAILABILITY_RESTRICTED
= 'RESTRICTED'¶ A constant which can be used with the availability property of a SoftwareSource. This constant has a value of “RESTRICTED”
-
AVAILABILITY_SELECTED
= 'SELECTED'¶ A constant which can be used with the availability property of a SoftwareSource. This constant has a value of “SELECTED”
-
AVAILABILITY_UNAVAILABLE
= 'UNAVAILABLE'¶ A constant which can be used with the availability property of a SoftwareSource. This constant has a value of “UNAVAILABLE”
-
CHECKSUM_TYPE_SHA1
= 'SHA1'¶ A constant which can be used with the checksum_type property of a SoftwareSource. This constant has a value of “SHA1”
-
CHECKSUM_TYPE_SHA256
= 'SHA256'¶ A constant which can be used with the checksum_type property of a SoftwareSource. This constant has a value of “SHA256”
-
CHECKSUM_TYPE_SHA384
= 'SHA384'¶ A constant which can be used with the checksum_type property of a SoftwareSource. This constant has a value of “SHA384”
-
CHECKSUM_TYPE_SHA512
= 'SHA512'¶ A constant which can be used with the checksum_type property of a SoftwareSource. This constant has a value of “SHA512”
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a SoftwareSource. This constant has a value of “UPDATING”
-
OS_FAMILY_ALL
= 'ALL'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “ALL”
-
OS_FAMILY_ORACLE_LINUX_6
= 'ORACLE_LINUX_6'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “ORACLE_LINUX_6”
-
OS_FAMILY_ORACLE_LINUX_7
= 'ORACLE_LINUX_7'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “ORACLE_LINUX_7”
-
OS_FAMILY_ORACLE_LINUX_8
= 'ORACLE_LINUX_8'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “ORACLE_LINUX_8”
-
OS_FAMILY_ORACLE_LINUX_9
= 'ORACLE_LINUX_9'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “ORACLE_LINUX_9”
-
OS_FAMILY_WINDOWS_SERVER_2016
= 'WINDOWS_SERVER_2016'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “WINDOWS_SERVER_2016”
-
OS_FAMILY_WINDOWS_SERVER_2019
= 'WINDOWS_SERVER_2019'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “WINDOWS_SERVER_2019”
-
OS_FAMILY_WINDOWS_SERVER_2022
= 'WINDOWS_SERVER_2022'¶ A constant which can be used with the os_family property of a SoftwareSource. This constant has a value of “WINDOWS_SERVER_2022”
-
SOFTWARE_SOURCE_TYPE_CUSTOM
= 'CUSTOM'¶ A constant which can be used with the software_source_type property of a SoftwareSource. This constant has a value of “CUSTOM”
-
SOFTWARE_SOURCE_TYPE_VENDOR
= 'VENDOR'¶ A constant which can be used with the software_source_type property of a SoftwareSource. This constant has a value of “VENDOR”
-
SOFTWARE_SOURCE_TYPE_VERSIONED
= 'VERSIONED'¶ A constant which can be used with the software_source_type property of a SoftwareSource. This constant has a value of “VERSIONED”
-
__init__
(**kwargs)¶ Initializes a new SoftwareSource 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:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this SoftwareSource.
- compartment_id (str) – The value to assign to the compartment_id property of this SoftwareSource.
- display_name (str) – The value to assign to the display_name property of this SoftwareSource.
- time_created (datetime) – The value to assign to the time_created property of this SoftwareSource.
- description (str) – The value to assign to the description property of this SoftwareSource.
- software_source_type (str) – The value to assign to the software_source_type property of this SoftwareSource. Allowed values for this property are: “VENDOR”, “CUSTOM”, “VERSIONED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- availability (str) – The value to assign to the availability property of this SoftwareSource. Allowed values for this property are: “AVAILABLE”, “SELECTED”, “RESTRICTED”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- availability_at_oci (str) – The value to assign to the availability_at_oci property of this SoftwareSource. Allowed values for this property are: “AVAILABLE”, “SELECTED”, “RESTRICTED”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- repo_id (str) – The value to assign to the repo_id property of this SoftwareSource.
- os_family (str) – The value to assign to the os_family property of this SoftwareSource. 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’.
- arch_type (str) – The value to assign to the arch_type property of this SoftwareSource. 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’.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this SoftwareSource. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- package_count (int) – The value to assign to the package_count property of this SoftwareSource.
- url (str) – The value to assign to the url property of this SoftwareSource.
- checksum_type (str) – The value to assign to the checksum_type property of this SoftwareSource. Allowed values for this property are: “SHA1”, “SHA256”, “SHA384”, “SHA512”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- gpg_key_url (str) – The value to assign to the gpg_key_url property of this SoftwareSource.
- gpg_key_id (str) – The value to assign to the gpg_key_id property of this SoftwareSource.
- gpg_key_fingerprint (str) – The value to assign to the gpg_key_fingerprint property of this SoftwareSource.
- size (float) – The value to assign to the size property of this SoftwareSource.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SoftwareSource.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SoftwareSource.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SoftwareSource.
-
arch_type
¶ [Required] Gets the arch_type of this SoftwareSource. The architecture type supported by the software source.
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’.
Returns: The arch_type of this SoftwareSource. Return type: str
-
availability
¶ [Required] Gets the availability of this SoftwareSource. Availability of the software source (for non-OCI environments).
Allowed values for this property are: “AVAILABLE”, “SELECTED”, “RESTRICTED”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The availability of this SoftwareSource. Return type: str
-
availability_at_oci
¶ [Required] Gets the availability_at_oci of this SoftwareSource. Availability of the software source (for OCI environments).
Allowed values for this property are: “AVAILABLE”, “SELECTED”, “RESTRICTED”, “UNAVAILABLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The availability_at_oci of this SoftwareSource. Return type: str
-
checksum_type
¶ Gets the checksum_type of this SoftwareSource. The yum repository checksum type used by this software source.
Allowed values for this property are: “SHA1”, “SHA256”, “SHA384”, “SHA512”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The checksum_type of this SoftwareSource. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this SoftwareSource. The OCID of the compartment that contains the software source.
Returns: The compartment_id of this SoftwareSource. Return type: str
Gets the defined_tags of this SoftwareSource. 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 SoftwareSource. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this SoftwareSource. User-specified description for the software source.
Returns: The description of this SoftwareSource. Return type: str
-
display_name
¶ [Required] Gets the display_name of this SoftwareSource. User-friendly name for the software source.
Returns: The display_name of this SoftwareSource. Return type: str
Gets the freeform_tags of this SoftwareSource. 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 SoftwareSource. Return type: dict(str, 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.
-
gpg_key_fingerprint
¶ Gets the gpg_key_fingerprint of this SoftwareSource. Fingerprint of the GPG key for this software source.
Returns: The gpg_key_fingerprint of this SoftwareSource. Return type: str
-
gpg_key_id
¶ Gets the gpg_key_id of this SoftwareSource. ID of the GPG key for this software source.
Returns: The gpg_key_id of this SoftwareSource. Return type: str
-
gpg_key_url
¶ Gets the gpg_key_url of this SoftwareSource. URL of the GPG key for this software source.
Returns: The gpg_key_url of this SoftwareSource. Return type: str
-
id
¶ [Required] Gets the id of this SoftwareSource. The OCID of the software source.
Returns: The id of this SoftwareSource. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this SoftwareSource. The current state of the software source.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “INACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this SoftwareSource. Return type: str
-
os_family
¶ [Required] Gets the os_family of this SoftwareSource. The OS family the software source belongs to.
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’.
Returns: The os_family of this SoftwareSource. Return type: str
-
package_count
¶ Gets the package_count of this SoftwareSource. Number of packages the software source contains.
Returns: The package_count of this SoftwareSource. Return type: int
-
repo_id
¶ [Required] Gets the repo_id of this SoftwareSource. The repository ID for the software source.
Returns: The repo_id of this SoftwareSource. Return type: str
-
size
¶ Gets the size of this SoftwareSource. The size of the software source in gigabytes (GB).
Returns: The size of this SoftwareSource. Return type: float
-
software_source_type
¶ [Required] Gets the software_source_type of this SoftwareSource. Type of software source.
Allowed values for this property are: “VENDOR”, “CUSTOM”, “VERSIONED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The software_source_type of this SoftwareSource. Return type: str
Gets the system_tags of this SoftwareSource. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this SoftwareSource. Return type: dict(str, dict(str, object))
-
time_created
¶ [Required] Gets the time_created of this SoftwareSource. The date and time the software source was created (in RFC 3339 format).
Returns: The time_created of this SoftwareSource. Return type: datetime
-
url
¶ [Required] Gets the url of this SoftwareSource. URL for the repository. For vendor software sources, this is the URL to the regional yum server. For custom software sources, this is ‘custom/<repoId>’.
Returns: The url of this SoftwareSource. Return type: str
-