Class HealthCheckArgs
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 HealthCheckArgs : ResourceArgs
Constructors
View SourceHealthCheckArgs()
Declaration
public HealthCheckArgs()
Properties
View SourceCheck
Describes the check to execute.
Declaration
public Input<HealthCheckCheckArgs> Check { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<HealthCheckCheckArgs> |
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> |