Show / Hide Table of Contents

Class InstanceAlerts

Inheritance
System.Object
InstanceAlerts
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.Outputs
Assembly: Pulumi.Linode.dll
Syntax
public sealed class InstanceAlerts

Fields

View Source

Cpu

Declaration
public readonly int? Cpu
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Io

Declaration
public readonly int? Io
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NetworkIn

Declaration
public readonly int? NetworkIn
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NetworkOut

Declaration
public readonly int? NetworkOut
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TransferQuota

Declaration
public readonly int? TransferQuota
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.