openstack.networking.QuotaV2
Explore with Pulumi AI
Manages a V2 networking quota resource within OpenStack.
Note: This usually requires admin privileges.
Note: This resource has a no-op deletion so no actual actions will be done against the OpenStack API in case of delete call.
Note: This resource has all-in creation so all optional quota arguments that were not specified are created with zero value.
Create QuotaV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new QuotaV2(name: string, args: QuotaV2Args, opts?: CustomResourceOptions);
@overload
def QuotaV2(resource_name: str,
args: QuotaV2Args,
opts: Optional[ResourceOptions] = None)
@overload
def QuotaV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
project_id: Optional[str] = None,
floatingip: Optional[int] = None,
network: Optional[int] = None,
port: Optional[int] = None,
rbac_policy: Optional[int] = None,
region: Optional[str] = None,
router: Optional[int] = None,
security_group: Optional[int] = None,
security_group_rule: Optional[int] = None,
subnet: Optional[int] = None,
subnetpool: Optional[int] = None)
func NewQuotaV2(ctx *Context, name string, args QuotaV2Args, opts ...ResourceOption) (*QuotaV2, error)
public QuotaV2(string name, QuotaV2Args args, CustomResourceOptions? opts = null)
public QuotaV2(String name, QuotaV2Args args)
public QuotaV2(String name, QuotaV2Args args, CustomResourceOptions options)
type: openstack:networking:QuotaV2
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 QuotaV2Args
- 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 QuotaV2Args
- 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 QuotaV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args QuotaV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args QuotaV2Args
- 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 quotaV2Resource = new OpenStack.Networking.QuotaV2("quotaV2Resource", new()
{
ProjectId = "string",
Floatingip = 0,
Network = 0,
Port = 0,
RbacPolicy = 0,
Region = "string",
Router = 0,
SecurityGroup = 0,
SecurityGroupRule = 0,
Subnet = 0,
Subnetpool = 0,
});
example, err := networking.NewQuotaV2(ctx, "quotaV2Resource", &networking.QuotaV2Args{
ProjectId: pulumi.String("string"),
Floatingip: pulumi.Int(0),
Network: pulumi.Int(0),
Port: pulumi.Int(0),
RbacPolicy: pulumi.Int(0),
Region: pulumi.String("string"),
Router: pulumi.Int(0),
SecurityGroup: pulumi.Int(0),
SecurityGroupRule: pulumi.Int(0),
Subnet: pulumi.Int(0),
Subnetpool: pulumi.Int(0),
})
var quotaV2Resource = new QuotaV2("quotaV2Resource", QuotaV2Args.builder()
.projectId("string")
.floatingip(0)
.network(0)
.port(0)
.rbacPolicy(0)
.region("string")
.router(0)
.securityGroup(0)
.securityGroupRule(0)
.subnet(0)
.subnetpool(0)
.build());
quota_v2_resource = openstack.networking.QuotaV2("quotaV2Resource",
project_id="string",
floatingip=0,
network=0,
port=0,
rbac_policy=0,
region="string",
router=0,
security_group=0,
security_group_rule=0,
subnet=0,
subnetpool=0)
const quotaV2Resource = new openstack.networking.QuotaV2("quotaV2Resource", {
projectId: "string",
floatingip: 0,
network: 0,
port: 0,
rbacPolicy: 0,
region: "string",
router: 0,
securityGroup: 0,
securityGroupRule: 0,
subnet: 0,
subnetpool: 0,
});
type: openstack:networking:QuotaV2
properties:
floatingip: 0
network: 0
port: 0
projectId: string
rbacPolicy: 0
region: string
router: 0
securityGroup: 0
securityGroupRule: 0
subnet: 0
subnetpool: 0
QuotaV2 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 QuotaV2 resource accepts the following input properties:
- Project
Id string - ID of the project to manage quota. Changing this creates new quota.
- Floatingip int
- Quota value for floating IPs. Changing this updates the existing quota.
- Network int
- Quota value for networks. Changing this updates the existing quota.
- Port int
- Quota value for ports. Changing this updates the existing quota.
- Rbac
Policy int - Quota value for RBAC policies. Changing this updates the existing quota.
- Region string
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - Router int
- Quota value for routers. Changing this updates the existing quota.
- Security
Group int - Quota value for security groups. Changing this updates the existing quota.
- Security
Group intRule - Quota value for security group rules. Changing this updates the existing quota.
- Subnet int
- Quota value for subnets. Changing this updates the existing quota.
- Subnetpool int
- Quota value for subnetpools. Changing this updates the existing quota.
- Project
Id string - ID of the project to manage quota. Changing this creates new quota.
- Floatingip int
- Quota value for floating IPs. Changing this updates the existing quota.
- Network int
- Quota value for networks. Changing this updates the existing quota.
- Port int
- Quota value for ports. Changing this updates the existing quota.
- Rbac
Policy int - Quota value for RBAC policies. Changing this updates the existing quota.
- Region string
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - Router int
- Quota value for routers. Changing this updates the existing quota.
- Security
Group int - Quota value for security groups. Changing this updates the existing quota.
- Security
Group intRule - Quota value for security group rules. Changing this updates the existing quota.
- Subnet int
- Quota value for subnets. Changing this updates the existing quota.
- Subnetpool int
- Quota value for subnetpools. Changing this updates the existing quota.
- project
Id String - ID of the project to manage quota. Changing this creates new quota.
- floatingip Integer
- Quota value for floating IPs. Changing this updates the existing quota.
- network Integer
- Quota value for networks. Changing this updates the existing quota.
- port Integer
- Quota value for ports. Changing this updates the existing quota.
- rbac
Policy Integer - Quota value for RBAC policies. Changing this updates the existing quota.
- region String
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router Integer
- Quota value for routers. Changing this updates the existing quota.
- security
Group Integer - Quota value for security groups. Changing this updates the existing quota.
- security
Group IntegerRule - Quota value for security group rules. Changing this updates the existing quota.
- subnet Integer
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool Integer
- Quota value for subnetpools. Changing this updates the existing quota.
- project
Id string - ID of the project to manage quota. Changing this creates new quota.
- floatingip number
- Quota value for floating IPs. Changing this updates the existing quota.
- network number
- Quota value for networks. Changing this updates the existing quota.
- port number
- Quota value for ports. Changing this updates the existing quota.
- rbac
Policy number - Quota value for RBAC policies. Changing this updates the existing quota.
- region string
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router number
- Quota value for routers. Changing this updates the existing quota.
- security
Group number - Quota value for security groups. Changing this updates the existing quota.
- security
Group numberRule - Quota value for security group rules. Changing this updates the existing quota.
- subnet number
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool number
- Quota value for subnetpools. Changing this updates the existing quota.
- project_
id str - ID of the project to manage quota. Changing this creates new quota.
- floatingip int
- Quota value for floating IPs. Changing this updates the existing quota.
- network int
- Quota value for networks. Changing this updates the existing quota.
- port int
- Quota value for ports. Changing this updates the existing quota.
- rbac_
policy int - Quota value for RBAC policies. Changing this updates the existing quota.
- region str
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router int
- Quota value for routers. Changing this updates the existing quota.
- security_
group int - Quota value for security groups. Changing this updates the existing quota.
- security_
group_ intrule - Quota value for security group rules. Changing this updates the existing quota.
- subnet int
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool int
- Quota value for subnetpools. Changing this updates the existing quota.
- project
Id String - ID of the project to manage quota. Changing this creates new quota.
- floatingip Number
- Quota value for floating IPs. Changing this updates the existing quota.
- network Number
- Quota value for networks. Changing this updates the existing quota.
- port Number
- Quota value for ports. Changing this updates the existing quota.
- rbac
Policy Number - Quota value for RBAC policies. Changing this updates the existing quota.
- region String
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router Number
- Quota value for routers. Changing this updates the existing quota.
- security
Group Number - Quota value for security groups. Changing this updates the existing quota.
- security
Group NumberRule - Quota value for security group rules. Changing this updates the existing quota.
- subnet Number
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool Number
- Quota value for subnetpools. Changing this updates the existing quota.
Outputs
All input properties are implicitly available as output properties. Additionally, the QuotaV2 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 QuotaV2 Resource
Get an existing QuotaV2 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?: QuotaV2State, opts?: CustomResourceOptions): QuotaV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
floatingip: Optional[int] = None,
network: Optional[int] = None,
port: Optional[int] = None,
project_id: Optional[str] = None,
rbac_policy: Optional[int] = None,
region: Optional[str] = None,
router: Optional[int] = None,
security_group: Optional[int] = None,
security_group_rule: Optional[int] = None,
subnet: Optional[int] = None,
subnetpool: Optional[int] = None) -> QuotaV2
func GetQuotaV2(ctx *Context, name string, id IDInput, state *QuotaV2State, opts ...ResourceOption) (*QuotaV2, error)
public static QuotaV2 Get(string name, Input<string> id, QuotaV2State? state, CustomResourceOptions? opts = null)
public static QuotaV2 get(String name, Output<String> id, QuotaV2State 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.
- Floatingip int
- Quota value for floating IPs. Changing this updates the existing quota.
- Network int
- Quota value for networks. Changing this updates the existing quota.
- Port int
- Quota value for ports. Changing this updates the existing quota.
- Project
Id string - ID of the project to manage quota. Changing this creates new quota.
- Rbac
Policy int - Quota value for RBAC policies. Changing this updates the existing quota.
- Region string
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - Router int
- Quota value for routers. Changing this updates the existing quota.
- Security
Group int - Quota value for security groups. Changing this updates the existing quota.
- Security
Group intRule - Quota value for security group rules. Changing this updates the existing quota.
- Subnet int
- Quota value for subnets. Changing this updates the existing quota.
- Subnetpool int
- Quota value for subnetpools. Changing this updates the existing quota.
- Floatingip int
- Quota value for floating IPs. Changing this updates the existing quota.
- Network int
- Quota value for networks. Changing this updates the existing quota.
- Port int
- Quota value for ports. Changing this updates the existing quota.
- Project
Id string - ID of the project to manage quota. Changing this creates new quota.
- Rbac
Policy int - Quota value for RBAC policies. Changing this updates the existing quota.
- Region string
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - Router int
- Quota value for routers. Changing this updates the existing quota.
- Security
Group int - Quota value for security groups. Changing this updates the existing quota.
- Security
Group intRule - Quota value for security group rules. Changing this updates the existing quota.
- Subnet int
- Quota value for subnets. Changing this updates the existing quota.
- Subnetpool int
- Quota value for subnetpools. Changing this updates the existing quota.
- floatingip Integer
- Quota value for floating IPs. Changing this updates the existing quota.
- network Integer
- Quota value for networks. Changing this updates the existing quota.
- port Integer
- Quota value for ports. Changing this updates the existing quota.
- project
Id String - ID of the project to manage quota. Changing this creates new quota.
- rbac
Policy Integer - Quota value for RBAC policies. Changing this updates the existing quota.
- region String
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router Integer
- Quota value for routers. Changing this updates the existing quota.
- security
Group Integer - Quota value for security groups. Changing this updates the existing quota.
- security
Group IntegerRule - Quota value for security group rules. Changing this updates the existing quota.
- subnet Integer
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool Integer
- Quota value for subnetpools. Changing this updates the existing quota.
- floatingip number
- Quota value for floating IPs. Changing this updates the existing quota.
- network number
- Quota value for networks. Changing this updates the existing quota.
- port number
- Quota value for ports. Changing this updates the existing quota.
- project
Id string - ID of the project to manage quota. Changing this creates new quota.
- rbac
Policy number - Quota value for RBAC policies. Changing this updates the existing quota.
- region string
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router number
- Quota value for routers. Changing this updates the existing quota.
- security
Group number - Quota value for security groups. Changing this updates the existing quota.
- security
Group numberRule - Quota value for security group rules. Changing this updates the existing quota.
- subnet number
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool number
- Quota value for subnetpools. Changing this updates the existing quota.
- floatingip int
- Quota value for floating IPs. Changing this updates the existing quota.
- network int
- Quota value for networks. Changing this updates the existing quota.
- port int
- Quota value for ports. Changing this updates the existing quota.
- project_
id str - ID of the project to manage quota. Changing this creates new quota.
- rbac_
policy int - Quota value for RBAC policies. Changing this updates the existing quota.
- region str
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router int
- Quota value for routers. Changing this updates the existing quota.
- security_
group int - Quota value for security groups. Changing this updates the existing quota.
- security_
group_ intrule - Quota value for security group rules. Changing this updates the existing quota.
- subnet int
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool int
- Quota value for subnetpools. Changing this updates the existing quota.
- floatingip Number
- Quota value for floating IPs. Changing this updates the existing quota.
- network Number
- Quota value for networks. Changing this updates the existing quota.
- port Number
- Quota value for ports. Changing this updates the existing quota.
- project
Id String - ID of the project to manage quota. Changing this creates new quota.
- rbac
Policy Number - Quota value for RBAC policies. Changing this updates the existing quota.
- region String
- The region in which to create the quota. If
omitted, the
region
argument of the provider is used. Changing this creates new quota. - router Number
- Quota value for routers. Changing this updates the existing quota.
- security
Group Number - Quota value for security groups. Changing this updates the existing quota.
- security
Group NumberRule - Quota value for security group rules. Changing this updates the existing quota.
- subnet Number
- Quota value for subnets. Changing this updates the existing quota.
- subnetpool Number
- Quota value for subnetpools. Changing this updates the existing quota.
Import
Quotas can be imported using the project_id/region_name
, e.g.
$ pulumi import openstack:networking/quotaV2:QuotaV2 quota_1 2a0f2240-c5e6-41de-896d-e80d97428d6b/region_1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- OpenStack pulumi/pulumi-openstack
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
openstack
Terraform Provider.