Show / Hide Table of Contents

Class PluginInfo

Inheritance
object
PluginInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class PluginInfo

Properties

View Source

InstallTime

Declaration
public DateTimeOffset InstallTime { get; }
Property Value
Type Description
DateTimeOffset
View Source

Kind

Declaration
public PluginKind Kind { get; }
Property Value
Type Description
PluginKind
View Source

LastUsedTime

Declaration
public DateTimeOffset LastUsedTime { get; }
Property Value
Type Description
DateTimeOffset
View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
string
View Source

Path

Declaration
public string? Path { get; }
Property Value
Type Description
string
View Source

ServerUrl

Declaration
public string? ServerUrl { get; }
Property Value
Type Description
string
View Source

Size

Declaration
public long Size { get; }
Property Value
Type Description
long
View Source

Version

Declaration
public string? Version { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.