Class VpcOptions
- java.lang.Object
-
- software.amazon.awssdk.services.networkmanager.model.VpcOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcOptions.Builder,VpcOptions>
@Generated("software.amazon.awssdk:codegen") public final class VpcOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcOptions.Builder,VpcOptions>
Describes the VPC options.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanapplianceModeSupport()Indicates whether appliance mode is supported.static VpcOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanipv6Support()Indicates whether IPv6 is supported.List<SdkField<?>>sdkFields()static Class<? extends VpcOptions.Builder>serializableBuilderClass()VpcOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
ipv6Support
public final Boolean ipv6Support()
Indicates whether IPv6 is supported.
- Returns:
- Indicates whether IPv6 is supported.
-
applianceModeSupport
public final Boolean applianceModeSupport()
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.- Returns:
- 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.
-
toBuilder
public VpcOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcOptions.Builder,VpcOptions>
-
builder
public static VpcOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-