Class AllocationOptions
Range auto-allocation options, to be optionally used when CIDR block is not explicitly set.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1alpha1.Data
Assembly: Google.Apis.Networkconnectivity.v1alpha1.dll
Syntax
public class AllocationOptions : IDirectResponseSchema
Properties
AllocationStrategy
Optional. Allocation strategy. Not setting this field when the allocation is requested means an implementation defined strategy is used.
Declaration
[JsonProperty("allocationStrategy")]
public virtual string AllocationStrategy { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstAvailableRangesLookupSize
Optional. This field must be set only when allocation_strategy is set to RANDOM_FIRST_N_AVAILABLE. The value should be the maximum expected parallelism of range creation requests issued to the same space of peered netwroks.
Declaration
[JsonProperty("firstAvailableRangesLookupSize")]
public virtual int? FirstAvailableRangesLookupSize { get; set; }
Property Value
Type | Description |
---|---|
int? |