Show / Hide Table of Contents

Class ContentLibraryItemArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ContentLibraryItemArgs
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.VSphere
Assembly: Pulumi.VSphere.dll
Syntax
public sealed class ContentLibraryItemArgs : ResourceArgs

Constructors

View Source

ContentLibraryItemArgs()

Declaration
public ContentLibraryItemArgs()

Properties

View Source

Description

A description for the item.

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

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>
View Source

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>
View Source

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>
View Source

Type

Type of content library item.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.