1. Packages
  2. Google Cloud Native
  3. API Docs
  4. networksecurity
  5. networksecurity/v1beta1
  6. FirewallEndpoint

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.networksecurity/v1beta1.FirewallEndpoint

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a new FirewallEndpoint in a given project and location. Auto-naming is currently not supported for this resource.

    Create FirewallEndpoint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FirewallEndpoint(name: string, args: FirewallEndpointArgs, opts?: CustomResourceOptions);
    @overload
    def FirewallEndpoint(resource_name: str,
                         args: FirewallEndpointArgs,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def FirewallEndpoint(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         firewall_endpoint_id: Optional[str] = None,
                         organization_id: Optional[str] = None,
                         billing_project_id: Optional[str] = None,
                         description: Optional[str] = None,
                         labels: Optional[Mapping[str, str]] = None,
                         location: Optional[str] = None,
                         request_id: Optional[str] = None)
    func NewFirewallEndpoint(ctx *Context, name string, args FirewallEndpointArgs, opts ...ResourceOption) (*FirewallEndpoint, error)
    public FirewallEndpoint(string name, FirewallEndpointArgs args, CustomResourceOptions? opts = null)
    public FirewallEndpoint(String name, FirewallEndpointArgs args)
    public FirewallEndpoint(String name, FirewallEndpointArgs args, CustomResourceOptions options)
    
    type: google-native:networksecurity/v1beta1:FirewallEndpoint
    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 FirewallEndpointArgs
    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 FirewallEndpointArgs
    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 FirewallEndpointArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FirewallEndpointArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FirewallEndpointArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var firewallEndpointResource = new GoogleNative.NetworkSecurity.V1Beta1.FirewallEndpoint("firewallEndpointResource", new()
    {
        FirewallEndpointId = "string",
        OrganizationId = "string",
        BillingProjectId = "string",
        Description = "string",
        Labels = 
        {
            { "string", "string" },
        },
        Location = "string",
        RequestId = "string",
    });
    
    example, err := networksecurityv1beta1.NewFirewallEndpoint(ctx, "firewallEndpointResource", &networksecurityv1beta1.FirewallEndpointArgs{
    FirewallEndpointId: pulumi.String("string"),
    OrganizationId: pulumi.String("string"),
    BillingProjectId: pulumi.String("string"),
    Description: pulumi.String("string"),
    Labels: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    Location: pulumi.String("string"),
    RequestId: pulumi.String("string"),
    })
    
    var firewallEndpointResource = new FirewallEndpoint("firewallEndpointResource", FirewallEndpointArgs.builder()        
        .firewallEndpointId("string")
        .organizationId("string")
        .billingProjectId("string")
        .description("string")
        .labels(Map.of("string", "string"))
        .location("string")
        .requestId("string")
        .build());
    
    firewall_endpoint_resource = google_native.networksecurity.v1beta1.FirewallEndpoint("firewallEndpointResource",
        firewall_endpoint_id="string",
        organization_id="string",
        billing_project_id="string",
        description="string",
        labels={
            "string": "string",
        },
        location="string",
        request_id="string")
    
    const firewallEndpointResource = new google_native.networksecurity.v1beta1.FirewallEndpoint("firewallEndpointResource", {
        firewallEndpointId: "string",
        organizationId: "string",
        billingProjectId: "string",
        description: "string",
        labels: {
            string: "string",
        },
        location: "string",
        requestId: "string",
    });
    
    type: google-native:networksecurity/v1beta1:FirewallEndpoint
    properties:
        billingProjectId: string
        description: string
        firewallEndpointId: string
        labels:
            string: string
        location: string
        organizationId: string
        requestId: string
    

    FirewallEndpoint 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 FirewallEndpoint resource accepts the following input properties:

    FirewallEndpointId string
    Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.
    OrganizationId string
    BillingProjectId string
    Optional. Project to bill on endpoint uptime usage.
    Description string
    Optional. Description of the firewall endpoint. Max length 2048 characters.
    Labels Dictionary<string, string>
    Optional. Labels as key value pairs
    Location string
    RequestId string
    Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    FirewallEndpointId string
    Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.
    OrganizationId string
    BillingProjectId string
    Optional. Project to bill on endpoint uptime usage.
    Description string
    Optional. Description of the firewall endpoint. Max length 2048 characters.
    Labels map[string]string
    Optional. Labels as key value pairs
    Location string
    RequestId string
    Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    firewallEndpointId String
    Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.
    organizationId String
    billingProjectId String
    Optional. Project to bill on endpoint uptime usage.
    description String
    Optional. Description of the firewall endpoint. Max length 2048 characters.
    labels Map<String,String>
    Optional. Labels as key value pairs
    location String
    requestId String
    Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    firewallEndpointId string
    Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.
    organizationId string
    billingProjectId string
    Optional. Project to bill on endpoint uptime usage.
    description string
    Optional. Description of the firewall endpoint. Max length 2048 characters.
    labels {[key: string]: string}
    Optional. Labels as key value pairs
    location string
    requestId string
    Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    firewall_endpoint_id str
    Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.
    organization_id str
    billing_project_id str
    Optional. Project to bill on endpoint uptime usage.
    description str
    Optional. Description of the firewall endpoint. Max length 2048 characters.
    labels Mapping[str, str]
    Optional. Labels as key value pairs
    location str
    request_id str
    Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
    firewallEndpointId String
    Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.
    organizationId String
    billingProjectId String
    Optional. Project to bill on endpoint uptime usage.
    description String
    Optional. Description of the firewall endpoint. Max length 2048 characters.
    labels Map<String>
    Optional. Labels as key value pairs
    location String
    requestId String
    Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FirewallEndpoint resource produces the following output properties:

    AssociatedNetworks List<string>
    List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
    CreateTime string
    Create time stamp
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    name of resource
    Reconciling bool
    Whether reconciling is in progress, recommended per https://google.aip.dev/128.
    State string
    Current state of the endpoint.
    UpdateTime string
    Update time stamp
    AssociatedNetworks []string
    List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
    CreateTime string
    Create time stamp
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    name of resource
    Reconciling bool
    Whether reconciling is in progress, recommended per https://google.aip.dev/128.
    State string
    Current state of the endpoint.
    UpdateTime string
    Update time stamp
    associatedNetworks List<String>
    List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
    createTime String
    Create time stamp
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    name of resource
    reconciling Boolean
    Whether reconciling is in progress, recommended per https://google.aip.dev/128.
    state String
    Current state of the endpoint.
    updateTime String
    Update time stamp
    associatedNetworks string[]
    List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
    createTime string
    Create time stamp
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    name of resource
    reconciling boolean
    Whether reconciling is in progress, recommended per https://google.aip.dev/128.
    state string
    Current state of the endpoint.
    updateTime string
    Update time stamp
    associated_networks Sequence[str]
    List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
    create_time str
    Create time stamp
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    name of resource
    reconciling bool
    Whether reconciling is in progress, recommended per https://google.aip.dev/128.
    state str
    Current state of the endpoint.
    update_time str
    Update time stamp
    associatedNetworks List<String>
    List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.
    createTime String
    Create time stamp
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    name of resource
    reconciling Boolean
    Whether reconciling is in progress, recommended per https://google.aip.dev/128.
    state String
    Current state of the endpoint.
    updateTime String
    Update time stamp

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi