Class ContainerVersioningArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.ObjectStorage.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ContainerVersioningArgs : ResourceArgs
Constructors
View SourceContainerVersioningArgs()
Declaration
public ContainerVersioningArgs()
Properties
View SourceLocation
Container in which versions will be stored.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Versioning type which can be versions or history according to Openstack documentation.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |