SoftwareSourceId¶
-
class
oci.os_management.models.
SoftwareSourceId
(**kwargs)¶ Bases:
object
Identifying information for the specified software source
Methods
__init__
(**kwargs)Initializes a new SoftwareSourceId object with values from keyword arguments. Attributes
id
[Required] Gets the id of this SoftwareSourceId. name
Gets the name of this SoftwareSourceId. -
__init__
(**kwargs)¶ Initializes a new SoftwareSourceId object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this SoftwareSourceId.
- id (str) – The value to assign to the id property of this SoftwareSourceId.
-
id
¶ [Required] Gets the id of this SoftwareSourceId. software source identifier
Returns: The id of this SoftwareSourceId. Return type: str
-
name
¶ Gets the name of this SoftwareSourceId. software source name
Returns: The name of this SoftwareSourceId. Return type: str
-