Class ContainerVersioningGetArgs
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 ContainerVersioningGetArgs : ResourceArgs
Constructors
View SourceContainerVersioningGetArgs()
Declaration
public ContainerVersioningGetArgs()
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> |