Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored and iwahbe committed Oct 6, 2023
1 parent c4a2537 commit 08f5a18
Show file tree
Hide file tree
Showing 1,525 changed files with 260,126 additions and 1,949 deletions.
2 changes: 1 addition & 1 deletion sdk/dotnet/Config/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Pulumi.VSphere
{
public static class Config
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "IDE1006", Justification =
[global::System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "IDE1006", Justification =
"Double underscore prefix used to avoid conflicts with variable names.")]
private sealed class __Value<T>
{
Expand Down
18 changes: 3 additions & 15 deletions sdk/dotnet/DatastoreCluster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ public partial class DatastoreCluster : global::Pulumi.CustomResource
public Output<bool?> SdrsEnabled { get; private set; } = null!;

/// <summary>
/// The threshold, in GB, that storage
/// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50`
/// GB.
/// The free space threshold to use.
/// When set to `utilization`, `drs_space_utilization_threshold` is used, and
/// when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
/// `utilization`.
Expand All @@ -100,8 +98,6 @@ public partial class DatastoreCluster : global::Pulumi.CustomResource

/// <summary>
/// The threshold, in
/// percent of used space, that storage DRS uses to make decisions to migrate VMs
/// out of a datastore. Default: `80` percent.
/// percent, of difference between space utilization in datastores before storage
/// DRS makes decisions to balance the space. Default: `5` percent.
/// </summary>
Expand Down Expand Up @@ -345,9 +341,7 @@ public InputMap<string> SdrsAdvancedOptions
public Input<bool>? SdrsEnabled { get; set; }

/// <summary>
/// The threshold, in GB, that storage
/// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50`
/// GB.
/// The free space threshold to use.
/// When set to `utilization`, `drs_space_utilization_threshold` is used, and
/// when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
/// `utilization`.
Expand All @@ -364,8 +358,6 @@ public InputMap<string> SdrsAdvancedOptions

/// <summary>
/// The threshold, in
/// percent of used space, that storage DRS uses to make decisions to migrate VMs
/// out of a datastore. Default: `80` percent.
/// percent, of difference between space utilization in datastores before storage
/// DRS makes decisions to balance the space. Default: `5` percent.
/// </summary>
Expand Down Expand Up @@ -577,9 +569,7 @@ public InputMap<string> SdrsAdvancedOptions
public Input<bool>? SdrsEnabled { get; set; }

/// <summary>
/// The threshold, in GB, that storage
/// DRS uses to make decisions to migrate VMs out of a datastore. Default: `50`
/// GB.
/// The free space threshold to use.
/// When set to `utilization`, `drs_space_utilization_threshold` is used, and
/// when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
/// `utilization`.
Expand All @@ -596,8 +586,6 @@ public InputMap<string> SdrsAdvancedOptions

/// <summary>
/// The threshold, in
/// percent of used space, that storage DRS uses to make decisions to migrate VMs
/// out of a datastore. Default: `80` percent.
/// percent, of difference between space utilization in datastores before storage
/// DRS makes decisions to balance the space. Default: `5` percent.
/// </summary>
Expand Down
6 changes: 2 additions & 4 deletions sdk/dotnet/Inputs/VirtualMachineCdromArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ public sealed class VirtualMachineCdromArgs : global::Pulumi.ResourceArgs
public Input<bool>? ClientDevice { get; set; }

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Input("datastoreId")]
public Input<string>? DatastoreId { get; set; }
Expand All @@ -36,7 +34,7 @@ public sealed class VirtualMachineCdromArgs : global::Pulumi.ResourceArgs
public Input<int>? Key { get; set; }

/// <summary>
/// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename.
/// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`.
///
/// &gt; **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to .
///
Expand Down
6 changes: 2 additions & 4 deletions sdk/dotnet/Inputs/VirtualMachineCdromGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ public sealed class VirtualMachineCdromGetArgs : global::Pulumi.ResourceArgs
public Input<bool>? ClientDevice { get; set; }

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Input("datastoreId")]
public Input<string>? DatastoreId { get; set; }
Expand All @@ -36,7 +34,7 @@ public sealed class VirtualMachineCdromGetArgs : global::Pulumi.ResourceArgs
public Input<int>? Key { get; set; }

