OmkArtifactsDetail¶
-
class
oci.dif.models.OmkArtifactsDetail(**kwargs)¶ Bases:
objectDetail to deploy artifacts for OMK service.
Methods
__init__(**kwargs)Initializes a new OmkArtifactsDetail object with values from keyword arguments. Attributes
component_value_overridesGets the component_value_overrides of this OmkArtifactsDetail. instance_id[Required] Gets the instance_id of this OmkArtifactsDetail. manifest_object_storage_pathGets the manifest_object_storage_path of this OmkArtifactsDetail. secretsGets the secrets of this OmkArtifactsDetail. -
__init__(**kwargs)¶ Initializes a new OmkArtifactsDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_id (str) – The value to assign to the instance_id property of this OmkArtifactsDetail.
- secrets (list[oci.dif.models.SecretDetail]) – The value to assign to the secrets property of this OmkArtifactsDetail.
- manifest_object_storage_path (str) – The value to assign to the manifest_object_storage_path property of this OmkArtifactsDetail.
- component_value_overrides (list[oci.dif.models.ComponentValueOverride]) – The value to assign to the component_value_overrides property of this OmkArtifactsDetail.
-
component_value_overrides¶ Gets the component_value_overrides of this OmkArtifactsDetail. Component overrides for stack specific parameters applied during artifact template rendering.
Returns: The component_value_overrides of this OmkArtifactsDetail. Return type: list[oci.dif.models.ComponentValueOverride]
-
instance_id¶ [Required] Gets the instance_id of this OmkArtifactsDetail. Instance id of the existing OMK instance for artifact deployment.
Returns: The instance_id of this OmkArtifactsDetail. Return type: str
-
manifest_object_storage_path¶ Gets the manifest_object_storage_path of this OmkArtifactsDetail. Object storage path for the deployment manifest.
Returns: The manifest_object_storage_path of this OmkArtifactsDetail. Return type: str
-
secrets¶ Gets the secrets of this OmkArtifactsDetail. List of kubernetes secrets to create or update in the namespace-name of target cluster-namespace. Each entry source secret values from OCI vault.
Returns: The secrets of this OmkArtifactsDetail. Return type: list[oci.dif.models.SecretDetail]
-