Skip to main content

public_advertised_prefixes

Overview

Namepublic_advertised_prefixes
TypeResource
Idgoogle.compute.public_advertised_prefixes

Fields

NameDatatypeDescription
idstring[Output Only] The unique identifier for the resource type. The server generates this identifier.
namestringName 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.
descriptionstringAn optional description of this resource. Provide this property when you create the resource.
creationTimestampstring[Output Only] Creation timestamp in RFC3339 text format.
selfLinkstring[Output Only] Server-defined URL for the resource.
fingerprintstringFingerprint 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.
sharedSecretstring[Output Only] The shared secret to be used for reverse DNS verification.
publicDelegatedPrefixsarray[Output Only] The list of public delegated prefixes that exist for this public advertised prefix.
ipCidrRangestringThe address range, in CIDR format, represented by this public advertised prefix.
kindstring[Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
statusstringThe 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.
dnsVerificationIpstringThe address to be used for reverse DNS verification.

Methods

NameAccessible byRequired ParamsDescription
getSELECTproject, publicAdvertisedPrefixReturns the specified PublicAdvertisedPrefix resource.
listSELECTprojectLists the PublicAdvertisedPrefixes for a project.
insertINSERTprojectCreates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.
deleteDELETEproject, publicAdvertisedPrefixDeletes the specified PublicAdvertisedPrefix
patchEXECproject, publicAdvertisedPrefixPatches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.