Struct aws_sdk_ec2::input::assign_private_ip_addresses_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AssignPrivateIpAddressesInput
Implementations
Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.
Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.
The ID of the network interface.
The ID of the network interface.
Appends an item to private_ip_addresses
.
To override the contents of this collection use set_private_ip_addresses
.
One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.
If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.
One or more IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.
If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.
The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.
The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.
Appends an item to ipv4_prefixes
.
To override the contents of this collection use set_ipv4_prefixes
.
One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount
option.
One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the Ipv4PrefixCount
option.
The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes
option.
The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the Ipv4 Prefixes
option.
Consumes the builder and constructs a AssignPrivateIpAddressesInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more