-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to v1.46.0 of hte SpotInst Terraform Provider
- Loading branch information
Showing
32 changed files
with
2,888 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
sdk/dotnet/Aws/Inputs/ElastigroupStatefulInstanceActionArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.SpotInst.Aws.Inputs | ||
{ | ||
|
||
public sealed class ElastigroupStatefulInstanceActionArgs : Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// String, Stateful Instance ID on which the action should be performed. | ||
/// </summary> | ||
[Input("statefulInstanceId", required: true)] | ||
public Input<string> StatefulInstanceId { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// String, Action type. Supported action types: `pause`, `resume`, `recycle`, `deallocate`. | ||
/// </summary> | ||
[Input("type", required: true)] | ||
public Input<string> Type { get; set; } = null!; | ||
|
||
public ElastigroupStatefulInstanceActionArgs() | ||
{ | ||
} | ||
} | ||
} |
31 changes: 31 additions & 0 deletions
31
sdk/dotnet/Aws/Inputs/ElastigroupStatefulInstanceActionGetArgs.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.SpotInst.Aws.Inputs | ||
{ | ||
|
||
public sealed class ElastigroupStatefulInstanceActionGetArgs : Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// String, Stateful Instance ID on which the action should be performed. | ||
/// </summary> | ||
[Input("statefulInstanceId", required: true)] | ||
public Input<string> StatefulInstanceId { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// String, Action type. Supported action types: `pause`, `resume`, `recycle`, `deallocate`. | ||
/// </summary> | ||
[Input("type", required: true)] | ||
public Input<string> Type { get; set; } = null!; | ||
|
||
public ElastigroupStatefulInstanceActionGetArgs() | ||
{ | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
sdk/dotnet/Aws/Outputs/ElastigroupStatefulInstanceAction.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.SpotInst.Aws.Outputs | ||
{ | ||
|
||
[OutputType] | ||
public sealed class ElastigroupStatefulInstanceAction | ||
{ | ||
/// <summary> | ||
/// String, Stateful Instance ID on which the action should be performed. | ||
/// </summary> | ||
public readonly string StatefulInstanceId; | ||
/// <summary> | ||
/// String, Action type. Supported action types: `pause`, `resume`, `recycle`, `deallocate`. | ||
/// </summary> | ||
public readonly string Type; | ||
|
||
[OutputConstructor] | ||
private ElastigroupStatefulInstanceAction( | ||
string statefulInstanceId, | ||
|
||
string type) | ||
{ | ||
StatefulInstanceId = statefulInstanceId; | ||
Type = type; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.SpotInst.Gke.Inputs | ||
{ | ||
|
||
public sealed class OceanLaunchSpecStrategyArgs : Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// Defines the desired preemptible percentage for this launch specification. | ||
/// </summary> | ||
[Input("preemptiblePercentage")] | ||
public Input<int>? PreemptiblePercentage { get; set; } | ||
|
||
public OceanLaunchSpecStrategyArgs() | ||
{ | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.SpotInst.Gke.Inputs | ||
{ | ||
|
||
public sealed class OceanLaunchSpecStrategyGetArgs : Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// Defines the desired preemptible percentage for this launch specification. | ||
/// </summary> | ||
[Input("preemptiblePercentage")] | ||
public Input<int>? PreemptiblePercentage { get; set; } | ||
|
||
public OceanLaunchSpecStrategyGetArgs() | ||
{ | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** | ||
// *** Do not edit by hand unless you're certain you know what you are doing! *** | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using System.Collections.Immutable; | ||
using System.Threading.Tasks; | ||
using Pulumi.Serialization; | ||
|
||
namespace Pulumi.SpotInst.Gke.Outputs | ||
{ | ||
|
||
[OutputType] | ||
public sealed class OceanLaunchSpecStrategy | ||
{ | ||
/// <summary> | ||
/// Defines the desired preemptible percentage for this launch specification. | ||
/// </summary> | ||
public readonly int? PreemptiblePercentage; | ||
|
||
[OutputConstructor] | ||
private OceanLaunchSpecStrategy(int? preemptiblePercentage) | ||
{ | ||
PreemptiblePercentage = preemptiblePercentage; | ||
} | ||
} | ||
} |
Oops, something went wrong.