- 2.59.0 (latest)
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
Package com.google.cloud.osconfig.v1beta (2.54.0)
GitHub Repository |
This package is not the recommended entry point to using this client library!
For this library, we recommend using com.google.cloud.osconfig.v1 for new applications.
Prerelease Implications
This package is a prerelease version! Use with caution.
Prerelease versions are considered unstable as they may be shut down and/or subject to breaking changes when upgrading. Use them only for testing or if you specifically need their experimental features.
Client Classes
Client classes are the main entry point to using a package. They contain several variations of Java methods for each of the API's methods.
Client | Description |
---|---|
com.google.cloud.osconfig.v1beta.OsConfigServiceClient |
Service Description: OS Config API
The OS Config service is a server-side component that you can use to manage package installations and patch jobs for virtual machine instances. |
Settings Classes
Settings classes can be used to configure credentials, endpoints, and retry settings for a Client.
Settings | Description |
---|---|
com.google.cloud.osconfig.v1beta.OsConfigServiceSettings |
Settings class to configure an instance of OsConfigServiceClient.
The default instance has everything set to sensible defaults: |
com.google.cloud.osconfig.v1beta.PatchJobs.AptSettings |
Apt patching is completed by executing |
com.google.cloud.osconfig.v1beta.PatchJobs.GooSettings |
Googet patching is performed by running |
com.google.cloud.osconfig.v1beta.PatchJobs.WindowsUpdateSettings |
Windows patching is performed using the Windows Update Agent. |
com.google.cloud.osconfig.v1beta.PatchJobs.YumSettings |
Yum patching is performed by executing |
com.google.cloud.osconfig.v1beta.PatchJobs.ZypperSettings |
Zypper patching is performed by running |
Classes
Class | Description |
---|---|
com.google.cloud.osconfig.v1beta.Common | |
com.google.cloud.osconfig.v1beta.Common.FixedOrPercent | Message encapsulating a value that can be either absolute ("fixed") or relative ("percent") to a value. |
com.google.cloud.osconfig.v1beta.Common.FixedOrPercent.Builder | Message encapsulating a value that can be either absolute ("fixed") or relative ("percent") to a value. |
com.google.cloud.osconfig.v1beta.GuestPolicies | |
com.google.cloud.osconfig.v1beta.GuestPolicies.AptRepository |
Represents a single Apt package repository. This repository is added to
a repo file that is stored at
/etc/apt/sources.list.d/google_osconfig.list . |
com.google.cloud.osconfig.v1beta.GuestPolicies.AptRepository.Builder |
Represents a single Apt package repository. This repository is added to
a repo file that is stored at
/etc/apt/sources.list.d/google_osconfig.list . |
com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment | An assignment represents the group or groups of VM instances that the policy applies to. |
com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.Builder | An assignment represents the group or groups of VM instances that the policy applies to. |
com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.GroupLabel | Represents a group of VM intances that can be identified as having all these labels, for example "env=prod and app=web". |
com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.GroupLabel.Builder | Represents a group of VM intances that can be identified as having all these labels, for example "env=prod and app=web". |
com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.OsType | Defines the criteria for selecting VM Instances by OS type. |
com.google.cloud.osconfig.v1beta.GuestPolicies.Assignment.OsType.Builder | Defines the criteria for selecting VM Instances by OS type. |
com.google.cloud.osconfig.v1beta.GuestPolicies.CreateGuestPolicyRequest | A request message for creating a guest policy. |
com.google.cloud.osconfig.v1beta.GuestPolicies.CreateGuestPolicyRequest.Builder | A request message for creating a guest policy. |
com.google.cloud.osconfig.v1beta.GuestPolicies.DeleteGuestPolicyRequest | A request message for deleting a guest policy. |
com.google.cloud.osconfig.v1beta.GuestPolicies.DeleteGuestPolicyRequest.Builder | A request message for deleting a guest policy. |
com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy | The effective guest policy that applies to a VM instance. |
com.google.cloud.osconfig.v1beta.GuestPolicies.EffectiveGuestPolicy.Builder | The effective guest |