-
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.134' into 'main'
Generate from terraform provider v0.0.134
- Loading branch information
Showing
44 changed files
with
2,176 additions
and
417 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.
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
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
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,33 @@ | ||
// *** 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.Rds_mysql.Inputs | ||
{ | ||
|
||
public sealed class InstanceTagArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The Key of Tags. | ||
/// </summary> | ||
[Input("key", required: true)] | ||
public Input<string> Key { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The Value of Tags. | ||
/// </summary> | ||
[Input("value", required: true)] | ||
public Input<string> Value { get; set; } = null!; | ||
|
||
public InstanceTagArgs() | ||
{ | ||
} | ||
public static new InstanceTagArgs Empty => new InstanceTagArgs(); | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
sdk/dotnet/Volcengine/Rds_mysql/Inputs/InstanceTagGetArgs.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,33 @@ | ||
// *** 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.Rds_mysql.Inputs | ||
{ | ||
|
||
public sealed class InstanceTagGetArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The Key of Tags. | ||
/// </summary> | ||
[Input("key", required: true)] | ||
public Input<string> Key { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The Value of Tags. | ||
/// </summary> | ||
[Input("value", required: true)] | ||
public Input<string> Value { get; set; } = null!; | ||
|
||
public InstanceTagGetArgs() | ||
{ | ||
} | ||
public static new InstanceTagGetArgs Empty => new InstanceTagGetArgs(); | ||
} | ||
} |
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,33 @@ | ||
// *** 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.Rds_mysql.Inputs | ||
{ | ||
|
||
public sealed class InstancesTagArgs : global::Pulumi.InvokeArgs | ||
{ | ||
/// <summary> | ||
/// The Key of Tags. | ||
/// </summary> | ||
[Input("key", required: true)] | ||
public string Key { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The Value of Tags. | ||
/// </summary> | ||
[Input("value", required: true)] | ||
public string Value { get; set; } = null!; | ||
|
||
public InstancesTagArgs() | ||
{ | ||
} | ||
public static new InstancesTagArgs Empty => new InstancesTagArgs(); | ||
} | ||
} |
33 changes: 33 additions & 0 deletions
33
sdk/dotnet/Volcengine/Rds_mysql/Inputs/InstancesTagArgs.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,33 @@ | ||
// *** 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.Rds_mysql.Inputs | ||
{ | ||
|
||
public sealed class InstancesTagInputArgs : global::Pulumi.ResourceArgs | ||
{ | ||
/// <summary> | ||
/// The Key of Tags. | ||
/// </summary> | ||
[Input("key", required: true)] | ||
public Input<string> Key { get; set; } = null!; | ||
|
||
/// <summary> | ||
/// The Value of Tags. | ||
/// </summary> | ||
[Input("value", required: true)] | ||
public Input<string> Value { get; set; } = null!; | ||
|
||
public InstancesTagInputArgs() | ||
{ | ||
} | ||
public static new InstancesTagInputArgs Empty => new InstancesTagInputArgs(); | ||
} | ||
} |
Oops, something went wrong.