Uses of Class
com.google.cloud.baremetalsolution.v2.NetworkName
-
Packages that use NetworkName Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of NetworkName in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return NetworkName Modifier and Type Method Description NetworkName
NetworkName.Builder. build()
static NetworkName
NetworkName. of(String project, String location, String network)
static NetworkName
NetworkName. parse(String formattedString)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type NetworkName Modifier and Type Method Description static List<NetworkName>
NetworkName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type NetworkName Modifier and Type Method Description Network
BareMetalSolutionClient. getNetwork(NetworkName name)
Get details of a single network.Network
BareMetalSolutionClient. renameNetwork(NetworkName name, String newNetworkId)
RenameNetwork sets a new name for a network.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type NetworkName Modifier and Type Method Description static List<String>
NetworkName. toStringList(List<NetworkName> values)
-