Show / Hide Table of Contents

Class UpdateContainerConfigurationDetails

Update container configuration request details.

Inheritance
object
UpdateContainerConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ArtifactsService.Models
Assembly: OCI.DotNetSDK.Artifacts.dll
Syntax
public class UpdateContainerConfigurationDetails

Properties

IsRepositoryCreatedOnFirstPush

Declaration
[JsonProperty(PropertyName = "isRepositoryCreatedOnFirstPush")]
public bool? IsRepositoryCreatedOnFirstPush { get; set; }
Property Value
Type Description
bool?

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.

In this article
Back to top