DeployArtifactSource¶
-
class
oci.devops.models.
DeployArtifactSource
(**kwargs)¶ Bases:
object
Specifies source of an artifact.
Attributes
DEPLOY_ARTIFACT_SOURCE_TYPE_GENERIC_ARTIFACT
A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. DEPLOY_ARTIFACT_SOURCE_TYPE_HELM_CHART
A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. DEPLOY_ARTIFACT_SOURCE_TYPE_HELM_COMMAND_SPEC
A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. DEPLOY_ARTIFACT_SOURCE_TYPE_INLINE
A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. DEPLOY_ARTIFACT_SOURCE_TYPE_OCIR
A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. deploy_artifact_source_type
[Required] Gets the deploy_artifact_source_type of this DeployArtifactSource. Methods
__init__
(**kwargs)Initializes a new DeployArtifactSource 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. -
DEPLOY_ARTIFACT_SOURCE_TYPE_GENERIC_ARTIFACT
= 'GENERIC_ARTIFACT'¶ A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. This constant has a value of “GENERIC_ARTIFACT”
-
DEPLOY_ARTIFACT_SOURCE_TYPE_HELM_CHART
= 'HELM_CHART'¶ A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. This constant has a value of “HELM_CHART”
-
DEPLOY_ARTIFACT_SOURCE_TYPE_HELM_COMMAND_SPEC
= 'HELM_COMMAND_SPEC'¶ A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. This constant has a value of “HELM_COMMAND_SPEC”
-
DEPLOY_ARTIFACT_SOURCE_TYPE_INLINE
= 'INLINE'¶ A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. This constant has a value of “INLINE”
-
DEPLOY_ARTIFACT_SOURCE_TYPE_OCIR
= 'OCIR'¶ A constant which can be used with the deploy_artifact_source_type property of a DeployArtifactSource. This constant has a value of “OCIR”
-
__init__
(**kwargs)¶ Initializes a new DeployArtifactSource 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:
GenericDeployArtifactSource
HelmRepositoryDeployArtifactSource
OcirDeployArtifactSource
HelmCommandSpecArtifactSource
InlineDeployArtifactSource
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: deploy_artifact_source_type (str) – The value to assign to the deploy_artifact_source_type property of this DeployArtifactSource. Allowed values for this property are: “INLINE”, “OCIR”, “GENERIC_ARTIFACT”, “HELM_CHART”, “HELM_COMMAND_SPEC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
-
deploy_artifact_source_type
¶ [Required] Gets the deploy_artifact_source_type of this DeployArtifactSource. Specifies types of artifact sources.
Allowed values for this property are: “INLINE”, “OCIR”, “GENERIC_ARTIFACT”, “HELM_CHART”, “HELM_COMMAND_SPEC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The deploy_artifact_source_type of this DeployArtifactSource. Return type: 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.
-