InlineDeployArtifactSource

class oci.devops.models.InlineDeployArtifactSource(**kwargs)

Bases: oci.devops.models.deploy_artifact_source.DeployArtifactSource

Specifies the inline deployment artifact source details.

Attributes

DEPLOY_ARTIFACT_SOURCE_TYPE_GENERIC_ARTIFACT str(object=’’) -> str
DEPLOY_ARTIFACT_SOURCE_TYPE_HELM_CHART str(object=’’) -> str
DEPLOY_ARTIFACT_SOURCE_TYPE_INLINE str(object=’’) -> str
DEPLOY_ARTIFACT_SOURCE_TYPE_OCIR str(object=’’) -> str
base64_encoded_content [Required] Gets the base64_encoded_content of this InlineDeployArtifactSource.
deploy_artifact_source_type [Required] Gets the deploy_artifact_source_type of this DeployArtifactSource.

Methods

__init__(**kwargs) Initializes a new InlineDeployArtifactSource 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'
DEPLOY_ARTIFACT_SOURCE_TYPE_HELM_CHART = 'HELM_CHART'
DEPLOY_ARTIFACT_SOURCE_TYPE_INLINE = 'INLINE'
DEPLOY_ARTIFACT_SOURCE_TYPE_OCIR = 'OCIR'
__init__(**kwargs)

Initializes a new InlineDeployArtifactSource object with values from keyword arguments. The default value of the deploy_artifact_source_type attribute of this class is INLINE and it should not be changed. 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 InlineDeployArtifactSource. Allowed values for this property are: “INLINE”, “OCIR”, “GENERIC_ARTIFACT”, “HELM_CHART”
  • base64_encoded_content (str) – The value to assign to the base64_encoded_content property of this InlineDeployArtifactSource.
base64_encoded_content

[Required] Gets the base64_encoded_content of this InlineDeployArtifactSource. base64 Encoded String

Returns:The base64_encoded_content of this InlineDeployArtifactSource.
Return type:str
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”, ‘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.