pulp_ansible_client 0.25.6 → 0.25.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/AnsibleCollectionVersionResponse.md +4 -4
- data/docs/AnsibleGitRemote.md +24 -24
- data/docs/AnsibleGitRemoteResponse.md +24 -24
- data/docs/AnsibleRole.md +2 -2
- data/docs/AnsibleRoleResponse.md +4 -4
- data/docs/ContentCollectionVersionsApi.md +6 -6
- data/docs/PatchedansibleGitRemote.md +24 -24
- data/docs/RemotesGitApi.md +2 -2
- data/lib/pulp_ansible_client/api/content_collection_versions_api.rb +9 -9
- data/lib/pulp_ansible_client/api/pulp_ansible_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
- data/lib/pulp_ansible_client/api/pulp_ansible_default_api_v3_plugin_ansible_content_namespaces_api.rb +2 -2
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_ansible_namespace_metadata_response.rb +3 -3
- data/lib/pulp_ansible_client/models/ansible_collection_version_response.rb +21 -21
- data/lib/pulp_ansible_client/models/ansible_git_remote.rb +217 -217
- data/lib/pulp_ansible_client/models/ansible_git_remote_response.rb +149 -149
- data/lib/pulp_ansible_client/models/ansible_role.rb +13 -13
- data/lib/pulp_ansible_client/models/ansible_role_response.rb +23 -23
- data/lib/pulp_ansible_client/models/patchedansible_git_remote.rb +210 -210
- data/lib/pulp_ansible_client/version.rb +1 -1
- data/spec/api/content_collection_versions_api_spec.rb +3 -3
- data/spec/models/ansible_collection_version_response_spec.rb +4 -4
- data/spec/models/ansible_git_remote_response_spec.rb +19 -19
- data/spec/models/ansible_git_remote_spec.rb +18 -18
- data/spec/models/ansible_role_response_spec.rb +4 -4
- data/spec/models/ansible_role_spec.rb +3 -3
- data/spec/models/patchedansible_git_remote_spec.rb +18 -18
- metadata +120 -120
|
@@ -18,21 +18,21 @@ module PulpAnsibleClient
|
|
|
18
18
|
class AnsibleRoleResponse
|
|
19
19
|
attr_accessor :pulp_href
|
|
20
20
|
|
|
21
|
-
# The Pulp Resource Name (PRN).
|
|
22
|
-
attr_accessor :prn
|
|
23
|
-
|
|
24
21
|
# Timestamp of creation.
|
|
25
22
|
attr_accessor :pulp_created
|
|
26
23
|
|
|
24
|
+
# Artifact file representing the physical content
|
|
25
|
+
attr_accessor :artifact
|
|
26
|
+
|
|
27
27
|
# Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.
|
|
28
28
|
attr_accessor :pulp_last_updated
|
|
29
29
|
|
|
30
|
+
# The Pulp Resource Name (PRN).
|
|
31
|
+
attr_accessor :prn
|
|
32
|
+
|
|
30
33
|
# A dictionary of arbitrary key/value pairs used to describe a specific Content instance.
|
|
31
34
|
attr_accessor :pulp_labels
|
|
32
35
|
|
|
33
|
-
# Artifact file representing the physical content
|
|
34
|
-
attr_accessor :artifact
|
|
35
|
-
|
|
36
36
|
attr_accessor :version
|
|
37
37
|
|
|
38
38
|
attr_accessor :name
|
|
@@ -43,11 +43,11 @@ module PulpAnsibleClient
|
|
|
43
43
|
def self.attribute_map
|
|
44
44
|
{
|
|
45
45
|
:'pulp_href' => :'pulp_href',
|
|
46
|
-
:'prn' => :'prn',
|
|
47
46
|
:'pulp_created' => :'pulp_created',
|
|
47
|
+
:'artifact' => :'artifact',
|
|
48
48
|
:'pulp_last_updated' => :'pulp_last_updated',
|
|
49
|
+
:'prn' => :'prn',
|
|
49
50
|
:'pulp_labels' => :'pulp_labels',
|
|
50
|
-
:'artifact' => :'artifact',
|
|
51
51
|
:'version' => :'version',
|
|
52
52
|
:'name' => :'name',
|
|
53
53
|
:'namespace' => :'namespace'
|
|
@@ -63,11 +63,11 @@ module PulpAnsibleClient
|
|
|
63
63
|
def self.openapi_types
|
|
64
64
|
{
|
|
65
65
|
:'pulp_href' => :'String',
|
|
66
|
-
:'prn' => :'String',
|
|
67
66
|
:'pulp_created' => :'Time',
|
|
67
|
+
:'artifact' => :'String',
|
|
68
68
|
:'pulp_last_updated' => :'Time',
|
|
69
|
+
:'prn' => :'String',
|
|
69
70
|
:'pulp_labels' => :'Hash<String, String>',
|
|
70
|
-
:'artifact' => :'String',
|
|
71
71
|
:'version' => :'String',
|
|
72
72
|
:'name' => :'String',
|
|
73
73
|
:'namespace' => :'String'
|
|
@@ -99,30 +99,30 @@ module PulpAnsibleClient
|
|
|
99
99
|
self.pulp_href = attributes[:'pulp_href']
|
|
100
100
|
end
|
|
101
101
|
|
|
102
|
-
if attributes.key?(:'prn')
|
|
103
|
-
self.prn = attributes[:'prn']
|
|
104
|
-
end
|
|
105
|
-
|
|
106
102
|
if attributes.key?(:'pulp_created')
|
|
107
103
|
self.pulp_created = attributes[:'pulp_created']
|
|
108
104
|
end
|
|
109
105
|
|
|
106
|
+
if attributes.key?(:'artifact')
|
|
107
|
+
self.artifact = attributes[:'artifact']
|
|
108
|
+
else
|
|
109
|
+
self.artifact = nil
|
|
110
|
+
end
|
|
111
|
+
|
|
110
112
|
if attributes.key?(:'pulp_last_updated')
|
|
111
113
|
self.pulp_last_updated = attributes[:'pulp_last_updated']
|
|
112
114
|
end
|
|
113
115
|
|
|
116
|
+
if attributes.key?(:'prn')
|
|
117
|
+
self.prn = attributes[:'prn']
|
|
118
|
+
end
|
|
119
|
+
|
|
114
120
|
if attributes.key?(:'pulp_labels')
|
|
115
121
|
if (value = attributes[:'pulp_labels']).is_a?(Hash)
|
|
116
122
|
self.pulp_labels = value
|
|
117
123
|
end
|
|
118
124
|
end
|
|
119
125
|
|
|
120
|
-
if attributes.key?(:'artifact')
|
|
121
|
-
self.artifact = attributes[:'artifact']
|
|
122
|
-
else
|
|
123
|
-
self.artifact = nil
|
|
124
|
-
end
|
|
125
|
-
|
|
126
126
|
if attributes.key?(:'version')
|
|
127
127
|
self.version = attributes[:'version']
|
|
128
128
|
else
|
|
@@ -183,11 +183,11 @@ module PulpAnsibleClient
|
|
|
183
183
|
return true if self.equal?(o)
|
|
184
184
|
self.class == o.class &&
|
|
185
185
|
pulp_href == o.pulp_href &&
|
|
186
|
-
prn == o.prn &&
|
|
187
186
|
pulp_created == o.pulp_created &&
|
|
187
|
+
artifact == o.artifact &&
|
|
188
188
|
pulp_last_updated == o.pulp_last_updated &&
|
|
189
|
+
prn == o.prn &&
|
|
189
190
|
pulp_labels == o.pulp_labels &&
|
|
190
|
-
artifact == o.artifact &&
|
|
191
191
|
version == o.version &&
|
|
192
192
|
name == o.name &&
|
|
193
193
|
namespace == o.namespace
|
|
@@ -202,7 +202,7 @@ module PulpAnsibleClient
|
|
|
202
202
|
# Calculates hash code according to all attributes.
|
|
203
203
|
# @return [Integer] Hash code
|
|
204
204
|
def hash
|
|
205
|
-
[pulp_href,
|
|
205
|
+
[pulp_href, pulp_created, artifact, pulp_last_updated, prn, pulp_labels, version, name, namespace].hash
|
|
206
206
|
end
|
|
207
207
|
|
|
208
208
|
# Builds the object from hash
|