generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from tencentcloudstack/feat/sync_provider_1.81.79
sysnc provider v1.81.70
- Loading branch information
Showing
86 changed files
with
6,032 additions
and
142 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
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
29 changes: 29 additions & 0 deletions
29
sdk/dotnet/Tencentcloud/Cfw/Inputs/VpcPolicyBetaListArgs.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,29 @@ | ||
// *** 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 TencentCloudIAC.PulumiPackage.Tencentcloud.Cfw.Inputs | ||
{ | ||
|
||
public sealed class VpcPolicyBetaListArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("lastTime")] | ||
public Input<string>? LastTime { get; set; } | ||
|
||
[Input("taskId")] | ||
public Input<int>? TaskId { get; set; } | ||
|
||
[Input("taskName")] | ||
public Input<string>? TaskName { get; set; } | ||
|
||
public VpcPolicyBetaListArgs() | ||
{ | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
sdk/dotnet/Tencentcloud/Cfw/Inputs/VpcPolicyBetaListGetArgs.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,29 @@ | ||
// *** 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 TencentCloudIAC.PulumiPackage.Tencentcloud.Cfw.Inputs | ||
{ | ||
|
||
public sealed class VpcPolicyBetaListGetArgs : Pulumi.ResourceArgs | ||
{ | ||
[Input("lastTime")] | ||
public Input<string>? LastTime { get; set; } | ||
|
||
[Input("taskId")] | ||
public Input<int>? TaskId { get; set; } | ||
|
||
[Input("taskName")] | ||
public Input<string>? TaskName { get; set; } | ||
|
||
public VpcPolicyBetaListGetArgs() | ||
{ | ||
} | ||
} | ||
} |
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.