1. Packages
  2. Fortimanager Provider
  3. API Docs
  4. ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

fortimanager.ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist

Explore with Pulumi AI

fortimanager logo
fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev

    Name list.

    This resource is a sub resource for variable value_list of resource fortimanager.ObjectWirelesscontrollerHotspot20Anqpvenuename. Conflict and overwrite may occur if use both of them.

    Create ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(name: string, args: ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs, opts?: CustomResourceOptions);
    @overload
    def ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(resource_name: str,
                                                                args: ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs,
                                                                opts: Optional[ResourceOptions] = None)
    
    @overload
    def ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(resource_name: str,
                                                                opts: Optional[ResourceOptions] = None,
                                                                anqp_venue_name: Optional[str] = None,
                                                                adom: Optional[str] = None,
                                                                index: Optional[float] = None,
                                                                lang: Optional[str] = None,
                                                                object_wirelesscontroller_hotspot20_anqpvenuename_valuelist_id: Optional[str] = None,
                                                                scopetype: Optional[str] = None,
                                                                value: Optional[str] = None)
    func NewObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(ctx *Context, name string, args ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist, error)
    public ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(string name, ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs args, CustomResourceOptions? opts = null)
    public ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(String name, ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs args)
    public ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(String name, ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs args, CustomResourceOptions options)
    
    type: fortimanager:ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist
    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 ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs
    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 ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs
    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 ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs
    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 objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource = new Fortimanager.ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist("objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource", new()
    {
        AnqpVenueName = "string",
        Adom = "string",
        Index = 0,
        Lang = "string",
        ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistId = "string",
        Scopetype = "string",
        Value = "string",
    });
    
    example, err := fortimanager.NewObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(ctx, "objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource", &fortimanager.ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs{
    AnqpVenueName: pulumi.String("string"),
    Adom: pulumi.String("string"),
    Index: pulumi.Float64(0),
    Lang: pulumi.String("string"),
    ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistId: pulumi.String("string"),
    Scopetype: pulumi.String("string"),
    Value: pulumi.String("string"),
    })
    
    var objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource = new ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist("objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource", ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistArgs.builder()
        .anqpVenueName("string")
        .adom("string")
        .index(0)
        .lang("string")
        .objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId("string")
        .scopetype("string")
        .value("string")
        .build());
    
    object_wirelesscontroller_hotspot20_anqpvenuename_valuelist_resource = fortimanager.ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist("objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource",
        anqp_venue_name="string",
        adom="string",
        index=0,
        lang="string",
        object_wirelesscontroller_hotspot20_anqpvenuename_valuelist_id="string",
        scopetype="string",
        value="string")
    
    const objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource = new fortimanager.ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist("objectWirelesscontrollerHotspot20AnqpvenuenameValuelistResource", {
        anqpVenueName: "string",
        adom: "string",
        index: 0,
        lang: "string",
        objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId: "string",
        scopetype: "string",
        value: "string",
    });
    
    type: fortimanager:ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist
    properties:
        adom: string
        anqpVenueName: string
        index: 0
        lang: string
        objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId: string
        scopetype: string
        value: string
    

    ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist 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 ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist resource accepts the following input properties:

    AnqpVenueName string
    Anqp Venue Name.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Index double
    Value index.
    Lang string
    Language code.
    ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistId string
    an identifier for the resource with format {{index}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Value string
    Venue name value.
    AnqpVenueName string
    Anqp Venue Name.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    Index float64
    Value index.
    Lang string
    Language code.
    ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistId string
    an identifier for the resource with format {{index}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Value string
    Venue name value.
    anqpVenueName String
    Anqp Venue Name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index Double
    Value index.
    lang String
    Language code.
    objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId String
    an identifier for the resource with format {{index}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value String
    Venue name value.
    anqpVenueName string
    Anqp Venue Name.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index number
    Value index.
    lang string
    Language code.
    objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId string
    an identifier for the resource with format {{index}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value string
    Venue name value.
    anqp_venue_name str
    Anqp Venue Name.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index float
    Value index.
    lang str
    Language code.
    object_wirelesscontroller_hotspot20_anqpvenuename_valuelist_id str
    an identifier for the resource with format {{index}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value str
    Venue name value.
    anqpVenueName String
    Anqp Venue Name.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    index Number
    Value index.
    lang String
    Language code.
    objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId String
    an identifier for the resource with format {{index}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value String
    Venue name value.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist 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 ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist Resource

    Get an existing ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist 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?: ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistState, opts?: CustomResourceOptions): ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            adom: Optional[str] = None,
            anqp_venue_name: Optional[str] = None,
            index: Optional[float] = None,
            lang: Optional[str] = None,
            object_wirelesscontroller_hotspot20_anqpvenuename_valuelist_id: Optional[str] = None,
            scopetype: Optional[str] = None,
            value: Optional[str] = None) -> ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist
    func GetObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist(ctx *Context, name string, id IDInput, state *ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistState, opts ...ResourceOption) (*ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist, error)
    public static ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist Get(string name, Input<string> id, ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistState? state, CustomResourceOptions? opts = null)
    public static ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist get(String name, Output<String> id, ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistState state, CustomResourceOptions options)
    resources:  _:    type: fortimanager:ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist    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.
    The following state arguments are supported:
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AnqpVenueName string
    Anqp Venue Name.
    Index double
    Value index.
    Lang string
    Language code.
    ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistId string
    an identifier for the resource with format {{index}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Value string
    Venue name value.
    Adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    AnqpVenueName string
    Anqp Venue Name.
    Index float64
    Value index.
    Lang string
    Language code.
    ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelistId string
    an identifier for the resource with format {{index}}.
    Scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    Value string
    Venue name value.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anqpVenueName String
    Anqp Venue Name.
    index Double
    Value index.
    lang String
    Language code.
    objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId String
    an identifier for the resource with format {{index}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value String
    Venue name value.
    adom string
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anqpVenueName string
    Anqp Venue Name.
    index number
    Value index.
    lang string
    Language code.
    objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId string
    an identifier for the resource with format {{index}}.
    scopetype string
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value string
    Venue name value.
    adom str
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anqp_venue_name str
    Anqp Venue Name.
    index float
    Value index.
    lang str
    Language code.
    object_wirelesscontroller_hotspot20_anqpvenuename_valuelist_id str
    an identifier for the resource with format {{index}}.
    scopetype str
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value str
    Venue name value.
    adom String
    Adom. This value is valid only when the scopetype is adom, otherwise the value of adom in the provider will be inherited.
    anqpVenueName String
    Anqp Venue Name.
    index Number
    Value index.
    lang String
    Language code.
    objectWirelesscontrollerHotspot20AnqpvenuenameValuelistId String
    an identifier for the resource with format {{index}}.
    scopetype String
    The scope of application of the resource. Valid values: inherit, adom, global. The inherit means that the scopetype of the provider will be inherited, and adom will also be inherited. The default value is inherit.
    value String
    Venue name value.

    Import

    ObjectWirelessController Hotspot20AnqpVenueNameValueList can be imported using any of these accepted formats:

    Set import_options = [“anqp_venue_name=YOUR_VALUE”] in the provider section.

    $ export “FORTIMANAGER_IMPORT_TABLE”=“true”

    $ pulumi import fortimanager:index/objectWirelesscontrollerHotspot20AnqpvenuenameValuelist:ObjectWirelesscontrollerHotspot20AnqpvenuenameValuelist labelname {{index}}
    

    $ 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.
    fortimanager logo
    fortimanager 1.13.0 published on Thursday, Mar 13, 2025 by fortinetdev