google-native logo
Google Cloud Native v0.30.0, Apr 14 23

google-native.compute/beta.getNetworkEdgeSecurityService

Explore with Pulumi AI

Gets a specified NetworkEdgeSecurityService.

Using getNetworkEdgeSecurityService

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getNetworkEdgeSecurityService(args: GetNetworkEdgeSecurityServiceArgs, opts?: InvokeOptions): Promise<GetNetworkEdgeSecurityServiceResult>
function getNetworkEdgeSecurityServiceOutput(args: GetNetworkEdgeSecurityServiceOutputArgs, opts?: InvokeOptions): Output<GetNetworkEdgeSecurityServiceResult>
def get_network_edge_security_service(network_edge_security_service: Optional[str] = None,
                                      project: Optional[str] = None,
                                      region: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetNetworkEdgeSecurityServiceResult
def get_network_edge_security_service_output(network_edge_security_service: Optional[pulumi.Input[str]] = None,
                                      project: Optional[pulumi.Input[str]] = None,
                                      region: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetNetworkEdgeSecurityServiceResult]
func LookupNetworkEdgeSecurityService(ctx *Context, args *LookupNetworkEdgeSecurityServiceArgs, opts ...InvokeOption) (*LookupNetworkEdgeSecurityServiceResult, error)
func LookupNetworkEdgeSecurityServiceOutput(ctx *Context, args *LookupNetworkEdgeSecurityServiceOutputArgs, opts ...InvokeOption) LookupNetworkEdgeSecurityServiceResultOutput

> Note: This function is named LookupNetworkEdgeSecurityService in the Go SDK.

public static class GetNetworkEdgeSecurityService 
{
    public static Task<GetNetworkEdgeSecurityServiceResult> InvokeAsync(GetNetworkEdgeSecurityServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkEdgeSecurityServiceResult> Invoke(GetNetworkEdgeSecurityServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkEdgeSecurityServiceResult> getNetworkEdgeSecurityService(GetNetworkEdgeSecurityServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:compute/beta:getNetworkEdgeSecurityService
  arguments:
    # arguments dictionary

The following arguments are supported:

getNetworkEdgeSecurityService Result

The following output properties are available:

CreationTimestamp string

Creation timestamp in RFC3339 text format.

Description string

An optional description of this resource. Provide this property when you create the resource.

Fingerprint string

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.

Kind string

[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices

Name string

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Region string

URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

SecurityPolicy string

The resource URL for the network edge security service associated with this network edge security service.

SelfLink string

Server-defined URL for the resource.

SelfLinkWithId string

Server-defined URL for this resource with the resource id.

CreationTimestamp string

Creation timestamp in RFC3339 text format.

Description string

An optional description of this resource. Provide this property when you create the resource.

Fingerprint string

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.

Kind string

[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices

Name string

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Region string

URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

SecurityPolicy string

The resource URL for the network edge security service associated with this network edge security service.

SelfLink string

Server-defined URL for the resource.

SelfLinkWithId string

Server-defined URL for this resource with the resource id.

creationTimestamp String

Creation timestamp in RFC3339 text format.

description String

An optional description of this resource. Provide this property when you create the resource.

fingerprint String

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.

kind String

[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices

name String

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

region String

URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

securityPolicy String

The resource URL for the network edge security service associated with this network edge security service.

selfLink String

Server-defined URL for the resource.

selfLinkWithId String

Server-defined URL for this resource with the resource id.

creationTimestamp string

Creation timestamp in RFC3339 text format.

description string

An optional description of this resource. Provide this property when you create the resource.

fingerprint string

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.

kind string

[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices

name string

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

region string

URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

securityPolicy string

The resource URL for the network edge security service associated with this network edge security service.

selfLink string

Server-defined URL for the resource.

selfLinkWithId string

Server-defined URL for this resource with the resource id.

creation_timestamp str

Creation timestamp in RFC3339 text format.

description str

An optional description of this resource. Provide this property when you create the resource.

fingerprint str

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.

kind str

[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices

name str

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

region str

URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

security_policy str

The resource URL for the network edge security service associated with this network edge security service.

self_link str

Server-defined URL for the resource.

self_link_with_id str

Server-defined URL for this resource with the resource id.

creationTimestamp String

Creation timestamp in RFC3339 text format.

description String

An optional description of this resource. Provide this property when you create the resource.

fingerprint String

Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.

kind String

[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices

name String

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

region String

URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

securityPolicy String

The resource URL for the network edge security service associated with this network edge security service.

selfLink String

Server-defined URL for the resource.

selfLinkWithId String

Server-defined URL for this resource with the resource id.

Package Details

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