class Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedPackageRepository
A guest policy package repository including its source.
Attributes
package_repository[RW]
A package repository. Corresponds to the JSON property `packageRepository` @return [Google::Apis::OsconfigV1beta::PackageRepository]
source[RW]
Name of the guest policy providing this config. Corresponds to the JSON property `source` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/osconfig_v1beta/classes.rb, line 312 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/osconfig_v1beta/classes.rb, line 317 def update!(**args) @package_repository = args[:package_repository] if args.key?(:package_repository) @source = args[:source] if args.key?(:source) end