Class HealthCheckState
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.SpotInst
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class HealthCheckState : ResourceArgs
Constructors
View SourceHealthCheckState()
Declaration
public HealthCheckState()
Properties
View SourceCheck
Describes the check to execute.
Declaration
public Input<HealthCheckCheckGetArgs> Check { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HealthCheckCheckGetArgs> |
Name
The name of the health check.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProxyAddress
Declaration
public Input<string> ProxyAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProxyPort
Declaration
public Input<int> ProxyPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ResourceId
The ID of the resource to check.
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |