GenericArtifactLocationDetails¶
-
class
oci.devops.models.
GenericArtifactLocationDetails
(**kwargs)¶ Bases:
object
Location where artifact is uploaded for user access.
Attributes
STORAGE_TYPE_OBJECT_STORAGE
A constant which can be used with the storage_type property of a GenericArtifactLocationDetails. storage_type
[Required] Gets the storage_type of this GenericArtifactLocationDetails. Methods
__init__
(**kwargs)Initializes a new GenericArtifactLocationDetails 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. -
STORAGE_TYPE_OBJECT_STORAGE
= 'OBJECT_STORAGE'¶ A constant which can be used with the storage_type property of a GenericArtifactLocationDetails. This constant has a value of “OBJECT_STORAGE”
-
__init__
(**kwargs)¶ Initializes a new GenericArtifactLocationDetails 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: storage_type (str) – The value to assign to the storage_type property of this GenericArtifactLocationDetails. Allowed values for this property are: “OBJECT_STORAGE”
-
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.
-
storage_type
¶ [Required] Gets the storage_type of this GenericArtifactLocationDetails. Storage source like ObjectStorage, etc.
Allowed values for this property are: “OBJECT_STORAGE”
Returns: The storage_type of this GenericArtifactLocationDetails. Return type: str
-