Class InstanceAlertsArgs
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.Linode.Inputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceAlertsArgs : ResourceArgs
Constructors
View SourceInstanceAlertsArgs()
Declaration
public InstanceAlertsArgs()
Properties
View SourceCpu
Declaration
public Input<int> Cpu { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Io
Declaration
public Input<int> Io { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
NetworkIn
Declaration
public Input<int> NetworkIn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
NetworkOut
Declaration
public Input<int> NetworkOut { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
TransferQuota
Declaration
public Input<int> TransferQuota { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |