PrivateCloud.UpdateStages.WithExtendedNetworkBlocks Interface

public static interface PrivateCloud.UpdateStages.WithExtendedNetworkBlocks

The stage of the PrivateCloud update allowing to specify extendedNetworkBlocks.

Method Summary

Modifier and Type Method and Description
abstract Update withExtendedNetworkBlocks(List<String> extendedNetworkBlocks)

Specifies the extendedNetworkBlocks property: Array of additional networks noncontiguous with networkBlock.

Method Details

withExtendedNetworkBlocks

public abstract PrivateCloud.Update withExtendedNetworkBlocks(List extendedNetworkBlocks)

Specifies the extendedNetworkBlocks property: Array of additional networks noncontiguous with networkBlock. Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. Make sure the CIDR format conforms to (A.B.C.D/X)..

Parameters:

extendedNetworkBlocks - Array of additional networks noncontiguous with networkBlock. Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. Make sure the CIDR format conforms to (A.B.C.D/X).

Returns:

the next definition stage.

Applies to