Uses of Class
com.google.cloud.osconfig.v1alpha.InventoryName
-
Packages that use InventoryName Package Description com.google.cloud.osconfig.v1alpha A client to OS Config API -
-
Uses of InventoryName in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return InventoryName Modifier and Type Method Description InventoryName
InventoryName.Builder. build()
static InventoryName
InventoryName. of(String project, String location, String instance)
static InventoryName
InventoryName. parse(String formattedString)
Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type InventoryName Modifier and Type Method Description static List<InventoryName>
InventoryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.osconfig.v1alpha with parameters of type InventoryName Modifier and Type Method Description Inventory
OsConfigZonalServiceClient. getInventory(InventoryName name)
Get inventory data for the specified VM instance.Method parameters in com.google.cloud.osconfig.v1alpha with type arguments of type InventoryName Modifier and Type Method Description static List<String>
InventoryName. toStringList(List<InventoryName> values)
-