Skip to content

Commit

Permalink
chore: recreated language SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeckel committed Mar 24, 2024
1 parent 585faa8 commit 2051577
Show file tree
Hide file tree
Showing 32 changed files with 189 additions and 597 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl
namespace Pulumiverse.Fortios.Switchcontroller.Acl
{
/// <summary>
/// Configure ACL groups to be applied on managed FortiSwitch ports. Applies to FortiOS Version `&gt;= 7.4.0`.
Expand All @@ -18,20 +18,20 @@ namespace Pulumiverse.Fortios.Switchcontrolleracl
/// SwitchControllerAcl Group can be imported using any of these accepted formats:
///
/// ```sh
/// $ pulumi import fortios:switchcontrolleracl/group:Group labelname {{name}}
/// $ pulumi import fortios:switchcontroller/acl/group:Group labelname {{name}}
/// ```
///
/// If you do not want to import arguments of block:
///
/// $ export "FORTIOS_IMPORT_TABLE"="false"
///
/// ```sh
/// $ pulumi import fortios:switchcontrolleracl/group:Group labelname {{name}}
/// $ pulumi import fortios:switchcontroller/acl/group:Group labelname {{name}}
/// ```
///
/// $ unset "FORTIOS_IMPORT_TABLE"
/// </summary>
[FortiosResourceType("fortios:switchcontrolleracl/group:Group")]
[FortiosResourceType("fortios:switchcontroller/acl/group:Group")]
public partial class Group : global::Pulumi.CustomResource
{
/// <summary>
Expand Down Expand Up @@ -73,12 +73,12 @@ public partial class Group : global::Pulumi.CustomResource
/// <param name="args">The arguments used to populate this resource's properties</param>
/// <param name="options">A bag of options that control this resource's behavior</param>
public Group(string name, GroupArgs? args = null, CustomResourceOptions? options = null)
: base("fortios:switchcontrolleracl/group:Group", name, args ?? new GroupArgs(), MakeResourceOptions(options, ""))
: base("fortios:switchcontroller/acl/group:Group", name, args ?? new GroupArgs(), MakeResourceOptions(options, ""))
{
}

private Group(string name, Input<string> id, GroupState? state = null, CustomResourceOptions? options = null)
: base("fortios:switchcontrolleracl/group:Group", name, state, MakeResourceOptions(options, id))
: base("fortios:switchcontroller/acl/group:Group", name, state, MakeResourceOptions(options, id))
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl
namespace Pulumiverse.Fortios.Switchcontroller.Acl
{
/// <summary>
/// Configure ingress ACL policies to be applied on managed FortiSwitch ports. Applies to FortiOS Version `&gt;= 7.4.0`.
Expand All @@ -18,20 +18,20 @@ namespace Pulumiverse.Fortios.Switchcontrolleracl
/// SwitchControllerAcl Ingress can be imported using any of these accepted formats:
///
/// ```sh
/// $ pulumi import fortios:switchcontrolleracl/ingress:Ingress labelname {{fosid}}
/// $ pulumi import fortios:switchcontroller/acl/ingress:Ingress labelname {{fosid}}
/// ```
///
/// If you do not want to import arguments of block:
///
/// $ export "FORTIOS_IMPORT_TABLE"="false"
///
/// ```sh
/// $ pulumi import fortios:switchcontrolleracl/ingress:Ingress labelname {{fosid}}
/// $ pulumi import fortios:switchcontroller/acl/ingress:Ingress labelname {{fosid}}
/// ```
///
/// $ unset "FORTIOS_IMPORT_TABLE"
/// </summary>
[FortiosResourceType("fortios:switchcontrolleracl/ingress:Ingress")]
[FortiosResourceType("fortios:switchcontroller/acl/ingress:Ingress")]
public partial class Ingress : global::Pulumi.CustomResource
{
/// <summary>
Expand Down Expand Up @@ -79,12 +79,12 @@ public partial class Ingress : global::Pulumi.CustomResource
/// <param name="args">The arguments used to populate this resource's properties</param>
/// <param name="options">A bag of options that control this resource's behavior</param>
public Ingress(string name, IngressArgs? args = null, CustomResourceOptions? options = null)
: base("fortios:switchcontrolleracl/ingress:Ingress", name, args ?? new IngressArgs(), MakeResourceOptions(options, ""))
: base("fortios:switchcontroller/acl/ingress:Ingress", name, args ?? new IngressArgs(), MakeResourceOptions(options, ""))
{
}

private Ingress(string name, Input<string> id, IngressState? state = null, CustomResourceOptions? options = null)
: base("fortios:switchcontrolleracl/ingress:Ingress", name, state, MakeResourceOptions(options, id))
: base("fortios:switchcontroller/acl/ingress:Ingress", name, state, MakeResourceOptions(options, id))
{
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Inputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Inputs
{

public sealed class GroupIngressArgs : global::Pulumi.ResourceArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Inputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Inputs
{

public sealed class GroupIngressGetArgs : global::Pulumi.ResourceArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Inputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Inputs
{

public sealed class IngressActionArgs : global::Pulumi.ResourceArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Inputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Inputs
{

public sealed class IngressActionGetArgs : global::Pulumi.ResourceArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Inputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Inputs
{

public sealed class IngressClassifierArgs : global::Pulumi.ResourceArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Inputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Inputs
{

public sealed class IngressClassifierGetArgs : global::Pulumi.ResourceArgs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Outputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Outputs
{

[OutputType]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Outputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Outputs
{

[OutputType]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using Pulumi.Serialization;
using Pulumi;

namespace Pulumiverse.Fortios.Switchcontrolleracl.Outputs
namespace Pulumiverse.Fortios.Switchcontroller.Acl.Outputs
{

[OutputType]
Expand Down
File renamed without changes.

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

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

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

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

2 changes: 0 additions & 2 deletions sdk/nodejs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import * as report from "./report";
import * as router from "./router";
import * as rule from "./rule";
import * as switchcontroller from "./switchcontroller";
import * as switchcontrolleracl from "./switchcontrolleracl";
import * as system from "./system";
import * as types from "./types";
import * as user from "./user";
Expand Down Expand Up @@ -87,7 +86,6 @@ export {
router,
rule,
switchcontroller,
switchcontrolleracl,
system,
types,
user,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
// *** Do not edit by hand unless you're certain you know what you are doing! ***

import * as pulumi from "@pulumi/pulumi";
import * as inputs from "../types/input";
import * as outputs from "../types/output";
import * as utilities from "../utilities";
import * as inputs from "../../types/input";
import * as outputs from "../../types/output";
import * as utilities from "../../utilities";

/**
* Configure ACL groups to be applied on managed FortiSwitch ports. Applies to FortiOS Version `>= 7.4.0`.
Expand All @@ -14,15 +14,15 @@ import * as utilities from "../utilities";
* SwitchControllerAcl Group can be imported using any of these accepted formats:
*
* ```sh
* $ pulumi import fortios:switchcontrolleracl/group:Group labelname {{name}}
* $ pulumi import fortios:switchcontroller/acl/group:Group labelname {{name}}
* ```
*
* If you do not want to import arguments of block:
*
* $ export "FORTIOS_IMPORT_TABLE"="false"
*
* ```sh
* $ pulumi import fortios:switchcontrolleracl/group:Group labelname {{name}}
* $ pulumi import fortios:switchcontroller/acl/group:Group labelname {{name}}
* ```
*
* $ unset "FORTIOS_IMPORT_TABLE"
Expand All @@ -42,7 +42,7 @@ export class Group extends pulumi.CustomResource {
}

/** @internal */
public static readonly __pulumiType = 'fortios:switchcontrolleracl/group:Group';
public static readonly __pulumiType = 'fortios:switchcontroller/acl/group:Group';

/**
* Returns true if the given object is an instance of Group. This is designed to work even
Expand All @@ -66,7 +66,7 @@ export class Group extends pulumi.CustomResource {
/**
* Configure ingress ACL policies in group. The structure of `ingress` block is documented below.
*/
public readonly ingresses!: pulumi.Output<outputs.switchcontrolleracl.GroupIngress[] | undefined>;
public readonly ingresses!: pulumi.Output<outputs.switchcontroller.acl.GroupIngress[] | undefined>;
/**
* Group name.
*/
Expand Down Expand Up @@ -122,7 +122,7 @@ export interface GroupState {
/**
* Configure ingress ACL policies in group. The structure of `ingress` block is documented below.
*/
ingresses?: pulumi.Input<pulumi.Input<inputs.switchcontrolleracl.GroupIngress>[]>;
ingresses?: pulumi.Input<pulumi.Input<inputs.switchcontroller.acl.GroupIngress>[]>;
/**
* Group name.
*/
Expand All @@ -148,7 +148,7 @@ export interface GroupArgs {
/**
* Configure ingress ACL policies in group. The structure of `ingress` block is documented below.
*/
ingresses?: pulumi.Input<pulumi.Input<inputs.switchcontrolleracl.GroupIngress>[]>;
ingresses?: pulumi.Input<pulumi.Input<inputs.switchcontroller.acl.GroupIngress>[]>;
/**
* Group name.
*/
Expand Down
Loading

0 comments on commit 2051577

Please sign in to comment.