pub struct PublicAdvertisedPrefixArgs {
pub description: Output<Option<String>>,
pub dns_verification_ip: Output<String>,
pub ip_cidr_range: Output<String>,
pub name: Output<Option<String>>,
pub project: Output<Option<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<Option<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<Option<String>>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
Implementations§
source§impl PublicAdvertisedPrefixArgs
impl PublicAdvertisedPrefixArgs
sourcepub fn builder() -> PublicAdvertisedPrefixArgsBuilder
pub fn builder() -> PublicAdvertisedPrefixArgsBuilder
Create an instance of PublicAdvertisedPrefixArgs
using the builder syntax
Trait Implementations§
source§impl Clone for PublicAdvertisedPrefixArgs
impl Clone for PublicAdvertisedPrefixArgs
source§fn clone(&self) -> PublicAdvertisedPrefixArgs
fn clone(&self) -> PublicAdvertisedPrefixArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PublicAdvertisedPrefixArgs
impl RefUnwindSafe for PublicAdvertisedPrefixArgs
impl Send for PublicAdvertisedPrefixArgs
impl Sync for PublicAdvertisedPrefixArgs
impl Unpin for PublicAdvertisedPrefixArgs
impl UnwindSafe for PublicAdvertisedPrefixArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)