fortimanager.ObjectSwitchcontrollerAclGroup
Explore with Pulumi AI
Configure ACL groups to be applied on managed FortiSwitch ports.
Create ObjectSwitchcontrollerAclGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ObjectSwitchcontrollerAclGroup(name: string, args?: ObjectSwitchcontrollerAclGroupArgs, opts?: CustomResourceOptions);
@overload
def ObjectSwitchcontrollerAclGroup(resource_name: str,
args: Optional[ObjectSwitchcontrollerAclGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ObjectSwitchcontrollerAclGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
ingresses: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_switchcontroller_acl_group_id: Optional[str] = None,
scopetype: Optional[str] = None)
func NewObjectSwitchcontrollerAclGroup(ctx *Context, name string, args *ObjectSwitchcontrollerAclGroupArgs, opts ...ResourceOption) (*ObjectSwitchcontrollerAclGroup, error)
public ObjectSwitchcontrollerAclGroup(string name, ObjectSwitchcontrollerAclGroupArgs? args = null, CustomResourceOptions? opts = null)
public ObjectSwitchcontrollerAclGroup(String name, ObjectSwitchcontrollerAclGroupArgs args)
public ObjectSwitchcontrollerAclGroup(String name, ObjectSwitchcontrollerAclGroupArgs args, CustomResourceOptions options)
type: fortimanager:ObjectSwitchcontrollerAclGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ObjectSwitchcontrollerAclGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ObjectSwitchcontrollerAclGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ObjectSwitchcontrollerAclGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ObjectSwitchcontrollerAclGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ObjectSwitchcontrollerAclGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var objectSwitchcontrollerAclGroupResource = new Fortimanager.ObjectSwitchcontrollerAclGroup("objectSwitchcontrollerAclGroupResource", new()
{
Adom = "string",
Ingresses = new[]
{
"string",
},
Name = "string",
ObjectSwitchcontrollerAclGroupId = "string",
Scopetype = "string",
});
example, err := fortimanager.NewObjectSwitchcontrollerAclGroup(ctx, "objectSwitchcontrollerAclGroupResource", &fortimanager.ObjectSwitchcontrollerAclGroupArgs{
Adom: pulumi.String("string"),
Ingresses: pulumi.StringArray{
pulumi.String("string"),
},
Name: pulumi.String("string"),
ObjectSwitchcontrollerAclGroupId: pulumi.String("string"),
Scopetype: pulumi.String("string"),
})
var objectSwitchcontrollerAclGroupResource = new ObjectSwitchcontrollerAclGroup("objectSwitchcontrollerAclGroupResource", ObjectSwitchcontrollerAclGroupArgs.builder()
.adom("string")
.ingresses("string")
.name("string")
.objectSwitchcontrollerAclGroupId("string")
.scopetype("string")
.build());
object_switchcontroller_acl_group_resource = fortimanager.ObjectSwitchcontrollerAclGroup("objectSwitchcontrollerAclGroupResource",
adom="string",
ingresses=["string"],
name="string",
object_switchcontroller_acl_group_id="string",
scopetype="string")
const objectSwitchcontrollerAclGroupResource = new fortimanager.ObjectSwitchcontrollerAclGroup("objectSwitchcontrollerAclGroupResource", {
adom: "string",
ingresses: ["string"],
name: "string",
objectSwitchcontrollerAclGroupId: "string",
scopetype: "string",
});
type: fortimanager:ObjectSwitchcontrollerAclGroup
properties:
adom: string
ingresses:
- string
name: string
objectSwitchcontrollerAclGroupId: string
scopetype: string
ObjectSwitchcontrollerAclGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ObjectSwitchcontrollerAclGroup resource accepts the following input properties:
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ingresses List<string>
- Configure ingress ACL policies in group.
- Name string
- Group name.
- Object
Switchcontroller stringAcl Group Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ingresses []string
- Configure ingress ACL policies in group.
- Name string
- Group name.
- Object
Switchcontroller stringAcl Group Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses List<String>
- Configure ingress ACL policies in group.
- name String
- Group name.
- object
Switchcontroller StringAcl Group Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses string[]
- Configure ingress ACL policies in group.
- name string
- Group name.
- object
Switchcontroller stringAcl Group Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses Sequence[str]
- Configure ingress ACL policies in group.
- name str
- Group name.
- object_
switchcontroller_ stracl_ group_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses List<String>
- Configure ingress ACL policies in group.
- name String
- Group name.
- object
Switchcontroller StringAcl Group Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Outputs
All input properties are implicitly available as output properties. Additionally, the ObjectSwitchcontrollerAclGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ObjectSwitchcontrollerAclGroup Resource
Get an existing ObjectSwitchcontrollerAclGroup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ObjectSwitchcontrollerAclGroupState, opts?: CustomResourceOptions): ObjectSwitchcontrollerAclGroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
adom: Optional[str] = None,
ingresses: Optional[Sequence[str]] = None,
name: Optional[str] = None,
object_switchcontroller_acl_group_id: Optional[str] = None,
scopetype: Optional[str] = None) -> ObjectSwitchcontrollerAclGroup
func GetObjectSwitchcontrollerAclGroup(ctx *Context, name string, id IDInput, state *ObjectSwitchcontrollerAclGroupState, opts ...ResourceOption) (*ObjectSwitchcontrollerAclGroup, error)
public static ObjectSwitchcontrollerAclGroup Get(string name, Input<string> id, ObjectSwitchcontrollerAclGroupState? state, CustomResourceOptions? opts = null)
public static ObjectSwitchcontrollerAclGroup get(String name, Output<String> id, ObjectSwitchcontrollerAclGroupState state, CustomResourceOptions options)
resources: _: type: fortimanager:ObjectSwitchcontrollerAclGroup get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ingresses List<string>
- Configure ingress ACL policies in group.
- Name string
- Group name.
- Object
Switchcontroller stringAcl Group Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- Adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - Ingresses []string
- Configure ingress ACL policies in group.
- Name string
- Group name.
- Object
Switchcontroller stringAcl Group Id - an identifier for the resource with format {{name}}.
- Scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses List<String>
- Configure ingress ACL policies in group.
- name String
- Group name.
- object
Switchcontroller StringAcl Group Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom string
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses string[]
- Configure ingress ACL policies in group.
- name string
- Group name.
- object
Switchcontroller stringAcl Group Id - an identifier for the resource with format {{name}}.
- scopetype string
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom str
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses Sequence[str]
- Configure ingress ACL policies in group.
- name str
- Group name.
- object_
switchcontroller_ stracl_ group_ id - an identifier for the resource with format {{name}}.
- scopetype str
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
- adom String
- Adom. This value is valid only when the
scopetype
isadom
, otherwise the value of adom in the provider will be inherited. - ingresses List<String>
- Configure ingress ACL policies in group.
- name String
- Group name.
- object
Switchcontroller StringAcl Group Id - an identifier for the resource with format {{name}}.
- scopetype String
- The scope of application of the resource. Valid values:
inherit
,adom
,global
. Theinherit
means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value isinherit
.
Import
ObjectSwitchController AclGroup can be imported using any of these accepted formats:
$ export “FORTIMANAGER_IMPORT_TABLE”=“true”
$ pulumi import fortimanager:index/objectSwitchcontrollerAclGroup:ObjectSwitchcontrollerAclGroup labelname {{name}}
$ unset “FORTIMANAGER_IMPORT_TABLE”
-> Hint: The scopetype and adom for import will directly inherit the scopetype and adom configuration of the provider.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- fortimanager fortinetdev/terraform-provider-fortimanager
- License
- Notes
- This Pulumi package is based on the
fortimanager
Terraform Provider.