Show / Hide Table of Contents

Class HealthCheckArgs

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

Constructors

View Source

HealthCheckArgs()

Declaration
public HealthCheckArgs()

Properties

View Source

Check

Describes the check to execute.

Declaration
public Input<HealthCheckCheckArgs> Check { get; set; }
Property Value
Type Description
Input<HealthCheckCheckArgs>
View Source

Name

The name of the health check.

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

ProxyAddress

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

ProxyPort

Declaration
public Input<int> ProxyPort { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

ResourceId

The ID of the resource to check.

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