PatchSource class

Information about the patches to use to update the instances, including target operating systems and source repository. Applies to Linux instances only.

Constructors

PatchSource({required String configuration, required String name, required List<String> products})
PatchSource.fromJson(Map<String, dynamic> json)
factory

Properties

configuration String
The value of the yum repo configuration. For example:
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name specified to identify the patch source.
final
products List<String>
The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7". For lists of supported product values, see PatchFilter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited