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/v1.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>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]func LookupPublicAdvertisedPrefix(ctx *Context, args *LookupPublicAdvertisedPrefixArgs, opts ...InvokeOption) (*LookupPublicAdvertisedPrefixResult, error)
func LookupPublicAdvertisedPrefixOutput(ctx *Context, args *LookupPublicAdvertisedPrefixOutputArgs, opts ...InvokeOption) LookupPublicAdvertisedPrefixResultOutput> 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)
}public static CompletableFuture<GetPublicAdvertisedPrefixResult> getPublicAdvertisedPrefix(GetPublicAdvertisedPrefixArgs args, InvokeOptions options)
public static Output<GetPublicAdvertisedPrefixResult> getPublicAdvertisedPrefix(GetPublicAdvertisedPrefixArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:compute/v1:getPublicAdvertisedPrefix
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PublicAdvertised stringPrefix 
- Project string
- PublicAdvertised stringPrefix 
- Project string
- publicAdvertised StringPrefix 
- project String
- publicAdvertised stringPrefix 
- project string
- public_advertised_ strprefix 
- project str
- publicAdvertised StringPrefix 
- project String
getPublicAdvertisedPrefix Result
The following output properties are available:
- ByoipApi stringVersion 
- 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.
- DnsVerification stringIp 
- 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.
- IpCidr stringRange 
- 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.
- PublicDelegated List<Pulumi.Prefixs Google Native. Compute. V1. Outputs. Public Advertised Prefix Public Delegated Prefix Response> 
- The list of public delegated prefixes that exist for this public advertised prefix.
- SelfLink string
- Server-defined URL for the resource.
- 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.
- ByoipApi stringVersion 
- 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.
- DnsVerification stringIp 
- 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.
- IpCidr stringRange 
- 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.
- PublicDelegated []PublicPrefixs Advertised Prefix Public Delegated Prefix Response 
- The list of public delegated prefixes that exist for this public advertised prefix.
- SelfLink string
- Server-defined URL for the resource.
- 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.
- byoipApi StringVersion 
- 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.
- dnsVerification StringIp 
- 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.
- ipCidr StringRange 
- 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.
- publicDelegated List<PublicPrefixs Advertised Prefix Public Delegated Prefix Response> 
- The list of public delegated prefixes that exist for this public advertised prefix.
- selfLink String
- Server-defined URL for the resource.
- 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.
- byoipApi stringVersion 
- 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.
- dnsVerification stringIp 
- 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.
- ipCidr stringRange 
- 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.
- publicDelegated PublicPrefixs Advertised Prefix Public Delegated Prefix Response[] 
- The list of public delegated prefixes that exist for this public advertised prefix.
- selfLink string
- Server-defined URL for the resource.
- 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_ strversion 
- 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_ strip 
- 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_ strrange 
- 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_ Sequence[Publicprefixs Advertised Prefix Public Delegated Prefix Response] 
- The list of public delegated prefixes that exist for this public advertised prefix.
- self_link str
- Server-defined URL for the resource.
- 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.
- byoipApi StringVersion 
- 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.
- dnsVerification StringIp 
- 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.
- ipCidr StringRange 
- 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.
- publicDelegated List<Property Map>Prefixs 
- The list of public delegated prefixes that exist for this public advertised prefix.
- selfLink String
- Server-defined URL for the resource.
- 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 string
- The IP address range of the public delegated prefix
- Name string
- The name of the public delegated prefix
- Project string
- The project number of the public delegated prefix
- Region string
- The region of the public delegated prefix if it is regional. If absent, the prefix is global.
- Status 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 string
- The IP address range of the public delegated prefix
- Name string
- The name of the public delegated prefix
- Project string
- The project number of the public delegated prefix
- Region string
- The region of the public delegated prefix if it is regional. If absent, the prefix is global.
- Status 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 String
- The IP address range of the public delegated prefix
- name String
- The name of the public delegated prefix
- project String
- The project number of the public delegated prefix
- region String
- The region of the public delegated prefix if it is regional. If absent, the prefix is global.
- status 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 string
- The IP address range of the public delegated prefix
- name string
- The name of the public delegated prefix
- project string
- The project number of the public delegated prefix
- region string
- The region of the public delegated prefix if it is regional. If absent, the prefix is global.
- status 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 str
- The IP address range of the public delegated prefix
- name str
- The name of the public delegated prefix
- project str
- The project number of the public delegated prefix
- region str
- The region of the public delegated prefix if it is regional. If absent, the prefix is global.
- status 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 String
- The IP address range of the public delegated prefix
- name String
- The name of the public delegated prefix
- project String
- The project number of the public delegated prefix
- region String
- The region of the public delegated prefix if it is regional. If absent, the prefix is global.
- status 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