ProjectDefaultNetworkTier
Configures the Google Compute Engine Default Network Tier for a project.
For more information, see, the Project API documentation.
Create a ProjectDefaultNetworkTier Resource
new ProjectDefaultNetworkTier(name: string, args: ProjectDefaultNetworkTierArgs, opts?: CustomResourceOptions);def ProjectDefaultNetworkTier(resource_name, opts=None, network_tier=None, project=None, __props__=None);func NewProjectDefaultNetworkTier(ctx *Context, name string, args ProjectDefaultNetworkTierArgs, opts ...ResourceOption) (*ProjectDefaultNetworkTier, error)public ProjectDefaultNetworkTier(string name, ProjectDefaultNetworkTierArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ProjectDefaultNetworkTierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ProjectDefaultNetworkTierArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProjectDefaultNetworkTierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
ProjectDefaultNetworkTier Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The ProjectDefaultNetworkTier resource accepts the following input properties:
- Network
Tier string The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Network
Tier string The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- network
Tier string The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- network_
tier str The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProjectDefaultNetworkTier resource produces the following output properties:
Look up an Existing ProjectDefaultNetworkTier Resource
Get an existing ProjectDefaultNetworkTier 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?: ProjectDefaultNetworkTierState, opts?: CustomResourceOptions): ProjectDefaultNetworkTierstatic get(resource_name, id, opts=None, network_tier=None, project=None, __props__=None);func GetProjectDefaultNetworkTier(ctx *Context, name string, id IDInput, state *ProjectDefaultNetworkTierState, opts ...ResourceOption) (*ProjectDefaultNetworkTier, error)public static ProjectDefaultNetworkTier Get(string name, Input<string> id, ProjectDefaultNetworkTierState? state, CustomResourceOptions? opts = null)- 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.
The following state arguments are supported:
- Network
Tier string The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- Network
Tier string The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- Project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- network
Tier string The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- project string
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
- network_
tier str The default network tier to be configured for the project. This field can take the following values:
PREMIUMorSTANDARD.- project str
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.