1. Packages
  2. Cisco Meraki
  3. API Docs
  4. networks
  5. ApplianceRfProfiles
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.networks.ApplianceRfProfiles

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.meraki.networks.ApplianceRfProfiles;
    import com.pulumi.meraki.networks.ApplianceRfProfilesArgs;
    import com.pulumi.meraki.networks.inputs.ApplianceRfProfilesFiveGhzSettingsArgs;
    import com.pulumi.meraki.networks.inputs.ApplianceRfProfilesPerSsidSettingsArgs;
    import com.pulumi.meraki.networks.inputs.ApplianceRfProfilesTwoFourGhzSettingsArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var example = new ApplianceRfProfiles("example", ApplianceRfProfilesArgs.builder()
                .fiveGhzSettings(ApplianceRfProfilesFiveGhzSettingsArgs.builder()
                    .ax_enabled(true)
                    .min_bitrate(48)
                    .build())
                .name("MX RF Profile")
                .networkId("string")
                .perSsidSettings(ApplianceRfProfilesPerSsidSettingsArgs.builder()
                    .status_1(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .status_2(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .status_3(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .status_4(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
                    .build())
                .twoFourGhzSettings(ApplianceRfProfilesTwoFourGhzSettingsArgs.builder()
                    .ax_enabled(true)
                    .min_bitrate(12)
                    .build())
                .build());
    
            ctx.export("merakiNetworksApplianceRfProfilesExample", example);
        }
    }
    
    resources:
      example:
        type: meraki:networks:ApplianceRfProfiles
        properties:
          fiveGhzSettings:
            ax_enabled: true
            min_bitrate: 48
          name: MX RF Profile
          networkId: string
          perSsidSettings:
            status_1:
              bandOperationMode: dual
              bandSteeringEnabled: true
            status_2:
              bandOperationMode: dual
              bandSteeringEnabled: true
            status_3:
              bandOperationMode: dual
              bandSteeringEnabled: true
            status_4:
              bandOperationMode: dual
              bandSteeringEnabled: true
          twoFourGhzSettings:
            ax_enabled: true
            min_bitrate: 12
    outputs:
      merakiNetworksApplianceRfProfilesExample: ${example}
    

    Create ApplianceRfProfiles Resource

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

    Constructor syntax

    new ApplianceRfProfiles(name: string, args: ApplianceRfProfilesArgs, opts?: CustomResourceOptions);
    @overload
    def ApplianceRfProfiles(resource_name: str,
                            args: ApplianceRfProfilesArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ApplianceRfProfiles(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            network_id: Optional[str] = None,
                            five_ghz_settings: Optional[ApplianceRfProfilesFiveGhzSettingsArgs] = None,
                            name: Optional[str] = None,
                            per_ssid_settings: Optional[ApplianceRfProfilesPerSsidSettingsArgs] = None,
                            rf_profile_id: Optional[str] = None,
                            two_four_ghz_settings: Optional[ApplianceRfProfilesTwoFourGhzSettingsArgs] = None)
    func NewApplianceRfProfiles(ctx *Context, name string, args ApplianceRfProfilesArgs, opts ...ResourceOption) (*ApplianceRfProfiles, error)
    public ApplianceRfProfiles(string name, ApplianceRfProfilesArgs args, CustomResourceOptions? opts = null)
    public ApplianceRfProfiles(String name, ApplianceRfProfilesArgs args)
    public ApplianceRfProfiles(String name, ApplianceRfProfilesArgs args, CustomResourceOptions options)
    
    type: meraki:networks:ApplianceRfProfiles
    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 ApplianceRfProfilesArgs
    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 ApplianceRfProfilesArgs
    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 ApplianceRfProfilesArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ApplianceRfProfilesArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ApplianceRfProfilesArgs
    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 applianceRfProfilesResource = new Meraki.Networks.ApplianceRfProfiles("applianceRfProfilesResource", new()
    {
        NetworkId = "string",
        FiveGhzSettings = new Meraki.Networks.Inputs.ApplianceRfProfilesFiveGhzSettingsArgs
        {
            AxEnabled = false,
            MinBitrate = 0,
        },
        Name = "string",
        PerSsidSettings = new Meraki.Networks.Inputs.ApplianceRfProfilesPerSsidSettingsArgs
        {
            Status1 = new Meraki.Networks.Inputs.ApplianceRfProfilesPerSsidSettingsStatus1Args
            {
                BandOperationMode = "string",
                BandSteeringEnabled = false,
            },
            Status2 = new Meraki.Networks.Inputs.ApplianceRfProfilesPerSsidSettingsStatus2Args
            {
                BandOperationMode = "string",
                BandSteeringEnabled = false,
            },
            Status3 = new Meraki.Networks.Inputs.ApplianceRfProfilesPerSsidSettingsStatus3Args
            {
                BandOperationMode = "string",
                BandSteeringEnabled = false,
            },
            Status4 = new Meraki.Networks.Inputs.ApplianceRfProfilesPerSsidSettingsStatus4Args
            {
                BandOperationMode = "string",
                BandSteeringEnabled = false,
            },
        },
        RfProfileId = "string",
        TwoFourGhzSettings = new Meraki.Networks.Inputs.ApplianceRfProfilesTwoFourGhzSettingsArgs
        {
            AxEnabled = false,
            MinBitrate = 0,
        },
    });
    
    example, err := networks.NewApplianceRfProfiles(ctx, "applianceRfProfilesResource", &networks.ApplianceRfProfilesArgs{
    	NetworkId: pulumi.String("string"),
    	FiveGhzSettings: &networks.ApplianceRfProfilesFiveGhzSettingsArgs{
    		AxEnabled:  pulumi.Bool(false),
    		MinBitrate: pulumi.Int(0),
    	},
    	Name: pulumi.String("string"),
    	PerSsidSettings: &networks.ApplianceRfProfilesPerSsidSettingsArgs{
    		Status1: &networks.ApplianceRfProfilesPerSsidSettingsStatus1Args{
    			BandOperationMode:   pulumi.String("string"),
    			BandSteeringEnabled: pulumi.Bool(false),
    		},
    		Status2: &networks.ApplianceRfProfilesPerSsidSettingsStatus2Args{
    			BandOperationMode:   pulumi.String("string"),
    			BandSteeringEnabled: pulumi.Bool(false),
    		},
    		Status3: &networks.ApplianceRfProfilesPerSsidSettingsStatus3Args{
    			BandOperationMode:   pulumi.String("string"),
    			BandSteeringEnabled: pulumi.Bool(false),
    		},
    		Status4: &networks.ApplianceRfProfilesPerSsidSettingsStatus4Args{
    			BandOperationMode:   pulumi.String("string"),
    			BandSteeringEnabled: pulumi.Bool(false),
    		},
    	},
    	RfProfileId: pulumi.String("string"),
    	TwoFourGhzSettings: &networks.ApplianceRfProfilesTwoFourGhzSettingsArgs{
    		AxEnabled:  pulumi.Bool(false),
    		MinBitrate: pulumi.Float64(0),
    	},
    })
    
    var applianceRfProfilesResource = new ApplianceRfProfiles("applianceRfProfilesResource", ApplianceRfProfilesArgs.builder()
        .networkId("string")
        .fiveGhzSettings(ApplianceRfProfilesFiveGhzSettingsArgs.builder()
            .axEnabled(false)
            .minBitrate(0)
            .build())
        .name("string")
        .perSsidSettings(ApplianceRfProfilesPerSsidSettingsArgs.builder()
            .status1(ApplianceRfProfilesPerSsidSettingsStatus1Args.builder()
                .bandOperationMode("string")
                .bandSteeringEnabled(false)
                .build())
            .status2(ApplianceRfProfilesPerSsidSettingsStatus2Args.builder()
                .bandOperationMode("string")
                .bandSteeringEnabled(false)
                .build())
            .status3(ApplianceRfProfilesPerSsidSettingsStatus3Args.builder()
                .bandOperationMode("string")
                .bandSteeringEnabled(false)
                .build())
            .status4(ApplianceRfProfilesPerSsidSettingsStatus4Args.builder()
                .bandOperationMode("string")
                .bandSteeringEnabled(false)
                .build())
            .build())
        .rfProfileId("string")
        .twoFourGhzSettings(ApplianceRfProfilesTwoFourGhzSettingsArgs.builder()
            .axEnabled(false)
            .minBitrate(0)
            .build())
        .build());
    
    appliance_rf_profiles_resource = meraki.networks.ApplianceRfProfiles("applianceRfProfilesResource",
        network_id="string",
        five_ghz_settings=meraki.networks.ApplianceRfProfilesFiveGhzSettingsArgs(
            ax_enabled=False,
            min_bitrate=0,
        ),
        name="string",
        per_ssid_settings=meraki.networks.ApplianceRfProfilesPerSsidSettingsArgs(
            status1=meraki.networks.ApplianceRfProfilesPerSsidSettingsStatus1Args(
                band_operation_mode="string",
                band_steering_enabled=False,
            ),
            status2=meraki.networks.ApplianceRfProfilesPerSsidSettingsStatus2Args(
                band_operation_mode="string",
                band_steering_enabled=False,
            ),
            status3=meraki.networks.ApplianceRfProfilesPerSsidSettingsStatus3Args(
                band_operation_mode="string",
                band_steering_enabled=False,
            ),
            status4=meraki.networks.ApplianceRfProfilesPerSsidSettingsStatus4Args(
                band_operation_mode="string",
                band_steering_enabled=False,
            ),
        ),
        rf_profile_id="string",
        two_four_ghz_settings=meraki.networks.ApplianceRfProfilesTwoFourGhzSettingsArgs(
            ax_enabled=False,
            min_bitrate=0,
        ))
    
    const applianceRfProfilesResource = new meraki.networks.ApplianceRfProfiles("applianceRfProfilesResource", {
        networkId: "string",
        fiveGhzSettings: {
            axEnabled: false,
            minBitrate: 0,
        },
        name: "string",
        perSsidSettings: {
            status1: {
                bandOperationMode: "string",
                bandSteeringEnabled: false,
            },
            status2: {
                bandOperationMode: "string",
                bandSteeringEnabled: false,
            },
            status3: {
                bandOperationMode: "string",
                bandSteeringEnabled: false,
            },
            status4: {
                bandOperationMode: "string",
                bandSteeringEnabled: false,
            },
        },
        rfProfileId: "string",
        twoFourGhzSettings: {
            axEnabled: false,
            minBitrate: 0,
        },
    });
    
    type: meraki:networks:ApplianceRfProfiles
    properties:
        fiveGhzSettings:
            axEnabled: false
            minBitrate: 0
        name: string
        networkId: string
        perSsidSettings:
            status1:
                bandOperationMode: string
                bandSteeringEnabled: false
            status2:
                bandOperationMode: string
                bandSteeringEnabled: false
            status3:
                bandOperationMode: string
                bandSteeringEnabled: false
            status4:
                bandOperationMode: string
                bandSteeringEnabled: false
        rfProfileId: string
        twoFourGhzSettings:
            axEnabled: false
            minBitrate: 0
    

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

    NetworkId string
    ID of network this RF Profile belongs in.
    FiveGhzSettings ApplianceRfProfilesFiveGhzSettings
    Settings related to 5Ghz band.
    Name string
    The name of the profile.
    PerSsidSettings ApplianceRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    TwoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band.
    NetworkId string
    ID of network this RF Profile belongs in.
    FiveGhzSettings ApplianceRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band.
    Name string
    The name of the profile.
    PerSsidSettings ApplianceRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    TwoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band.
    networkId String
    ID of network this RF Profile belongs in.
    fiveGhzSettings ApplianceRfProfilesFiveGhzSettings
    Settings related to 5Ghz band.
    name String
    The name of the profile.
    perSsidSettings ApplianceRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    twoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band.
    networkId string
    ID of network this RF Profile belongs in.
    fiveGhzSettings ApplianceRfProfilesFiveGhzSettings
    Settings related to 5Ghz band.
    name string
    The name of the profile.
    perSsidSettings ApplianceRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId string
    rfProfileId path parameter. Rf profile ID
    twoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band.
    network_id str
    ID of network this RF Profile belongs in.
    five_ghz_settings ApplianceRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band.
    name str
    The name of the profile.
    per_ssid_settings ApplianceRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    rf_profile_id str
    rfProfileId path parameter. Rf profile ID
    two_four_ghz_settings ApplianceRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band.
    networkId String
    ID of network this RF Profile belongs in.
    fiveGhzSettings Property Map
    Settings related to 5Ghz band.
    name String
    The name of the profile.
    perSsidSettings Property Map
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    twoFourGhzSettings Property Map
    Settings related to 2.4Ghz band.

    Outputs

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

    Get an existing ApplianceRfProfiles 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?: ApplianceRfProfilesState, opts?: CustomResourceOptions): ApplianceRfProfiles
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            five_ghz_settings: Optional[ApplianceRfProfilesFiveGhzSettingsArgs] = None,
            name: Optional[str] = None,
            network_id: Optional[str] = None,
            per_ssid_settings: Optional[ApplianceRfProfilesPerSsidSettingsArgs] = None,
            rf_profile_id: Optional[str] = None,
            two_four_ghz_settings: Optional[ApplianceRfProfilesTwoFourGhzSettingsArgs] = None) -> ApplianceRfProfiles
    func GetApplianceRfProfiles(ctx *Context, name string, id IDInput, state *ApplianceRfProfilesState, opts ...ResourceOption) (*ApplianceRfProfiles, error)
    public static ApplianceRfProfiles Get(string name, Input<string> id, ApplianceRfProfilesState? state, CustomResourceOptions? opts = null)
    public static ApplianceRfProfiles get(String name, Output<String> id, ApplianceRfProfilesState 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:
    FiveGhzSettings ApplianceRfProfilesFiveGhzSettings
    Settings related to 5Ghz band.
    Name string
    The name of the profile.
    NetworkId string
    ID of network this RF Profile belongs in.
    PerSsidSettings ApplianceRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    TwoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band.
    FiveGhzSettings ApplianceRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band.
    Name string
    The name of the profile.
    NetworkId string
    ID of network this RF Profile belongs in.
    PerSsidSettings ApplianceRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    RfProfileId string
    rfProfileId path parameter. Rf profile ID
    TwoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band.
    fiveGhzSettings ApplianceRfProfilesFiveGhzSettings
    Settings related to 5Ghz band.
    name String
    The name of the profile.
    networkId String
    ID of network this RF Profile belongs in.
    perSsidSettings ApplianceRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    twoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band.
    fiveGhzSettings ApplianceRfProfilesFiveGhzSettings
    Settings related to 5Ghz band.
    name string
    The name of the profile.
    networkId string
    ID of network this RF Profile belongs in.
    perSsidSettings ApplianceRfProfilesPerSsidSettings
    Per-SSID radio settings by number.
    rfProfileId string
    rfProfileId path parameter. Rf profile ID
    twoFourGhzSettings ApplianceRfProfilesTwoFourGhzSettings
    Settings related to 2.4Ghz band.
    five_ghz_settings ApplianceRfProfilesFiveGhzSettingsArgs
    Settings related to 5Ghz band.
    name str
    The name of the profile.
    network_id str
    ID of network this RF Profile belongs in.
    per_ssid_settings ApplianceRfProfilesPerSsidSettingsArgs
    Per-SSID radio settings by number.
    rf_profile_id str
    rfProfileId path parameter. Rf profile ID
    two_four_ghz_settings ApplianceRfProfilesTwoFourGhzSettingsArgs
    Settings related to 2.4Ghz band.
    fiveGhzSettings Property Map
    Settings related to 5Ghz band.
    name String
    The name of the profile.
    networkId String
    ID of network this RF Profile belongs in.
    perSsidSettings Property Map
    Per-SSID radio settings by number.
    rfProfileId String
    rfProfileId path parameter. Rf profile ID
    twoFourGhzSettings Property Map
    Settings related to 2.4Ghz band.

    Supporting Types

    ApplianceRfProfilesFiveGhzSettings, ApplianceRfProfilesFiveGhzSettingsArgs

    AxEnabled bool
    Whether ax radio on 5Ghz band is on or off.
    MinBitrate int
    Min bitrate (Mbps) of 2.4Ghz band.
    AxEnabled bool
    Whether ax radio on 5Ghz band is on or off.
    MinBitrate int
    Min bitrate (Mbps) of 2.4Ghz band.
    axEnabled Boolean
    Whether ax radio on 5Ghz band is on or off.
    minBitrate Integer
    Min bitrate (Mbps) of 2.4Ghz band.
    axEnabled boolean
    Whether ax radio on 5Ghz band is on or off.
    minBitrate number
    Min bitrate (Mbps) of 2.4Ghz band.
    ax_enabled bool
    Whether ax radio on 5Ghz band is on or off.
    min_bitrate int
    Min bitrate (Mbps) of 2.4Ghz band.
    axEnabled Boolean
    Whether ax radio on 5Ghz band is on or off.
    minBitrate Number
    Min bitrate (Mbps) of 2.4Ghz band.

    ApplianceRfProfilesPerSsidSettings, ApplianceRfProfilesPerSsidSettingsArgs

    status1 Property Map
    Settings for SSID 1.
    status2 Property Map
    Settings for SSID 2.
    status3 Property Map
    Settings for SSID 3.
    status4 Property Map
    Settings for SSID 4.

    ApplianceRfProfilesPerSsidSettingsStatus1, ApplianceRfProfilesPerSsidSettingsStatus1Args

    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode string
    Band mode of this SSID
    bandSteeringEnabled boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    band_operation_mode str
    Band mode of this SSID
    band_steering_enabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.

    ApplianceRfProfilesPerSsidSettingsStatus2, ApplianceRfProfilesPerSsidSettingsStatus2Args

    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode string
    Band mode of this SSID
    bandSteeringEnabled boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    band_operation_mode str
    Band mode of this SSID
    band_steering_enabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.

    ApplianceRfProfilesPerSsidSettingsStatus3, ApplianceRfProfilesPerSsidSettingsStatus3Args

    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode string
    Band mode of this SSID
    bandSteeringEnabled boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    band_operation_mode str
    Band mode of this SSID
    band_steering_enabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.

    ApplianceRfProfilesPerSsidSettingsStatus4, ApplianceRfProfilesPerSsidSettingsStatus4Args

    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    BandOperationMode string
    Band mode of this SSID
    BandSteeringEnabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode string
    Band mode of this SSID
    bandSteeringEnabled boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    band_operation_mode str
    Band mode of this SSID
    band_steering_enabled bool
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
    bandOperationMode String
    Band mode of this SSID
    bandSteeringEnabled Boolean
    Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.

    ApplianceRfProfilesTwoFourGhzSettings, ApplianceRfProfilesTwoFourGhzSettingsArgs

    AxEnabled bool
    Whether ax radio on 2.4Ghz band is on or off.
    MinBitrate double
    Min bitrate (Mbps) of 2.4Ghz band.
    AxEnabled bool
    Whether ax radio on 2.4Ghz band is on or off.
    MinBitrate float64
    Min bitrate (Mbps) of 2.4Ghz band.
    axEnabled Boolean
    Whether ax radio on 2.4Ghz band is on or off.
    minBitrate Double
    Min bitrate (Mbps) of 2.4Ghz band.
    axEnabled boolean
    Whether ax radio on 2.4Ghz band is on or off.
    minBitrate number
    Min bitrate (Mbps) of 2.4Ghz band.
    ax_enabled bool
    Whether ax radio on 2.4Ghz band is on or off.
    min_bitrate float
    Min bitrate (Mbps) of 2.4Ghz band.
    axEnabled Boolean
    Whether ax radio on 2.4Ghz band is on or off.
    minBitrate Number
    Min bitrate (Mbps) of 2.4Ghz band.

    Import

    $ pulumi import meraki:networks/applianceRfProfiles:ApplianceRfProfiles example "network_id,rf_profile_id"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi