OSPolicyResourceRepositoryResourceYumRepository class
Represents a single yum package repository.
These are added to a repo file that is managed at
/etc/yum.repos.d/google_osconfig.repo
.
Constructors
-
OSPolicyResourceRepositoryResourceYumRepository({String? baseUrl, String? displayName, List<
String> ? gpgKeys, String? id}) - OSPolicyResourceRepositoryResourceYumRepository.fromJson(Map _json)
Properties
- baseUrl ↔ String?
-
The location of the repository directory.
getter/setter pair
- displayName ↔ String?
-
The display name of the repository.
getter/setter pair
-
gpgKeys
↔ List<
String> ? -
URIs of GPG keys.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
A one word, unique name for this repository.
getter/setter pair
- 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