/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes the VPC options.See Also:
AWS
* API Reference
Indicates whether IPv6 is supported.
*/ inline bool GetIpv6Support() const{ return m_ipv6Support; } /** *Indicates whether IPv6 is supported.
*/ inline bool Ipv6SupportHasBeenSet() const { return m_ipv6SupportHasBeenSet; } /** *Indicates whether IPv6 is supported.
*/ inline void SetIpv6Support(bool value) { m_ipv6SupportHasBeenSet = true; m_ipv6Support = value; } /** *Indicates whether IPv6 is supported.
*/ inline VpcOptions& WithIpv6Support(bool value) { SetIpv6Support(value); return *this;} /** *Indicates whether appliance mode is supported. If enabled, traffic flow
* between a source and destination use the same Availability Zone for the VPC
* attachment for the lifetime of that flow. The default value is
* false
.
Indicates whether appliance mode is supported. If enabled, traffic flow
* between a source and destination use the same Availability Zone for the VPC
* attachment for the lifetime of that flow. The default value is
* false
.
Indicates whether appliance mode is supported. If enabled, traffic flow
* between a source and destination use the same Availability Zone for the VPC
* attachment for the lifetime of that flow. The default value is
* false
.
Indicates whether appliance mode is supported. If enabled, traffic flow
* between a source and destination use the same Availability Zone for the VPC
* attachment for the lifetime of that flow. The default value is
* false
.