Uses of Class
com.google.cloud.osconfig.v1beta.PatchDeploymentName
-
Packages that use PatchDeploymentName Package Description com.google.cloud.osconfig.v1beta A client to OS Config API -
-
Uses of PatchDeploymentName in com.google.cloud.osconfig.v1beta
Methods in com.google.cloud.osconfig.v1beta that return PatchDeploymentName Modifier and Type Method Description PatchDeploymentName
PatchDeploymentName.Builder. build()
static PatchDeploymentName
PatchDeploymentName. of(String project, String patchDeployment)
static PatchDeploymentName
PatchDeploymentName. parse(String formattedString)
Methods in com.google.cloud.osconfig.v1beta that return types with arguments of type PatchDeploymentName Modifier and Type Method Description static List<PatchDeploymentName>
PatchDeploymentName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.osconfig.v1beta with parameters of type PatchDeploymentName Modifier and Type Method Description PatchDeployments.PatchDeployment
OsConfigServiceClient. pausePatchDeployment(PatchDeploymentName name)
Change state of patch deployment to "PAUSED".PatchDeployments.PatchDeployment
OsConfigServiceClient. resumePatchDeployment(PatchDeploymentName name)
Change state of patch deployment back to "ACTIVE".Method parameters in com.google.cloud.osconfig.v1beta with type arguments of type PatchDeploymentName Modifier and Type Method Description static List<String>
PatchDeploymentName. toStringList(List<PatchDeploymentName> values)
-