1. Packages
  2. Juniper Mist
  3. API Docs
  4. org
  5. WlanPortalImage
Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi

junipermist.org.WlanPortalImage

Explore with Pulumi AI

junipermist logo
Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi

    This resource is used to upload a WLAN Captive Web Portal background image. The WLAN object contains all the required configuration to broadcast an SSID (Authentication, VLAN, …)

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      wlanOne:
        type: junipermist:org:WlanPortalImage
        name: wlan_one
        properties:
          siteId: ${terraformTest.id}
          wlanId: ${wlanOneMistOrg.id}
          file: /Users/johndoe/Documents/image.jpg
    

    Create WlanPortalImage Resource

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

    Constructor syntax

    new WlanPortalImage(name: string, args: WlanPortalImageArgs, opts?: CustomResourceOptions);
    @overload
    def WlanPortalImage(resource_name: str,
                        args: WlanPortalImageArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def WlanPortalImage(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        file: Optional[str] = None,
                        org_id: Optional[str] = None,
                        wlan_id: Optional[str] = None)
    func NewWlanPortalImage(ctx *Context, name string, args WlanPortalImageArgs, opts ...ResourceOption) (*WlanPortalImage, error)
    public WlanPortalImage(string name, WlanPortalImageArgs args, CustomResourceOptions? opts = null)
    public WlanPortalImage(String name, WlanPortalImageArgs args)
    public WlanPortalImage(String name, WlanPortalImageArgs args, CustomResourceOptions options)
    
    type: junipermist:org:WlanPortalImage
    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 WlanPortalImageArgs
    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 WlanPortalImageArgs
    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 WlanPortalImageArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WlanPortalImageArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WlanPortalImageArgs
    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 wlanPortalImageResource = new JuniperMist.Org.WlanPortalImage("wlanPortalImageResource", new()
    {
        File = "string",
        OrgId = "string",
        WlanId = "string",
    });
    
    example, err := org.NewWlanPortalImage(ctx, "wlanPortalImageResource", &org.WlanPortalImageArgs{
    	File:   pulumi.String("string"),
    	OrgId:  pulumi.String("string"),
    	WlanId: pulumi.String("string"),
    })
    
    var wlanPortalImageResource = new WlanPortalImage("wlanPortalImageResource", WlanPortalImageArgs.builder()
        .file("string")
        .orgId("string")
        .wlanId("string")
        .build());
    
    wlan_portal_image_resource = junipermist.org.WlanPortalImage("wlanPortalImageResource",
        file="string",
        org_id="string",
        wlan_id="string")
    
    const wlanPortalImageResource = new junipermist.org.WlanPortalImage("wlanPortalImageResource", {
        file: "string",
        orgId: "string",
        wlanId: "string",
    });
    
    type: junipermist:org:WlanPortalImage
    properties:
        file: string
        orgId: string
        wlanId: string
    

    WlanPortalImage Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The WlanPortalImage resource accepts the following input properties:

    File string
    path to the background image file. File must be a jpeg, jpg or png image`
    OrgId string
    WlanId string
    Org WLAN ID
    File string
    path to the background image file. File must be a jpeg, jpg or png image`
    OrgId string
    WlanId string
    Org WLAN ID
    file String
    path to the background image file. File must be a jpeg, jpg or png image`
    orgId String
    wlanId String
    Org WLAN ID
    file string
    path to the background image file. File must be a jpeg, jpg or png image`
    orgId string
    wlanId string
    Org WLAN ID
    file str
    path to the background image file. File must be a jpeg, jpg or png image`
    org_id str
    wlan_id str
    Org WLAN ID
    file String
    path to the background image file. File must be a jpeg, jpg or png image`
    orgId String
    wlanId String
    Org WLAN ID

    Outputs

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

    Get an existing WlanPortalImage 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?: WlanPortalImageState, opts?: CustomResourceOptions): WlanPortalImage
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            file: Optional[str] = None,
            org_id: Optional[str] = None,
            wlan_id: Optional[str] = None) -> WlanPortalImage
    func GetWlanPortalImage(ctx *Context, name string, id IDInput, state *WlanPortalImageState, opts ...ResourceOption) (*WlanPortalImage, error)
    public static WlanPortalImage Get(string name, Input<string> id, WlanPortalImageState? state, CustomResourceOptions? opts = null)
    public static WlanPortalImage get(String name, Output<String> id, WlanPortalImageState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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:
    File string
    path to the background image file. File must be a jpeg, jpg or png image`
    OrgId string
    WlanId string
    Org WLAN ID
    File string
    path to the background image file. File must be a jpeg, jpg or png image`
    OrgId string
    WlanId string
    Org WLAN ID
    file String
    path to the background image file. File must be a jpeg, jpg or png image`
    orgId String
    wlanId String
    Org WLAN ID
    file string
    path to the background image file. File must be a jpeg, jpg or png image`
    orgId string
    wlanId string
    Org WLAN ID
    file str
    path to the background image file. File must be a jpeg, jpg or png image`
    org_id str
    wlan_id str
    Org WLAN ID
    file String
    path to the background image file. File must be a jpeg, jpg or png image`
    orgId String
    wlanId String
    Org WLAN ID

    Package Details

    Repository
    junipermist pulumi/pulumi-junipermist
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the mist Terraform Provider.
    junipermist logo
    Juniper Mist v0.0.27 published on Friday, Sep 27, 2024 by Pulumi