Expand description
Configures the Google Compute Engine Default Network Tier for a project.
For more information, see, the Project API documentation.
§Example Usage
ⓘ
use pulumi_wasm_rust::Output;
use pulumi_wasm_rust::{add_export, pulumi_main};
#[pulumi_main]
fn test_main() -> Result<(), Error> {
let default = project_default_network_tier::create(
"default",
ProjectDefaultNetworkTierArgs::builder().network_tier("PREMIUM").build_struct(),
);
}
§Import
Compute Engine Default Network Tier can be imported using any of these accepted formats:
{{project_id}}
When using the pulumi import
command, Compute Engine Default Network Tier can be imported using one of the formats above. For example:
$ pulumi import gcp:compute/projectDefaultNetworkTier:ProjectDefaultNetworkTier default {{project_id}}
Structs§
- Use builder syntax to set the inputs and finish with
build_struct()
.
Functions§
- Registers a new resource with the given unique name and arguments