共用方式為


AddressSpaceAggregationOption Class

public final class AddressSpaceAggregationOption
extends ExpandableStringEnum<AddressSpaceAggregationOption>

Option indicating the update behavior of a resource's address prefixes referenced within a network manager configuration.

Field Summary

Modifier and Type Field and Description
static final AddressSpaceAggregationOption MANUAL

Static value Manual for AddressSpaceAggregationOption.

static final AddressSpaceAggregationOption NONE

Static value None for AddressSpaceAggregationOption.

Constructor Summary

Constructor Description
AddressSpaceAggregationOption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AddressSpaceAggregationOption value.

Method Summary

Modifier and Type Method and Description
static AddressSpaceAggregationOption fromString(String name)

Creates or finds a AddressSpaceAggregationOption from its string representation.

static Collection<AddressSpaceAggregationOption> values()

Gets known AddressSpaceAggregationOption values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MANUAL

public static final AddressSpaceAggregationOption MANUAL

Static value Manual for AddressSpaceAggregationOption.

NONE

public static final AddressSpaceAggregationOption NONE

Static value None for AddressSpaceAggregationOption.

Constructor Details

AddressSpaceAggregationOption

@Deprecated
public AddressSpaceAggregationOption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AddressSpaceAggregationOption value.

Method Details

fromString

public static AddressSpaceAggregationOption fromString(String name)

Creates or finds a AddressSpaceAggregationOption from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AddressSpaceAggregationOption.

values

public static Collection values()

Gets known AddressSpaceAggregationOption values.

Returns:

known AddressSpaceAggregationOption values.

Applies to