ResourceBundleDeploymentInfo(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
ResourceBundleDeploymentInfo represents the status of a resource bundle deployment.
Attributes |
|
---|---|
Name | Description |
release |
str
Output only. Refers to a ResourceBundle release.
|
version |
str
Output only. Refers to a version of the ResourceBundle
release.
|
variant |
str
Output only. Refers to a variant in a ResourceBundle
release.
|
sync_state |
google.cloud.configdelivery_v1alpha.types.ResourceBundleDeploymentInfo.SyncState
Output only. Synchronization state of the ResourceBundle
deployment.
|
messages |
MutableSequence[str]
Output only. Unordered list. Messages contains information related to the ResourceBundle deployment. For example,
in case of an error, indicate the reason for the error. In
case of a pending deployment, reason for why the deployment
of new release is pending.
|
Classes
SyncState
SyncState(value)
Synchronization state of the resource bundle deployment.