pub struct PublicAdvertisedPrefixResult {
pub description: Output<Option<String>>,
pub dns_verification_ip: Output<String>,
pub ip_cidr_range: Output<String>,
pub name: Output<String>,
pub project: Output<String>,
pub self_link: Output<String>,
pub shared_secret: Output<String>,
}
Fields§
§description: Output<Option<String>>
An optional description of this resource.
dns_verification_ip: Output<String>
The IPv4 address to be used for reverse DNS verification.
ip_cidr_range: Output<String>
The IPv4 address range, in CIDR format, represented by this public advertised prefix.
name: Output<String>
Name of the resource. 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?
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.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
self_link: Output<String>
The URI of the created resource.
Output Only. The shared secret to be used for reverse DNS verification.