Show / Hide Table of Contents

Class ContainerVersioningGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContainerVersioningGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

ContainerVersioningGetArgs()

Declaration
public ContainerVersioningGetArgs()

Properties

View Source

Location

Container in which versions will be stored.

Declaration
public Input<string> Location { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.