meraki.networks.ApplianceRfProfiles
Explore with Pulumi AI
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:
- Network
Id string - ID of network this RF Profile belongs in.
- Five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings - Settings related to 5Ghz band.
- Name string
- The name of the profile.
- Per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings - Per-SSID radio settings by number.
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings - Settings related to 2.4Ghz band.
- Network
Id string - ID of network this RF Profile belongs in.
- Five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings Args - Settings related to 5Ghz band.
- Name string
- The name of the profile.
- Per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings Args - Per-SSID radio settings by number.
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings Args - Settings related to 2.4Ghz band.
- network
Id String - ID of network this RF Profile belongs in.
- five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings - Settings related to 5Ghz band.
- name String
- The name of the profile.
- per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings - Per-SSID radio settings by number.
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings - Settings related to 2.4Ghz band.
- network
Id string - ID of network this RF Profile belongs in.
- five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings - Settings related to 5Ghz band.
- name string
- The name of the profile.
- per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings - Per-SSID radio settings by number.
- rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings - Settings related to 2.4Ghz band.
- network_
id str - ID of network this RF Profile belongs in.
- five_
ghz_ Appliancesettings Rf Profiles Five Ghz Settings Args - Settings related to 5Ghz band.
- name str
- The name of the profile.
- per_
ssid_ Appliancesettings Rf Profiles Per Ssid Settings Args - Per-SSID radio settings by number.
- rf_
profile_ strid - rfProfileId path parameter. Rf profile ID
- two_
four_ Applianceghz_ settings Rf Profiles Two Four Ghz Settings Args - Settings related to 2.4Ghz band.
- network
Id String - ID of network this RF Profile belongs in.
- five
Ghz Property MapSettings - Settings related to 5Ghz band.
- name String
- The name of the profile.
- per
Ssid Property MapSettings - Per-SSID radio settings by number.
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- two
Four Property MapGhz Settings - 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.
- Five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings - Settings related to 5Ghz band.
- Name string
- The name of the profile.
- Network
Id string - ID of network this RF Profile belongs in.
- Per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings - Per-SSID radio settings by number.
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings - Settings related to 2.4Ghz band.
- Five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings Args - Settings related to 5Ghz band.
- Name string
- The name of the profile.
- Network
Id string - ID of network this RF Profile belongs in.
- Per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings Args - Per-SSID radio settings by number.
- Rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- Two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings Args - Settings related to 2.4Ghz band.
- five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings - Settings related to 5Ghz band.
- name String
- The name of the profile.
- network
Id String - ID of network this RF Profile belongs in.
- per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings - Per-SSID radio settings by number.
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings - Settings related to 2.4Ghz band.
- five
Ghz ApplianceSettings Rf Profiles Five Ghz Settings - Settings related to 5Ghz band.
- name string
- The name of the profile.
- network
Id string - ID of network this RF Profile belongs in.
- per
Ssid ApplianceSettings Rf Profiles Per Ssid Settings - Per-SSID radio settings by number.
- rf
Profile stringId - rfProfileId path parameter. Rf profile ID
- two
Four ApplianceGhz Settings Rf Profiles Two Four Ghz Settings - Settings related to 2.4Ghz band.
- five_
ghz_ Appliancesettings Rf Profiles Five Ghz Settings Args - 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_ Appliancesettings Rf Profiles Per Ssid Settings Args - Per-SSID radio settings by number.
- rf_
profile_ strid - rfProfileId path parameter. Rf profile ID
- two_
four_ Applianceghz_ settings Rf Profiles Two Four Ghz Settings Args - Settings related to 2.4Ghz band.
- five
Ghz Property MapSettings - Settings related to 5Ghz band.
- name String
- The name of the profile.
- network
Id String - ID of network this RF Profile belongs in.
- per
Ssid Property MapSettings - Per-SSID radio settings by number.
- rf
Profile StringId - rfProfileId path parameter. Rf profile ID
- two
Four Property MapGhz Settings - Settings related to 2.4Ghz band.
Supporting Types
ApplianceRfProfilesFiveGhzSettings, ApplianceRfProfilesFiveGhzSettingsArgs
- Ax
Enabled bool - Whether ax radio on 5Ghz band is on or off.
- Min
Bitrate int - 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.
- ax
Enabled Boolean - Whether ax radio on 5Ghz band is on or off.
- min
Bitrate Integer - Min bitrate (Mbps) of 2.4Ghz band.
- ax
Enabled boolean - Whether ax radio on 5Ghz band is on or off.
- min
Bitrate 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.
- ax
Enabled Boolean - Whether ax radio on 5Ghz band is on or off.
- min
Bitrate Number - Min bitrate (Mbps) of 2.4Ghz band.
ApplianceRfProfilesPerSsidSettings, ApplianceRfProfilesPerSsidSettingsArgs
- Status1
Appliance
Rf Profiles Per Ssid Settings Status1 - Settings for SSID 1.
- Status2
Appliance
Rf Profiles Per Ssid Settings Status2 - Settings for SSID 2.
- Status3
Appliance
Rf Profiles Per Ssid Settings Status3 - Settings for SSID 3.
- Status4
Appliance
Rf Profiles Per Ssid Settings Status4 - Settings for SSID 4.
- Status1
Appliance
Rf Profiles Per Ssid Settings Status1 - Settings for SSID 1.
- Status2
Appliance
Rf Profiles Per Ssid Settings Status2 - Settings for SSID 2.
- Status3
Appliance
Rf Profiles Per Ssid Settings Status3 - Settings for SSID 3.
- Status4
Appliance
Rf Profiles Per Ssid Settings Status4 - Settings for SSID 4.
- status1
Appliance
Rf Profiles Per Ssid Settings Status1 - Settings for SSID 1.
- status2
Appliance
Rf Profiles Per Ssid Settings Status2 - Settings for SSID 2.
- status3
Appliance
Rf Profiles Per Ssid Settings Status3 - Settings for SSID 3.
- status4
Appliance
Rf Profiles Per Ssid Settings Status4 - Settings for SSID 4.
- status1
Appliance
Rf Profiles Per Ssid Settings Status1 - Settings for SSID 1.
- status2
Appliance
Rf Profiles Per Ssid Settings Status2 - Settings for SSID 2.
- status3
Appliance
Rf Profiles Per Ssid Settings Status3 - Settings for SSID 3.
- status4
Appliance
Rf Profiles Per Ssid Settings Status4 - Settings for SSID 4.
- status1
Appliance
Rf Profiles Per Ssid Settings Status1 - Settings for SSID 1.
- status2
Appliance
Rf Profiles Per Ssid Settings Status2 - Settings for SSID 2.
- status3
Appliance
Rf Profiles Per Ssid Settings Status3 - Settings for SSID 3.
- status4
Appliance
Rf Profiles Per Ssid Settings Status4 - Settings for SSID 4.
- 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
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation stringMode - Band mode of this SSID
- band
Steering booleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band_
operation_ strmode - Band mode of this SSID
- band_
steering_ boolenabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
ApplianceRfProfilesPerSsidSettingsStatus2, ApplianceRfProfilesPerSsidSettingsStatus2Args
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation stringMode - Band mode of this SSID
- band
Steering booleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band_
operation_ strmode - Band mode of this SSID
- band_
steering_ boolenabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
ApplianceRfProfilesPerSsidSettingsStatus3, ApplianceRfProfilesPerSsidSettingsStatus3Args
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation stringMode - Band mode of this SSID
- band
Steering booleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band_
operation_ strmode - Band mode of this SSID
- band_
steering_ boolenabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
ApplianceRfProfilesPerSsidSettingsStatus4, ApplianceRfProfilesPerSsidSettingsStatus4Args
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- Band
Operation stringMode - Band mode of this SSID
- Band
Steering boolEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation stringMode - Band mode of this SSID
- band
Steering booleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band_
operation_ strmode - Band mode of this SSID
- band_
steering_ boolenabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
- band
Operation StringMode - Band mode of this SSID
- band
Steering BooleanEnabled - Whether this SSID steers clients to the most open band between 2.4 GHz and 5 GHz.
ApplianceRfProfilesTwoFourGhzSettings, ApplianceRfProfilesTwoFourGhzSettingsArgs
- Ax
Enabled bool - Whether ax radio on 2.4Ghz band is on or off.
- Min
Bitrate double - Min bitrate (Mbps) of 2.4Ghz band.
- Ax
Enabled bool - Whether ax radio on 2.4Ghz band is on or off.
- Min
Bitrate float64 - Min bitrate (Mbps) of 2.4Ghz band.
- ax
Enabled Boolean - Whether ax radio on 2.4Ghz band is on or off.
- min
Bitrate Double - Min bitrate (Mbps) of 2.4Ghz band.
- ax
Enabled boolean - Whether ax radio on 2.4Ghz band is on or off.
- min
Bitrate 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.
- ax
Enabled Boolean - Whether ax radio on 2.4Ghz band is on or off.
- min
Bitrate 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.