Uses of Class
com.google.cloud.osconfig.v1alpha.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.osconfig.v1alpha A client to OS Config API -
-
Uses of InstanceName in com.google.cloud.osconfig.v1alpha
Methods in com.google.cloud.osconfig.v1alpha that return InstanceName Modifier and Type Method Description InstanceName
InstanceName.Builder. build()
static InstanceName
InstanceName. of(String project, String location, String instance)
static InstanceName
InstanceName. parse(String formattedString)
Methods in com.google.cloud.osconfig.v1alpha that return types with arguments of type InstanceName Modifier and Type Method Description static List<InstanceName>
InstanceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.osconfig.v1alpha with parameters of type InstanceName Modifier and Type Method Description OsConfigZonalServiceClient.ListInventoriesPagedResponse
OsConfigZonalServiceClient. listInventories(InstanceName parent)
List inventory data for all VM instances in the specified zone.OsConfigZonalServiceClient.ListVulnerabilityReportsPagedResponse
OsConfigZonalServiceClient. listVulnerabilityReports(InstanceName parent)
List vulnerability reports for all VM instances in the specified zone.Method parameters in com.google.cloud.osconfig.v1alpha with type arguments of type InstanceName Modifier and Type Method Description static List<String>
InstanceName. toStringList(List<InstanceName> values)
-