NicIPConfiguration.UpdateDefinitionStages.Blank<ParentT> 接口
定义
The first stage of network interface IP configuration definition.
public interface Blank<ParentT> extends NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>
类型参数
- ParentT
the return type of the final attach()
继承成员
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withExistingNetwork(Network network)
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withNewNetwork(Creatable<Network> creatable)
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withNewNetwork(String name, String addressSpace)
NicIPConfiguration.UpdateDefinitionStages.WithNetwork<ParentT>.withNewNetwork(String addressSpace)