Struct aws_sdk_ec2::input::ProvisionByoipCidrInput
source · [−]#[non_exhaustive]pub struct ProvisionByoipCidrInput { /* private fields */ }
Implementations
sourceimpl ProvisionByoipCidrInput
impl ProvisionByoipCidrInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ProvisionByoipCidr, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ProvisionByoipCidr, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ProvisionByoipCidr
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProvisionByoipCidrInput
.
sourceimpl ProvisionByoipCidrInput
impl ProvisionByoipCidrInput
sourcepub fn cidr(&self) -> Option<&str>
pub fn cidr(&self) -> Option<&str>
The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 prefix you can specify is /56. The address range cannot overlap with another address range that you've brought to this or another Region.
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
sourcepub fn publicly_advertisable(&self) -> Option<bool>
pub fn publicly_advertisable(&self) -> Option<bool>
(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.
Default: true
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the address range and the address pool.
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn pool_tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn pool_tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to apply to the address pool.
sourcepub fn multi_region(&self) -> Option<bool>
pub fn multi_region(&self) -> Option<bool>
Reserved.
Trait Implementations
sourceimpl Clone for ProvisionByoipCidrInput
impl Clone for ProvisionByoipCidrInput
sourcefn clone(&self) -> ProvisionByoipCidrInput
fn clone(&self) -> ProvisionByoipCidrInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ProvisionByoipCidrInput
impl Debug for ProvisionByoipCidrInput
sourceimpl PartialEq<ProvisionByoipCidrInput> for ProvisionByoipCidrInput
impl PartialEq<ProvisionByoipCidrInput> for ProvisionByoipCidrInput
sourcefn eq(&self, other: &ProvisionByoipCidrInput) -> bool
fn eq(&self, other: &ProvisionByoipCidrInput) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ProvisionByoipCidrInput) -> bool
fn ne(&self, other: &ProvisionByoipCidrInput) -> bool
This method tests for !=
.
impl StructuralPartialEq for ProvisionByoipCidrInput
Auto Trait Implementations
impl RefUnwindSafe for ProvisionByoipCidrInput
impl Send for ProvisionByoipCidrInput
impl Sync for ProvisionByoipCidrInput
impl Unpin for ProvisionByoipCidrInput
impl UnwindSafe for ProvisionByoipCidrInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more