Skip to content

Commit

Permalink
make build_sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed May 16, 2024
1 parent ae18ace commit 3361bfd
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 129 deletions.
12 changes: 0 additions & 12 deletions sdk/dotnet/Metal/ReservedIpBlock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ public partial class ReservedIpBlock : global::Pulumi.CustomResource
[Output("cidrNotation")]
public Output<string> CidrNotation { get; private set; } = null!;

/// <summary>
/// Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
/// be helpful for self-managed IPAM. The object must be valid JSON.
/// </summary>
[Output("customData")]
public Output<string?> CustomData { get; private set; } = null!;

Expand Down Expand Up @@ -237,10 +233,6 @@ public sealed class ReservedIpBlockArgs : global::Pulumi.ResourceArgs
[Input("cidr")]
public Input<int>? Cidr { get; set; }

/// <summary>
/// Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
/// be helpful for self-managed IPAM. The object must be valid JSON.
/// </summary>
[Input("customData")]
public Input<string>? CustomData { get; set; }

Expand Down Expand Up @@ -342,10 +334,6 @@ public sealed class ReservedIpBlockState : global::Pulumi.ResourceArgs
[Input("cidrNotation")]
public Input<string>? CidrNotation { get; set; }

/// <summary>
/// Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
/// be helpful for self-managed IPAM. The object must be valid JSON.
/// </summary>
[Input("customData")]
public Input<string>? CustomData { get; set; }

Expand Down
12 changes: 6 additions & 6 deletions sdk/go/equinix/metal/interconnection.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 6 additions & 18 deletions sdk/go/equinix/metal/reservedIpBlock.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,9 @@ public Output<Integer> cidr() {
public Output<String> cidrNotation() {
return this.cidrNotation;
}
/**
* Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
*/
@Export(name="customData", refs={String.class}, tree="[0]")
private Output</* @Nullable */ String> customData;

/**
* @return Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
*/
public Output<Optional<String>> customData() {
return Codegen.optional(this.customData);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,9 @@ public Optional<Output<Integer>> cidr() {
return Optional.ofNullable(this.cidr);
}

/**
* Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
*/
@Import(name="customData")
private @Nullable Output<String> customData;

/**
* @return Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
*/
public Optional<Output<String>> customData() {
return Optional.ofNullable(this.customData);
}
Expand Down Expand Up @@ -264,25 +254,11 @@ public Builder cidr(Integer cidr) {
return cidr(Output.of(cidr));
}

/**
* @param customData Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
* @return builder
*
*/
public Builder customData(@Nullable Output<String> customData) {
$.customData = customData;
return this;
}

/**
* @param customData Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
* @return builder
*
*/
public Builder customData(String customData) {
return customData(Output.of(customData));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,9 @@ public Optional<Output<String>> cidrNotation() {
return Optional.ofNullable(this.cidrNotation);
}

/**
* Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
*/
@Import(name="customData")
private @Nullable Output<String> customData;

/**
* @return Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
*/
public Optional<Output<String>> customData() {
return Optional.ofNullable(this.customData);
}
Expand Down Expand Up @@ -430,25 +420,11 @@ public Builder cidrNotation(String cidrNotation) {
return cidrNotation(Output.of(cidrNotation));
}

/**
* @param customData Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
* @return builder
*
*/
public Builder customData(@Nullable Output<String> customData) {
$.customData = customData;
return this;
}

/**
* @param customData Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*
* @return builder
*
*/
public Builder customData(String customData) {
return customData(Output.of(customData));
}
Expand Down
6 changes: 3 additions & 3 deletions sdk/nodejs/metal/interconnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export class Interconnection extends pulumi.CustomResource {
*/
public readonly redundancy!: pulumi.Output<string>;
/**
* Only used with shared connection. Type of service token to use for the connection, a_side or z_side
* Only used with shared connection. Type of service token to use for the connection, aSide or z_side
*/
public readonly serviceTokenType!: pulumi.Output<string | undefined>;
/**
Expand Down Expand Up @@ -273,7 +273,7 @@ export interface InterconnectionState {
*/
redundancy?: pulumi.Input<string>;
/**
* Only used with shared connection. Type of service token to use for the connection, a_side or z_side
* Only used with shared connection. Type of service token to use for the connection, aSide or z_side
*/
serviceTokenType?: pulumi.Input<string>;
/**
Expand Down Expand Up @@ -356,7 +356,7 @@ export interface InterconnectionArgs {
*/
redundancy: pulumi.Input<string>;
/**
* Only used with shared connection. Type of service token to use for the connection, a_side or z_side
* Only used with shared connection. Type of service token to use for the connection, aSide or z_side
*/
serviceTokenType?: pulumi.Input<string>;
/**
Expand Down
12 changes: 0 additions & 12 deletions sdk/nodejs/metal/reservedIpBlock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ export class ReservedIpBlock extends pulumi.CustomResource {
* Address and mask in CIDR notation, e.g. `147.229.15.30/31`.
*/
public /*out*/ readonly cidrNotation!: pulumi.Output<string>;
/**
* Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*/
public readonly customData!: pulumi.Output<string | undefined>;
/**
* Arbitrary description.
Expand Down Expand Up @@ -241,10 +237,6 @@ export interface ReservedIpBlockState {
* Address and mask in CIDR notation, e.g. `147.229.15.30/31`.
*/
cidrNotation?: pulumi.Input<string>;
/**
* Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*/
customData?: pulumi.Input<string>;
/**
* Arbitrary description.
Expand Down Expand Up @@ -315,10 +307,6 @@ export interface ReservedIpBlockArgs {
* Only valid as an argument and required when `type` is `vrf`. The size of the network to reserve from an existing VRF ip_range. `cidr` can only be specified with `vrfId`. Range is 22-31. Virtual Circuits require 30-31. Other VRF resources must use a CIDR in the 22-29 range.
*/
cidr?: pulumi.Input<number>;
/**
* Custom Data is an arbitrary object (submitted in Terraform as serialized JSON) to assign to the IP Reservation. This may
* be helpful for self-managed IPAM. The object must be valid JSON.
*/
customData?: pulumi.Input<string>;
/**
* Arbitrary description.
Expand Down
Loading

0 comments on commit 3361bfd

Please sign in to comment.