Struct aws_sdk_elasticloadbalancingv2::input::SetIpAddressTypeInput [−][src]
#[non_exhaustive]pub struct SetIpAddressTypeInput {
pub load_balancer_arn: Option<String>,
pub ip_address_type: Option<IpAddressType>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.load_balancer_arn: Option<String>
The Amazon Resource Name (ARN) of the load balancer.
ip_address_type: Option<IpAddressType>
The IP address type. The possible values are ipv4
(for IPv4 addresses) and
dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use
ipv4
. You can’t specify dualstack
for a load balancer with a UDP
or TCP_UDP listener.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetIpAddressType, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetIpAddressType, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<SetIpAddressType
>
Creates a new builder-style object to manufacture SetIpAddressTypeInput
The Amazon Resource Name (ARN) of the load balancer.
The IP address type. The possible values are ipv4
(for IPv4 addresses) and
dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use
ipv4
. You can’t specify dualstack
for a load balancer with a UDP
or TCP_UDP listener.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SetIpAddressTypeInput
impl Send for SetIpAddressTypeInput
impl Sync for SetIpAddressTypeInput
impl Unpin for SetIpAddressTypeInput
impl UnwindSafe for SetIpAddressTypeInput
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