/// <summary>
/// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename.
/// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`.
///
/// &gt; **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to .
///
Expand Down
8 changes: 3 additions & 5 deletions sdk/dotnet/Inputs/VirtualMachineDiskArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ public sealed class VirtualMachineDiskArgs : global::Pulumi.ResourceArgs
public Input<string>? ControllerType { get; set; }

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Input("datastoreId")]
public Input<string>? DatastoreId { get; set; }
Expand Down Expand Up @@ -99,7 +97,7 @@ public sealed class VirtualMachineDiskArgs : global::Pulumi.ResourceArgs
public Input<string> Label { get; set; } = null!;

/// <summary>
/// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename.
/// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`.
///
/// &gt; **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to .
///
Expand All @@ -115,7 +113,7 @@ public sealed class VirtualMachineDiskArgs : global::Pulumi.ResourceArgs
public Input<int>? Size { get; set; }

/// <summary>
/// The ID of the storage policy to assign to the home directory of a virtual machine.
/// The UUID of the storage policy to assign to the virtual disk.
/// </summary>
[Input("storagePolicyId")]
public Input<string>? StoragePolicyId { get; set; }
Expand Down
8 changes: 3 additions & 5 deletions sdk/dotnet/Inputs/VirtualMachineDiskGetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ public sealed class VirtualMachineDiskGetArgs : global::Pulumi.ResourceArgs
public Input<string>? ControllerType { get; set; }

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Input("datastoreId")]
public Input<string>? DatastoreId { get; set; }
Expand Down Expand Up @@ -99,7 +97,7 @@ public sealed class VirtualMachineDiskGetArgs : global::Pulumi.ResourceArgs
public Input<string> Label { get; set; } = null!;

/// <summary>
/// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename.
/// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`.
///
/// &gt; **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to .
///
Expand All @@ -115,7 +113,7 @@ public sealed class VirtualMachineDiskGetArgs : global::Pulumi.ResourceArgs
public Input<int>? Size { get; set; }

