Class ContentLibraryItemState
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.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class ContentLibraryItemState : ResourceArgs
Constructors
View SourceContentLibraryItemState()
Declaration
public ContentLibraryItemState()
Properties
View SourceDescription
A description for the item.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileUrls
A list of files to download for the Content Library item.
Declaration
public InputList<string> FileUrls { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
LibraryId
The ID of the Content Library the item should be created in.
Declaration
public Input<string> LibraryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the item to be created in the Content Library.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Type of content library item.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |