-
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.
Merge branch 'feat/v0.0.123' into 'main'
Generate from terraform provider v0.0.123
- Loading branch information
Showing
51 changed files
with
2,771 additions
and
600 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
sdk/dotnet/Volcengine/Autoscaling/Inputs/ScalingGroupLaunchTemplateOverrideArgs.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,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; | ||
using Pulumi; | ||
|
||
namespace Volcengine.Pulumi.Volcengine.Autoscaling.Inputs | ||
{ | ||
|
||
public sealed class ScalingGroupLaunchTemplateOverrideArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The instance type. | ||
/// </summary> | ||
[Input("instanceType", required: true)] | ||
public Input<string> InstanceType { get; set; } = null!; | ||
|
||
public ScalingGroupLaunchTemplateOverrideArgs() | ||
{ | ||
} | ||
public static new ScalingGroupLaunchTemplateOverrideArgs Empty => new ScalingGroupLaunchTemplateOverrideArgs(); | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
sdk/dotnet/Volcengine/Autoscaling/Inputs/ScalingGroupLaunchTemplateOverrideGetArgs.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,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; | ||
using Pulumi; | ||
|
||
namespace Volcengine.Pulumi.Volcengine.Autoscaling.Inputs | ||
{ | ||
|
||
public sealed class ScalingGroupLaunchTemplateOverrideGetArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The instance type. | ||
/// </summary> | ||
[Input("instanceType", required: true)] | ||
public Input<string> InstanceType { get; set; } = null!; | ||
|
||
public ScalingGroupLaunchTemplateOverrideGetArgs() | ||
{ | ||
} | ||
public static new ScalingGroupLaunchTemplateOverrideGetArgs Empty => new ScalingGroupLaunchTemplateOverrideGetArgs(); | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
sdk/dotnet/Volcengine/Autoscaling/Inputs/ScalingLifecycleHookLifecycleCommandArgs.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,34 @@ | ||
// *** 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; | ||
using Pulumi; | ||
|
||
namespace Volcengine.Pulumi.Volcengine.Autoscaling.Inputs | ||
{ | ||
|
||
public sealed class ScalingLifecycleHookLifecycleCommandArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// Batch job command ID, which indicates the batch job command to be executed after triggering the lifecycle hook and installed in the instance. | ||
/// </summary> | ||
[Input("commandId", required: true)] | ||
public Input<string> CommandId { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// Parameters and parameter values in batch job commands. | ||
/// The number of parameters ranges from 0 to 60. | ||
/// </summary> | ||
[Input("parameters")] | ||
public Input<string>? Parameters { get; set; } | ||
|
||
public ScalingLifecycleHookLifecycleCommandArgs() | ||
{ | ||
} | ||
public static new ScalingLifecycleHookLifecycleCommandArgs Empty => new ScalingLifecycleHookLifecycleCommandArgs(); | ||
} | ||
} |
34 changes: 34 additions & 0 deletions
34
sdk/dotnet/Volcengine/Autoscaling/Inputs/ScalingLifecycleHookLifecycleCommandGetArgs.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,34 @@ | ||
// *** 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; | ||
using Pulumi; | ||
|
||
namespace Volcengine.Pulumi.Volcengine.Autoscaling.Inputs | ||
{ | ||
|
||
public sealed class ScalingLifecycleHookLifecycleCommandGetArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// Batch job command ID, which indicates the batch job command to be executed after triggering the lifecycle hook and installed in the instance. | ||
/// </summary> | ||
[Input("commandId", required: true)] | ||
public Input<string> CommandId { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// Parameters and parameter values in batch job commands. | ||
/// The number of parameters ranges from 0 to 60. | ||
/// </summary> | ||
[Input("parameters")] | ||
public Input<string>? Parameters { get; set; } | ||
|
||
public ScalingLifecycleHookLifecycleCommandGetArgs() | ||
{ | ||
} | ||
public static new ScalingLifecycleHookLifecycleCommandGetArgs Empty => new ScalingLifecycleHookLifecycleCommandGetArgs(); | ||
} | ||
} |
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
28 changes: 28 additions & 0 deletions
28
sdk/dotnet/Volcengine/Autoscaling/Outputs/ScalingGroupLaunchTemplateOverride.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,28 @@ | ||
// *** 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; | ||
using Pulumi; | ||
|
||
namespace Volcengine.Pulumi.Volcengine.Autoscaling.Outputs | ||
{ | ||
|
||
[OutputType] | ||
public sealed class ScalingGroupLaunchTemplateOverride | ||
{ | ||
/// <summary> | ||
/// The instance type. | ||
/// </summary> | ||
public readonly string InstanceType; | ||
|
||
[OutputConstructor] | ||
private ScalingGroupLaunchTemplateOverride(string instanceType) | ||
{ | ||
InstanceType = instanceType; | ||
} | ||
} | ||
} |
36 changes: 36 additions & 0 deletions
36
...t/Volcengine/Autoscaling/Outputs/ScalingGroupsScalingGroupLaunchTemplateOverrideResult.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,36 @@ | ||
// *** 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; | ||
using Pulumi; | ||
|
||
namespace Volcengine.Pulumi.Volcengine.Autoscaling.Outputs | ||
{ | ||
|
||
[OutputType] | ||
public sealed class ScalingGroupsScalingGroupLaunchTemplateOverrideResult | ||
{ | ||
/// <summary> | ||
/// The instance type. | ||
/// </summary> | ||
public readonly string InstanceType; | ||
/// <summary> | ||
/// Weight of instance specifications. | ||
/// </summary> | ||
public readonly int WeightedCapacity; | ||
|
||
[OutputConstructor] | ||
private ScalingGroupsScalingGroupLaunchTemplateOverrideResult( | ||
string instanceType, | ||
|
||
int weightedCapacity) | ||
{ | ||
InstanceType = instanceType; | ||
WeightedCapacity = weightedCapacity; | ||
} | ||
} | ||
} |
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
Oops, something went wrong.