/// <summary>
/// The ID of the storage policy to assign to the home directory of a virtual machine.
/// The UUID of the storage policy to assign to the virtual disk.
/// </summary>
[Input("storagePolicyId")]
public Input<string>? StoragePolicyId { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/VnicIpv4Args.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class VnicIpv4Args : global::Pulumi.ResourceArgs
public Input<bool>? Dhcp { get; set; }

/// <summary>
/// IP address of the default gateway, if DHCP is not set.
/// IP address of the default gateway, if DHCP or autoconfig is not set.
/// </summary>
[Input("gw")]
public Input<string>? Gw { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/VnicIpv4GetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public sealed class VnicIpv4GetArgs : global::Pulumi.ResourceArgs
public Input<bool>? Dhcp { get; set; }

/// <summary>
/// IP address of the default gateway, if DHCP is not set.
/// IP address of the default gateway, if DHCP or autoconfig is not set.
/// </summary>
[Input("gw")]
public Input<string>? Gw { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/VnicIpv6Args.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public InputList<string> Addresses
public Input<bool>? Dhcp { get; set; }

/// <summary>
/// IP address of the default gateway, if DHCP is not set.
/// IP address of the default gateway, if DHCP or autoconfig is not set.
/// </summary>
[Input("gw")]
public Input<string>? Gw { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Inputs/VnicIpv6GetArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public InputList<string> Addresses
public Input<bool>? Dhcp { get; set; }

/// <summary>
/// IP address of the default gateway, if DHCP is not set.
/// IP address of the default gateway, if DHCP or autoconfig is not set.
/// </summary>
[Input("gw")]
public Input<string>? Gw { get; set; }
Expand Down
6 changes: 2 additions & 4 deletions sdk/dotnet/Outputs/VirtualMachineCdrom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ public sealed class VirtualMachineCdrom
/// </summary>
public readonly bool? ClientDevice;
/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
public readonly string? DatastoreId;
public readonly string? DeviceAddress;
Expand All @@ -29,7 +27,7 @@ public sealed class VirtualMachineCdrom
/// </summary>
public readonly int? Key;
/// <summary>
/// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename.
/// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`.
///
/// &gt; **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to .
///
Expand Down
8 changes: 3 additions & 5 deletions sdk/dotnet/Outputs/VirtualMachineDisk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ public sealed class VirtualMachineDisk
/// </summary>
public readonly string? ControllerType;
/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
public readonly string? DatastoreId;
public readonly string? DeviceAddress;
Expand Down Expand Up @@ -72,7 +70,7 @@ public sealed class VirtualMachineDisk
public readonly int? Key;
public readonly string Label;
/// <summary>
/// When using `attach`, this parameter controls the path of a virtual disk to attach externally. Otherwise, it is a computed attribute that contains the virtual disk filename.
/// The path to the ISO file. Required for using a datastore ISO. Conflicts with `client_device`.
///
/// &gt; **NOTE:** Either `client_device` (for a remote backed CD-ROM) or `datastore_id` and `path` (for a datastore ISO backed CD-ROM) are required to .
///
Expand All @@ -84,7 +82,7 @@ public sealed class VirtualMachineDisk
/// </summary>
public readonly int? Size;
/// <summary>
/// The ID of the storage policy to assign to the home directory of a virtual machine.
/// The UUID of the storage policy to assign to the virtual disk.
/// </summary>
public readonly string? StoragePolicyId;
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/VnicIpv4.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public sealed class VnicIpv4
/// </summary>
public readonly bool? Dhcp;
/// <summary>
/// IP address of the default gateway, if DHCP is not set.
/// IP address of the default gateway, if DHCP or autoconfig is not set.
/// </summary>
public readonly string? Gw;
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/Outputs/VnicIpv6.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public sealed class VnicIpv6
/// </summary>
public readonly bool? Dhcp;
/// <summary>
/// IP address of the default gateway, if DHCP is not set.
/// IP address of the default gateway, if DHCP or autoconfig is not set.
/// </summary>
public readonly string? Gw;

Expand Down
18 changes: 6 additions & 12 deletions sdk/dotnet/VirtualMachine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ public partial class VirtualMachine : global::Pulumi.CustomResource
public Output<string?> DatastoreClusterId { get; private set; } = null!;

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Output("datastoreId")]
public Output<string> DatastoreId { get; private set; } = null!;
Expand Down Expand Up @@ -465,7 +463,7 @@ public partial class VirtualMachine : global::Pulumi.CustomResource
public Output<int?> ShutdownWaitTimeout { get; private set; } = null!;

/// <summary>
/// The ID of the storage policy to assign to the home directory of a virtual machine.
/// The UUID of the storage policy to assign to the virtual disk.
/// </summary>
[Output("storagePolicyId")]
public Output<string> StoragePolicyId { get; private set; } = null!;
Expand Down Expand Up @@ -731,9 +729,7 @@ public InputMap<string> CustomAttributes
public Input<string>? DatastoreClusterId { get; set; }

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Input("datastoreId")]
public Input<string>? DatastoreId { get; set; }
Expand Down Expand Up @@ -1061,7 +1057,7 @@ public InputList<string> PciDeviceIds
public Input<int>? ShutdownWaitTimeout { get; set; }

/// <summary>
/// The ID of the storage policy to assign to the home directory of a virtual machine.
/// The UUID of the storage policy to assign to the virtual disk.
/// </summary>
[Input("storagePolicyId")]
public Input<string>? StoragePolicyId { get; set; }
Expand Down Expand Up @@ -1277,9 +1273,7 @@ public InputMap<string> CustomAttributes
public Input<string>? DatastoreClusterId { get; set; }

/// <summary>
/// The managed object reference ID of the datastore in which to place the virtual machine. The virtual machine configuration files is placed here, along with any virtual disks that are created where a datastore is not explicitly specified. See the section on virtual machine migration for more information on modifying this value.
///
/// &gt; **NOTE:** Datastores cannot be assigned to individual disks when `datastore_cluster_id` is used.
/// The datastore ID that on which the ISO is located. Required for using a datastore ISO. Conflicts with `client_device`.
/// </summary>
[Input("datastoreId")]
public Input<string>? DatastoreId { get; set; }
Expand Down Expand Up @@ -1649,7 +1643,7 @@ public InputList<string> PciDeviceIds
public Input<int>? ShutdownWaitTimeout { get; set; }

/// <summary>
/// The ID of the storage policy to assign to the home directory of a virtual machine.
/// The UUID of the storage policy to assign to the virtual disk.
/// </summary>
[Input("storagePolicyId")]
public Input<string>? StoragePolicyId { get; set; }
Expand Down
Loading

0 comments on commit 08f5a18

Please sign in to comment.