meraki.organizations.LicensesMoveSeats
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.organizations.LicensesMoveSeats;
import com.pulumi.meraki.organizations.LicensesMoveSeatsArgs;
import com.pulumi.meraki.organizations.inputs.LicensesMoveSeatsParametersArgs;
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 LicensesMoveSeats("example", LicensesMoveSeatsArgs.builder()
.organizationId("string")
.parameters(LicensesMoveSeatsParametersArgs.builder()
.dest_organization_id("2930418")
.license_id("1234")
.seat_count(20)
.build())
.build());
ctx.export("merakiOrganizationsLicensesMoveSeatsExample", example);
}
}
resources:
example:
type: meraki:organizations:LicensesMoveSeats
properties:
organizationId: string
parameters:
dest_organization_id: '2930418'
license_id: '1234'
seat_count: 20
outputs:
merakiOrganizationsLicensesMoveSeatsExample: ${example}
Create LicensesMoveSeats Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LicensesMoveSeats(name: string, args: LicensesMoveSeatsArgs, opts?: CustomResourceOptions);
@overload
def LicensesMoveSeats(resource_name: str,
args: LicensesMoveSeatsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LicensesMoveSeats(resource_name: str,
opts: Optional[ResourceOptions] = None,
organization_id: Optional[str] = None,
parameters: Optional[LicensesMoveSeatsParametersArgs] = None)
func NewLicensesMoveSeats(ctx *Context, name string, args LicensesMoveSeatsArgs, opts ...ResourceOption) (*LicensesMoveSeats, error)
public LicensesMoveSeats(string name, LicensesMoveSeatsArgs args, CustomResourceOptions? opts = null)
public LicensesMoveSeats(String name, LicensesMoveSeatsArgs args)
public LicensesMoveSeats(String name, LicensesMoveSeatsArgs args, CustomResourceOptions options)
type: meraki:organizations:LicensesMoveSeats
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 LicensesMoveSeatsArgs
- 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 LicensesMoveSeatsArgs
- 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 LicensesMoveSeatsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LicensesMoveSeatsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LicensesMoveSeatsArgs
- 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 licensesMoveSeatsResource = new Meraki.Organizations.LicensesMoveSeats("licensesMoveSeatsResource", new()
{
OrganizationId = "string",
Parameters = new Meraki.Organizations.Inputs.LicensesMoveSeatsParametersArgs
{
DestOrganizationId = "string",
LicenseId = "string",
SeatCount = 0,
},
});
example, err := organizations.NewLicensesMoveSeats(ctx, "licensesMoveSeatsResource", &organizations.LicensesMoveSeatsArgs{
OrganizationId: pulumi.String("string"),
Parameters: &organizations.LicensesMoveSeatsParametersArgs{
DestOrganizationId: pulumi.String("string"),
LicenseId: pulumi.String("string"),
SeatCount: pulumi.Int(0),
},
})
var licensesMoveSeatsResource = new LicensesMoveSeats("licensesMoveSeatsResource", LicensesMoveSeatsArgs.builder()
.organizationId("string")
.parameters(LicensesMoveSeatsParametersArgs.builder()
.destOrganizationId("string")
.licenseId("string")
.seatCount(0)
.build())
.build());
licenses_move_seats_resource = meraki.organizations.LicensesMoveSeats("licensesMoveSeatsResource",
organization_id="string",
parameters=meraki.organizations.LicensesMoveSeatsParametersArgs(
dest_organization_id="string",
license_id="string",
seat_count=0,
))
const licensesMoveSeatsResource = new meraki.organizations.LicensesMoveSeats("licensesMoveSeatsResource", {
organizationId: "string",
parameters: {
destOrganizationId: "string",
licenseId: "string",
seatCount: 0,
},
});
type: meraki:organizations:LicensesMoveSeats
properties:
organizationId: string
parameters:
destOrganizationId: string
licenseId: string
seatCount: 0
LicensesMoveSeats 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 LicensesMoveSeats resource accepts the following input properties:
- Organization
Id string - organizationId path parameter. Organization ID
- Parameters
Licenses
Move Seats Parameters
- Organization
Id string - organizationId path parameter. Organization ID
- Parameters
Licenses
Move Seats Parameters Args
- organization
Id String - organizationId path parameter. Organization ID
- parameters
Licenses
Move Seats Parameters
- organization
Id string - organizationId path parameter. Organization ID
- parameters
Licenses
Move Seats Parameters
- organization_
id str - organizationId path parameter. Organization ID
- parameters
Licenses
Move Seats Parameters Args
- organization
Id String - organizationId path parameter. Organization ID
- parameters Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the LicensesMoveSeats resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Licenses
Move Seats Item
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
Licenses
Move Seats Item
- id String
- The provider-assigned unique ID for this managed resource.
- item
Licenses
Move Seats Item
- id string
- The provider-assigned unique ID for this managed resource.
- item
Licenses
Move Seats Item
- id str
- The provider-assigned unique ID for this managed resource.
- item
Licenses
Move Seats Item
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
Look up Existing LicensesMoveSeats Resource
Get an existing LicensesMoveSeats 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?: LicensesMoveSeatsState, opts?: CustomResourceOptions): LicensesMoveSeats
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
item: Optional[LicensesMoveSeatsItemArgs] = None,
organization_id: Optional[str] = None,
parameters: Optional[LicensesMoveSeatsParametersArgs] = None) -> LicensesMoveSeats
func GetLicensesMoveSeats(ctx *Context, name string, id IDInput, state *LicensesMoveSeatsState, opts ...ResourceOption) (*LicensesMoveSeats, error)
public static LicensesMoveSeats Get(string name, Input<string> id, LicensesMoveSeatsState? state, CustomResourceOptions? opts = null)
public static LicensesMoveSeats get(String name, Output<String> id, LicensesMoveSeatsState 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
Licenses
Move Seats Item - Organization
Id string - organizationId path parameter. Organization ID
- Parameters
Licenses
Move Seats Parameters
- Item
Licenses
Move Seats Item Args - Organization
Id string - organizationId path parameter. Organization ID
- Parameters
Licenses
Move Seats Parameters Args
- item
Licenses
Move Seats Item - organization
Id String - organizationId path parameter. Organization ID
- parameters
Licenses
Move Seats Parameters
- item
Licenses
Move Seats Item - organization
Id string - organizationId path parameter. Organization ID
- parameters
Licenses
Move Seats Parameters
- item
Licenses
Move Seats Item Args - organization_
id str - organizationId path parameter. Organization ID
- parameters
Licenses
Move Seats Parameters Args
- item Property Map
- organization
Id String - organizationId path parameter. Organization ID
- parameters Property Map
Supporting Types
LicensesMoveSeatsItem, LicensesMoveSeatsItemArgs
- Dest
Organization stringId - The ID of the organization to move the SM seats to
- License
Id string - The ID of the SM license to move the seats from
- Seat
Count int - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- Dest
Organization stringId - The ID of the organization to move the SM seats to
- License
Id string - The ID of the SM license to move the seats from
- Seat
Count int - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest
Organization StringId - The ID of the organization to move the SM seats to
- license
Id String - The ID of the SM license to move the seats from
- seat
Count Integer - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest
Organization stringId - The ID of the organization to move the SM seats to
- license
Id string - The ID of the SM license to move the seats from
- seat
Count number - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest_
organization_ strid - The ID of the organization to move the SM seats to
- license_
id str - The ID of the SM license to move the seats from
- seat_
count int - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest
Organization StringId - The ID of the organization to move the SM seats to
- license
Id String - The ID of the SM license to move the seats from
- seat
Count Number - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
LicensesMoveSeatsParameters, LicensesMoveSeatsParametersArgs
- Dest
Organization stringId - The ID of the organization to move the SM seats to
- License
Id string - The ID of the SM license to move the seats from
- Seat
Count int - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- Dest
Organization stringId - The ID of the organization to move the SM seats to
- License
Id string - The ID of the SM license to move the seats from
- Seat
Count int - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest
Organization StringId - The ID of the organization to move the SM seats to
- license
Id String - The ID of the SM license to move the seats from
- seat
Count Integer - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest
Organization stringId - The ID of the organization to move the SM seats to
- license
Id string - The ID of the SM license to move the seats from
- seat
Count number - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest_
organization_ strid - The ID of the organization to move the SM seats to
- license_
id str - The ID of the SM license to move the seats from
- seat_
count int - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
- dest
Organization StringId - The ID of the organization to move the SM seats to
- license
Id String - The ID of the SM license to move the seats from
- seat
Count Number - The number of seats to move to the new organization. Must be less than or equal to the total number of seats of the license
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
meraki
Terraform Provider.