Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Feb 19, 2023
1 parent d39b4f3 commit d122039
Show file tree
Hide file tree
Showing 503 changed files with 6,656 additions and 3,300 deletions.
613 changes: 346 additions & 267 deletions provider/cmd/pulumi-resource-ovh/schema.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sdk/dotnet/Ovh/CloudProject/GetKubeNodePoolNodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static class GetKubeNodePoolNodes
///
/// return new Dictionary<string, object?>
/// {
/// ["nodes"] = nodesKubeNodePoolNodes.Apply(getKubeNodePoolNodesResult => getKubeNodePoolNodesResult),
/// ["nodes"] = nodesKubeNodePoolNodes,
/// };
/// });
/// ```
Expand Down Expand Up @@ -68,7 +68,7 @@ public static Task<GetKubeNodePoolNodesResult> InvokeAsync(GetKubeNodePoolNodesA
///
/// return new Dictionary&lt;string, object?&gt;
/// {
/// ["nodes"] = nodesKubeNodePoolNodes.Apply(getKubeNodePoolNodesResult =&gt; getKubeNodePoolNodesResult),
/// ["nodes"] = nodesKubeNodePoolNodes,
/// };
/// });
/// ```
Expand Down
4 changes: 2 additions & 2 deletions sdk/dotnet/Ovh/CloudProject/GetKubeNodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static class GetKubeNodes
///
/// return new Dictionary&lt;string, object?&gt;
/// {
/// ["nodes"] = nodesKubeNodes.Apply(getKubeNodesResult =&gt; getKubeNodesResult),
/// ["nodes"] = nodesKubeNodes,
/// };
/// });
/// ```
Expand Down Expand Up @@ -66,7 +66,7 @@ public static Task<GetKubeNodesResult> InvokeAsync(GetKubeNodesArgs args, Invoke
///
/// return new Dictionary&lt;string, object?&gt;
/// {
/// ["nodes"] = nodesKubeNodes.Apply(getKubeNodesResult =&gt; getKubeNodesResult),
/// ["nodes"] = nodesKubeNodes,
/// };
/// });
/// ```
Expand Down
4 changes: 3 additions & 1 deletion sdk/dotnet/Ovh/CloudProject/GetM3dbNamespace.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,11 @@ public sealed class GetM3dbNamespaceResult
public readonly string RetentionPeriodDuration;
/// <summary>
/// See Argument Reference above.
/// * `snapshot_enabled`- SDefines whether M3db will create snapshot files for this namespace.
/// </summary>
public readonly string ServiceName;
/// <summary>
/// SDefines whether M3db will create snapshot files for this namespace.
/// </summary>
public readonly bool SnapshotEnabled;
/// <summary>
/// Type of namespace.
Expand Down
6 changes: 0 additions & 6 deletions sdk/dotnet/Ovh/CloudProjectDatabase/DatabaseInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ public partial class DatabaseInstance : global::Pulumi.CustomResource
/// <summary>
/// The engine of the database cluster you want to add. You can find the complete list of available engine in the [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Output("engine")]
public Output<string> Engine { get; private set; } = null!;
Expand Down Expand Up @@ -146,8 +144,6 @@ public sealed class DatabaseInstanceArgs : global::Pulumi.ResourceArgs
/// <summary>
/// The engine of the database cluster you want to add. You can find the complete list of available engine in the [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down Expand Up @@ -188,8 +184,6 @@ public sealed class DatabaseInstanceState : global::Pulumi.ResourceArgs
/// <summary>
/// The engine of the database cluster you want to add. You can find the complete list of available engine in the [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine")]
public Input<string>? Engine { get; set; }
Expand Down
8 changes: 0 additions & 8 deletions sdk/dotnet/Ovh/CloudProjectDatabase/GetCertificates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ public sealed class GetCertificatesArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want database information. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public string Engine { get; set; } = null!;
Expand Down Expand Up @@ -125,10 +121,6 @@ public sealed class GetCertificatesInvokeArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want database information. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down
4 changes: 0 additions & 4 deletions sdk/dotnet/Ovh/CloudProjectDatabase/GetDatabaseInstance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ public sealed class GetDatabaseInstanceArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want database information. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public string Engine { get; set; } = null!;
Expand Down Expand Up @@ -131,8 +129,6 @@ public sealed class GetDatabaseInstanceInvokeArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want database information. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down
4 changes: 0 additions & 4 deletions sdk/dotnet/Ovh/CloudProjectDatabase/GetDatabaseInstances.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ public sealed class GetDatabaseInstancesArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want to list databases. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public string Engine { get; set; } = null!;
Expand Down Expand Up @@ -123,8 +121,6 @@ public sealed class GetDatabaseInstancesInvokeArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want to list databases. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `mysql`
/// * `postgresql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down
8 changes: 0 additions & 8 deletions sdk/dotnet/Ovh/CloudProjectDatabase/GetUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ public sealed class GetUserArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want user information. To get a full list of available engine visit :
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Input("engine", required: true)]
public string Engine { get; set; } = null!;
Expand Down Expand Up @@ -133,10 +129,6 @@ public sealed class GetUserInvokeArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want user information. To get a full list of available engine visit :
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down
8 changes: 0 additions & 8 deletions sdk/dotnet/Ovh/CloudProjectDatabase/GetUsers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ public sealed class GetUsersArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want to list users. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Input("engine", required: true)]
public string Engine { get; set; } = null!;
Expand Down Expand Up @@ -125,10 +121,6 @@ public sealed class GetUsersInvokeArgs : global::Pulumi.InvokeArgs
/// The engine of the database cluster you want to list users. To get a full list of available engine visit:
/// [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ public sealed class OpensearchUserAclArgs : global::Pulumi.ResourceArgs
/// <summary>
/// Permission of the ACL
/// Available permission:
/// * `admin`
/// * `read`
/// * `write`
/// * `readwrite`
/// * `deny`
/// </summary>
[Input("permission", required: true)]
public Input<string> Permission { get; set; } = null!;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ public sealed class OpensearchUserAclGetArgs : global::Pulumi.ResourceArgs
/// <summary>
/// Permission of the ACL
/// Available permission:
/// * `admin`
/// * `read`
/// * `write`
/// * `readwrite`
/// * `deny`
/// </summary>
[Input("permission", required: true)]
public Input<string> Permission { get; set; } = null!;
Expand Down
27 changes: 0 additions & 27 deletions sdk/dotnet/Ovh/CloudProjectDatabase/Integration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ public partial class Integration : global::Pulumi.CustomResource
/// <summary>
/// Type of the integration.
/// Available types:
/// * `grafanaDashboard`
/// * `grafanaDatasource`
/// * `kafkaConnect`
/// * `kafkaLogs`
/// * `kafkaMirrorMaker`
/// * `m3aggregator`
/// * `m3dbMetrics`
/// * `opensearchLogs`
/// * `postgresqlMetrics`
/// </summary>
[Output("type")]
public Output<string> Type { get; private set; } = null!;
Expand Down Expand Up @@ -220,15 +211,6 @@ public InputMap<string> Parameters
/// <summary>
/// Type of the integration.
/// Available types:
/// * `grafanaDashboard`
/// * `grafanaDatasource`
/// * `kafkaConnect`
/// * `kafkaLogs`
/// * `kafkaMirrorMaker`
/// * `m3aggregator`
/// * `m3dbMetrics`
/// * `opensearchLogs`
/// * `postgresqlMetrics`
/// </summary>
[Input("type")]
public Input<string>? Type { get; set; }
Expand Down Expand Up @@ -294,15 +276,6 @@ public InputMap<string> Parameters
/// <summary>
/// Type of the integration.
/// Available types:
/// * `grafanaDashboard`
/// * `grafanaDatasource`
/// * `kafkaConnect`
/// * `kafkaLogs`
/// * `kafkaMirrorMaker`
/// * `m3aggregator`
/// * `m3dbMetrics`
/// * `opensearchLogs`
/// * `postgresqlMetrics`
/// </summary>
[Input("type")]
public Input<string>? Type { get; set; }
Expand Down
12 changes: 0 additions & 12 deletions sdk/dotnet/Ovh/CloudProjectDatabase/KafkaAcl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ public partial class KafkaAcl : global::Pulumi.CustomResource
/// <summary>
/// Permission to give to this username on this topic.
/// Available permissions:
/// * `admin`
/// * `read`
/// * `write`
/// * `readwrite`
/// </summary>
[Output("permission")]
public Output<string> Permission { get; private set; } = null!;
Expand Down Expand Up @@ -145,10 +141,6 @@ public sealed class KafkaAclArgs : global::Pulumi.ResourceArgs
/// <summary>
/// Permission to give to this username on this topic.
/// Available permissions:
/// * `admin`
/// * `read`
/// * `write`
/// * `readwrite`
/// </summary>
[Input("permission", required: true)]
public Input<string> Permission { get; set; } = null!;
Expand Down Expand Up @@ -189,10 +181,6 @@ public sealed class KafkaAclState : global::Pulumi.ResourceArgs
/// <summary>
/// Permission to give to this username on this topic.
/// Available permissions:
/// * `admin`
/// * `read`
/// * `write`
/// * `readwrite`
/// </summary>
[Input("permission")]
public Input<string>? Permission { get; set; }
Expand Down
18 changes: 0 additions & 18 deletions sdk/dotnet/Ovh/CloudProjectDatabase/MongoDbUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ public partial class MongoDbUser : global::Pulumi.CustomResource
/// <summary>
/// Roles the user belongs to.
/// Available roles:
/// * `backup`
/// * `dbAdminAnyDatabase`
/// * `readAnyDatabase`
/// * `readWriteAnyDatabase`
/// * `restore`
/// * `userAdminAnyDatabase`
/// </summary>
[Output("roles")]
public Output<ImmutableArray<string>> Roles { get; private set; } = null!;
Expand Down Expand Up @@ -153,12 +147,6 @@ public sealed class MongoDbUserArgs : global::Pulumi.ResourceArgs
/// <summary>
/// Roles the user belongs to.
/// Available roles:
/// * `backup`
/// * `dbAdminAnyDatabase`
/// * `readAnyDatabase`
/// * `readWriteAnyDatabase`
/// * `restore`
/// * `userAdminAnyDatabase`
/// </summary>
public InputList<string> Roles
{
Expand Down Expand Up @@ -227,12 +215,6 @@ public Input<string>? Password
/// <summary>
/// Roles the user belongs to.
/// Available roles:
/// * `backup`
/// * `dbAdminAnyDatabase`
/// * `readAnyDatabase`
/// * `readWriteAnyDatabase`
/// * `restore`
/// * `userAdminAnyDatabase`
/// </summary>
public InputList<string> Roles
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ public sealed class OpensearchUserAcl
/// <summary>
/// Permission of the ACL
/// Available permission:
/// * `admin`
/// * `read`
/// * `write`
/// * `readwrite`
/// * `deny`
/// </summary>
public readonly string Permission;

Expand Down
3 changes: 0 additions & 3 deletions sdk/dotnet/Ovh/CloudProjectDatabase/PostgresSqlUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public partial class PostgresSqlUser : global::Pulumi.CustomResource
/// <summary>
/// Roles the user belongs to.
/// Available roles:
/// * `replication`
/// </summary>
[Output("roles")]
public Output<ImmutableArray<string>> Roles { get; private set; } = null!;
Expand Down Expand Up @@ -148,7 +147,6 @@ public sealed class PostgresSqlUserArgs : global::Pulumi.ResourceArgs
/// <summary>
/// Roles the user belongs to.
/// Available roles:
/// * `replication`
/// </summary>
public InputList<string> Roles
{
Expand Down Expand Up @@ -217,7 +215,6 @@ public Input<string>? Password
/// <summary>
/// Roles the user belongs to.
/// Available roles:
/// * `replication`
/// </summary>
public InputList<string> Roles
{
Expand Down
12 changes: 0 additions & 12 deletions sdk/dotnet/Ovh/CloudProjectDatabase/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ public partial class User : global::Pulumi.CustomResource
/// <summary>
/// The engine of the database cluster you want to add. You can find the complete list of available engine in the [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Output("engine")]
public Output<string> Engine { get; private set; } = null!;
Expand Down Expand Up @@ -136,10 +132,6 @@ public sealed class UserArgs : global::Pulumi.ResourceArgs
/// <summary>
/// The engine of the database cluster you want to add. You can find the complete list of available engine in the [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Input("engine", required: true)]
public Input<string> Engine { get; set; } = null!;
Expand Down Expand Up @@ -186,10 +178,6 @@ public sealed class UserState : global::Pulumi.ResourceArgs
/// <summary>
/// The engine of the database cluster you want to add. You can find the complete list of available engine in the [public documentation](https://docs.ovh.com/gb/en/publiccloud/databases).
/// Available engines:
/// * `cassandra`
/// * `kafka`
/// * `kafkaConnect`
/// * `mysql`
/// </summary>
[Input("engine")]
public Input<string>? Engine { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Ovh/Dedicated/CephAcl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace Lbrlabs.PulumiPackage.Ovh.Dedicated
///
/// var my_acl = new Ovh.Dedicated.CephAcl("my-acl", new()
/// {
/// ServiceName = my_ceph.Apply(getCephResult =&gt; getCephResult).Apply(my_ceph =&gt; my_ceph.Apply(getCephResult =&gt; getCephResult.Id)),
/// ServiceName = my_ceph.Apply(my_ceph =&gt; my_ceph.Apply(getCephResult =&gt; getCephResult.Id)),
/// Network = "1.2.3.4",
/// Netmask = "255.255.255.255",
/// });
Expand Down
Loading

0 comments on commit d122039

Please sign in to comment.