meraki.networks.SmDevicesWipe
Explore with Pulumi AI
~>Warning: This resource does not represent a real-world entity in Meraki Dashboard, therefore changing or deleting this resource on its own has no immediate effect. Instead, it is a task part of a Meraki Dashboard workflow. It is executed in Meraki without any additional verification. It does not check if it was executed before or if a similar configuration or action already existed previously.
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.SmDevicesWipe;
import com.pulumi.meraki.networks.SmDevicesWipeArgs;
import com.pulumi.meraki.networks.inputs.SmDevicesWipeParametersArgs;
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 SmDevicesWipe("example", SmDevicesWipeArgs.builder()
.networkId("string")
.parameters(SmDevicesWipeParametersArgs.builder()
.id("1284392014819")
.pin(123456)
.serial("XY0XX0Y0X0")
.wifi_mac("00:11:22:33:44:55")
.build())
.build());
ctx.export("merakiNetworksSmDevicesWipeExample", example);
}
}
resources:
example:
type: meraki:networks:SmDevicesWipe
properties:
networkId: string
parameters:
id: '1284392014819'
pin: 123456
serial: XY0XX0Y0X0
wifi_mac: 00:11:22:33:44:55
outputs:
merakiNetworksSmDevicesWipeExample: ${example}
Create SmDevicesWipe Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SmDevicesWipe(name: string, args: SmDevicesWipeArgs, opts?: CustomResourceOptions);
@overload
def SmDevicesWipe(resource_name: str,
args: SmDevicesWipeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def SmDevicesWipe(resource_name: str,
opts: Optional[ResourceOptions] = None,
network_id: Optional[str] = None,
parameters: Optional[SmDevicesWipeParametersArgs] = None)
func NewSmDevicesWipe(ctx *Context, name string, args SmDevicesWipeArgs, opts ...ResourceOption) (*SmDevicesWipe, error)
public SmDevicesWipe(string name, SmDevicesWipeArgs args, CustomResourceOptions? opts = null)
public SmDevicesWipe(String name, SmDevicesWipeArgs args)
public SmDevicesWipe(String name, SmDevicesWipeArgs args, CustomResourceOptions options)
type: meraki:networks:SmDevicesWipe
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 SmDevicesWipeArgs
- 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 SmDevicesWipeArgs
- 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 SmDevicesWipeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SmDevicesWipeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SmDevicesWipeArgs
- 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 smDevicesWipeResource = new Meraki.Networks.SmDevicesWipe("smDevicesWipeResource", new()
{
NetworkId = "string",
Parameters = new Meraki.Networks.Inputs.SmDevicesWipeParametersArgs
{
Id = "string",
Pin = 0,
Serial = "string",
WifiMac = "string",
},
});
example, err := networks.NewSmDevicesWipe(ctx, "smDevicesWipeResource", &networks.SmDevicesWipeArgs{
NetworkId: pulumi.String("string"),
Parameters: &networks.SmDevicesWipeParametersArgs{
Id: pulumi.String("string"),
Pin: pulumi.Int(0),
Serial: pulumi.String("string"),
WifiMac: pulumi.String("string"),
},
})
var smDevicesWipeResource = new SmDevicesWipe("smDevicesWipeResource", SmDevicesWipeArgs.builder()
.networkId("string")
.parameters(SmDevicesWipeParametersArgs.builder()
.id("string")
.pin(0)
.serial("string")
.wifiMac("string")
.build())
.build());
sm_devices_wipe_resource = meraki.networks.SmDevicesWipe("smDevicesWipeResource",
network_id="string",
parameters=meraki.networks.SmDevicesWipeParametersArgs(
id="string",
pin=0,
serial="string",
wifi_mac="string",
))
const smDevicesWipeResource = new meraki.networks.SmDevicesWipe("smDevicesWipeResource", {
networkId: "string",
parameters: {
id: "string",
pin: 0,
serial: "string",
wifiMac: "string",
},
});
type: meraki:networks:SmDevicesWipe
properties:
networkId: string
parameters:
id: string
pin: 0
serial: string
wifiMac: string
SmDevicesWipe 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 SmDevicesWipe resource accepts the following input properties:
- Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Wipe Parameters
- Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Wipe Parameters Args
- network
Id String - networkId path parameter. Network ID
- parameters
Sm
Devices Wipe Parameters
- network
Id string - networkId path parameter. Network ID
- parameters
Sm
Devices Wipe Parameters
- network_
id str - networkId path parameter. Network ID
- parameters
Sm
Devices Wipe Parameters Args
- network
Id String - networkId path parameter. Network ID
- parameters Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the SmDevicesWipe resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Sm
Devices Wipe Item
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Sm
Devices Wipe Item
- id String
- The provider-assigned unique ID for this managed resource.
- item
Sm
Devices Wipe Item
- id string
- The provider-assigned unique ID for this managed resource.
- item
Sm
Devices Wipe Item
- id str
- The provider-assigned unique ID for this managed resource.
- item
Sm
Devices Wipe Item
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
Look up Existing SmDevicesWipe Resource
Get an existing SmDevicesWipe 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?: SmDevicesWipeState, opts?: CustomResourceOptions): SmDevicesWipe
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
item: Optional[SmDevicesWipeItemArgs] = None,
network_id: Optional[str] = None,
parameters: Optional[SmDevicesWipeParametersArgs] = None) -> SmDevicesWipe
func GetSmDevicesWipe(ctx *Context, name string, id IDInput, state *SmDevicesWipeState, opts ...ResourceOption) (*SmDevicesWipe, error)
public static SmDevicesWipe Get(string name, Input<string> id, SmDevicesWipeState? state, CustomResourceOptions? opts = null)
public static SmDevicesWipe get(String name, Output<String> id, SmDevicesWipeState 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.
- Item
Sm
Devices Wipe Item - Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Wipe Parameters
- Item
Sm
Devices Wipe Item Args - Network
Id string - networkId path parameter. Network ID
- Parameters
Sm
Devices Wipe Parameters Args
- item
Sm
Devices Wipe Item - network
Id String - networkId path parameter. Network ID
- parameters
Sm
Devices Wipe Parameters
- item
Sm
Devices Wipe Item - network
Id string - networkId path parameter. Network ID
- parameters
Sm
Devices Wipe Parameters
- item
Sm
Devices Wipe Item Args - network_
id str - networkId path parameter. Network ID
- parameters
Sm
Devices Wipe Parameters Args
- item Property Map
- network
Id String - networkId path parameter. Network ID
- parameters Property Map
Supporting Types
SmDevicesWipeItem, SmDevicesWipeItemArgs
- Id string
- The Meraki Id of the devices.
- Id string
- The Meraki Id of the devices.
- id String
- The Meraki Id of the devices.
- id string
- The Meraki Id of the devices.
- id str
- The Meraki Id of the devices.
- id String
- The Meraki Id of the devices.
SmDevicesWipeParameters, SmDevicesWipeParametersArgs
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.