pub struct ProvisionByoipCidr { /* private fields */ }Expand description
Fluent builder constructing a request to ProvisionByoipCidr.
Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using AdvertiseByoipCidr.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Implementations
sourceimpl ProvisionByoipCidr
impl ProvisionByoipCidr
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ProvisionByoipCidr, AwsResponseRetryClassifier>, SdkError<ProvisionByoipCidrError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ProvisionByoipCidr, AwsResponseRetryClassifier>, SdkError<ProvisionByoipCidrError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<ProvisionByoipCidrOutput, SdkError<ProvisionByoipCidrError>>
pub async fn send(
self
) -> Result<ProvisionByoipCidrOutput, SdkError<ProvisionByoipCidrError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn cidr(self, input: impl Into<String>) -> Self
pub fn cidr(self, input: impl Into<String>) -> Self
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region.
sourcepub fn set_cidr(self, input: Option<String>) -> Self
pub fn set_cidr(self, input: Option<String>) -> Self
The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. 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.
A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.
Trait Implementations
sourceimpl Clone for ProvisionByoipCidr
impl Clone for ProvisionByoipCidr
sourcefn clone(&self) -> ProvisionByoipCidr
fn clone(&self) -> ProvisionByoipCidr
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more