Uses of Class
com.google.cloud.osconfig.v1.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of InstanceName in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return InstanceName Modifier and Type Method Description InstanceName
InstanceName.Builder. build()
InstanceName
InstanceName.ProjectLocationInstanceBuilder. build()
static InstanceName
InstanceName. of(String project, String zone, String instance)
static InstanceName
InstanceName. ofProjectLocationInstanceName(String project, String location, String instance)
static InstanceName
InstanceName. ofProjectZoneInstanceName(String project, String zone, String instance)
static InstanceName
InstanceName. parse(String formattedString)
Methods in com.google.cloud.osconfig.v1 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.v1 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.v1 with type arguments of type InstanceName Modifier and Type Method Description static List<String>
InstanceName. toStringList(List<InstanceName> values)
-