NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(Creatable<Network> creatable) |
Create a new virtual network to associate with the network interface's primary IP configuration, based on
the provided definition.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(String addressSpace) |
Creates a new virtual network to associate with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetwork.withNewPrimaryNetwork(String name,
String addressSpace) |
Creates a new virtual network to associate with the network interface's primary IP configuration.
|
NetworkInterface.DefinitionStages.WithPrimaryPrivateIP |
NetworkInterface.DefinitionStages.WithPrimaryNetworkSubnet.withSubnet(String name) |
Associate a subnet with the network interface's primary IP configuration.
|