UpdateContainerConfigurationDetails¶
- 
class oci.artifacts.models.UpdateContainerConfigurationDetails(**kwargs)¶
- Bases: - object- Update container configuration request details. - Methods - __init__(**kwargs)- Initializes a new UpdateContainerConfigurationDetails object with values from keyword arguments. - Attributes - is_repository_created_on_first_push- Gets the is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateContainerConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - is_repository_created_on_first_push (bool) – The value to assign to the is_repository_created_on_first_push property of this UpdateContainerConfigurationDetails. 
 - 
is_repository_created_on_first_push¶
- Gets the is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. Whether to create a new container repository when a container is pushed to a new repository path. Repositories created in this way belong to the root compartment. - Returns: - The is_repository_created_on_first_push of this UpdateContainerConfigurationDetails. - Return type: - bool 
 
-