1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/beta
  6. getPublicAdvertisedPrefix

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.compute/beta.getPublicAdvertisedPrefix

Explore with Pulumi AI

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

Returns the specified PublicAdvertisedPrefix resource.

Using getPublicAdvertisedPrefix

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 getPublicAdvertisedPrefix(args: GetPublicAdvertisedPrefixArgs, opts?: InvokeOptions): Promise<GetPublicAdvertisedPrefixResult>
function getPublicAdvertisedPrefixOutput(args: GetPublicAdvertisedPrefixOutputArgs, opts?: InvokeOptions): Output<GetPublicAdvertisedPrefixResult>
Copy
def get_public_advertised_prefix(project: Optional[str] = None,
                                 public_advertised_prefix: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetPublicAdvertisedPrefixResult
def get_public_advertised_prefix_output(project: Optional[pulumi.Input[str]] = None,
                                 public_advertised_prefix: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetPublicAdvertisedPrefixResult]
Copy
func LookupPublicAdvertisedPrefix(ctx *Context, args *LookupPublicAdvertisedPrefixArgs, opts ...InvokeOption) (*LookupPublicAdvertisedPrefixResult, error)
func LookupPublicAdvertisedPrefixOutput(ctx *Context, args *LookupPublicAdvertisedPrefixOutputArgs, opts ...InvokeOption) LookupPublicAdvertisedPrefixResultOutput
Copy

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

public static class GetPublicAdvertisedPrefix 
{
    public static Task<GetPublicAdvertisedPrefixResult> InvokeAsync(GetPublicAdvertisedPrefixArgs args, InvokeOptions? opts = null)
    public static Output<GetPublicAdvertisedPrefixResult> Invoke(GetPublicAdvertisedPrefixInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetPublicAdvertisedPrefixResult> getPublicAdvertisedPrefix(GetPublicAdvertisedPrefixArgs args, InvokeOptions options)
public static Output<GetPublicAdvertisedPrefixResult> getPublicAdvertisedPrefix(GetPublicAdvertisedPrefixArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: google-native:compute/beta:getPublicAdvertisedPrefix
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

PublicAdvertisedPrefix This property is required. string
Project string
PublicAdvertisedPrefix This property is required. string
Project string
publicAdvertisedPrefix This property is required. String
project String
publicAdvertisedPrefix This property is required. string
project string
public_advertised_prefix This property is required. str
project str
publicAdvertisedPrefix This property is required. String
project String

getPublicAdvertisedPrefix Result

The following output properties are available:

ByoipApiVersion string
The version of BYOIP API.
CreationTimestamp string
Creation timestamp in RFC3339 text format.
Description string
An optional description of this resource. Provide this property when you create the resource.
DnsVerificationIp string
The address to be used for reverse DNS verification.
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 new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
IpCidrRange string
The address range, in CIDR format, represented by this public advertised prefix.
Kind string
Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
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.
PdpScope string
Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
PublicDelegatedPrefixs List<Pulumi.GoogleNative.Compute.Beta.Outputs.PublicAdvertisedPrefixPublicDelegatedPrefixResponse>
The list of public delegated prefixes that exist for this public advertised prefix.
SelfLink string
Server-defined URL for the resource.
SharedSecret string
The shared secret to be used for reverse DNS verification.
Status string
The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.
ByoipApiVersion string
The version of BYOIP API.
CreationTimestamp string
Creation timestamp in RFC3339 text format.
Description string
An optional description of this resource. Provide this property when you create the resource.
DnsVerificationIp string
The address to be used for reverse DNS verification.
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 new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
IpCidrRange string
The address range, in CIDR format, represented by this public advertised prefix.
Kind string
Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
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.
PdpScope string
Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
PublicDelegatedPrefixs []PublicAdvertisedPrefixPublicDelegatedPrefixResponse
The list of public delegated prefixes that exist for this public advertised prefix.
SelfLink string
Server-defined URL for the resource.
SharedSecret string
The shared secret to be used for reverse DNS verification.
Status string
The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.
byoipApiVersion String
The version of BYOIP API.
creationTimestamp String
Creation timestamp in RFC3339 text format.
description String
An optional description of this resource. Provide this property when you create the resource.
dnsVerificationIp String
The address to be used for reverse DNS verification.
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 new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
ipCidrRange String
The address range, in CIDR format, represented by this public advertised prefix.
kind String
Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
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.
pdpScope String
Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
publicDelegatedPrefixs List<PublicAdvertisedPrefixPublicDelegatedPrefixResponse>
The list of public delegated prefixes that exist for this public advertised prefix.
selfLink String
Server-defined URL for the resource.
sharedSecret String
The shared secret to be used for reverse DNS verification.
status String
The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.
byoipApiVersion string
The version of BYOIP API.
creationTimestamp string
Creation timestamp in RFC3339 text format.
description string
An optional description of this resource. Provide this property when you create the resource.
dnsVerificationIp string
The address to be used for reverse DNS verification.
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 new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
ipCidrRange string
The address range, in CIDR format, represented by this public advertised prefix.
kind string
Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
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.
pdpScope string
Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
publicDelegatedPrefixs PublicAdvertisedPrefixPublicDelegatedPrefixResponse[]
The list of public delegated prefixes that exist for this public advertised prefix.
selfLink string
Server-defined URL for the resource.
sharedSecret string
The shared secret to be used for reverse DNS verification.
status string
The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.
byoip_api_version str
The version of BYOIP API.
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.
dns_verification_ip str
The address to be used for reverse DNS verification.
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 new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
ip_cidr_range str
The address range, in CIDR format, represented by this public advertised prefix.
kind str
Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
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.
pdp_scope str
Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
public_delegated_prefixs Sequence[PublicAdvertisedPrefixPublicDelegatedPrefixResponse]
The list of public delegated prefixes that exist for this public advertised prefix.
self_link str
Server-defined URL for the resource.
shared_secret str
The shared secret to be used for reverse DNS verification.
status str
The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.
byoipApiVersion String
The version of BYOIP API.
creationTimestamp String
Creation timestamp in RFC3339 text format.
description String
An optional description of this resource. Provide this property when you create the resource.
dnsVerificationIp String
The address to be used for reverse DNS verification.
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 new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
ipCidrRange String
The address range, in CIDR format, represented by this public advertised prefix.
kind String
Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
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.
pdpScope String
Specifies how child public delegated prefix will be scoped. It could be one of following values: - REGIONAL: The public delegated prefix is regional only. The provisioning will take a few minutes. - GLOBAL: The public delegated prefix is global only. The provisioning will take ~4 weeks. - GLOBAL_AND_REGIONAL [output only]: The public delegated prefixes is BYOIP V1 legacy prefix. This is output only value and no longer supported in BYOIP V2.
publicDelegatedPrefixs List<Property Map>
The list of public delegated prefixes that exist for this public advertised prefix.
selfLink String
Server-defined URL for the resource.
sharedSecret String
The shared secret to be used for reverse DNS verification.
status String
The status of the public advertised prefix. Possible values include: - INITIAL: RPKI validation is complete. - PTR_CONFIGURED: User has configured the PTR. - VALIDATED: Reverse DNS lookup is successful. - REVERSE_DNS_LOOKUP_FAILED: Reverse DNS lookup failed. - PREFIX_CONFIGURATION_IN_PROGRESS: The prefix is being configured. - PREFIX_CONFIGURATION_COMPLETE: The prefix is fully configured. - PREFIX_REMOVAL_IN_PROGRESS: The prefix is being removed.

Supporting Types

PublicAdvertisedPrefixPublicDelegatedPrefixResponse

IpRange This property is required. string
The IP address range of the public delegated prefix
Name This property is required. string
The name of the public delegated prefix
Project This property is required. string
The project number of the public delegated prefix
Region This property is required. string
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
Status This property is required. string
The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
IpRange This property is required. string
The IP address range of the public delegated prefix
Name This property is required. string
The name of the public delegated prefix
Project This property is required. string
The project number of the public delegated prefix
Region This property is required. string
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
Status This property is required. string
The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
ipRange This property is required. String
The IP address range of the public delegated prefix
name This property is required. String
The name of the public delegated prefix
project This property is required. String
The project number of the public delegated prefix
region This property is required. String
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
status This property is required. String
The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
ipRange This property is required. string
The IP address range of the public delegated prefix
name This property is required. string
The name of the public delegated prefix
project This property is required. string
The project number of the public delegated prefix
region This property is required. string
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
status This property is required. string
The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
ip_range This property is required. str
The IP address range of the public delegated prefix
name This property is required. str
The name of the public delegated prefix
project This property is required. str
The project number of the public delegated prefix
region This property is required. str
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
status This property is required. str
The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
ipRange This property is required. String
The IP address range of the public delegated prefix
name This property is required. String
The name of the public delegated prefix
project This property is required. String
The project number of the public delegated prefix
region This property is required. String
The region of the public delegated prefix if it is regional. If absent, the prefix is global.
status This property is required. String
The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.

Package Details

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

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