Class GetOperatingSystemArgs
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.Packet
Assembly: Pulumi.Packet.dll
Syntax
public sealed class GetOperatingSystemArgs : InvokeArgs
Constructors
View SourceGetOperatingSystemArgs()
Declaration
public GetOperatingSystemArgs()
Properties
View SourceDistro
Name of the OS distribution.
Declaration
public string Distro { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Name or part of the name of the distribution. Case insensitive.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProvisionableOn
Plan name.
Declaration
public string ProvisionableOn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Version of the distribution
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |