pulumi-oci 1.36.0__py3-none-any.whl → 1.36.0a1715383492__py3-none-any.whl

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.
Files changed (119) hide show
  1. pulumi_oci/__init__.py +0 -208
  2. pulumi_oci/core/__init__.py +0 -3
  3. pulumi_oci/core/_inputs.py +0 -40
  4. pulumi_oci/core/outputs.py +0 -261
  5. pulumi_oci/database/_inputs.py +0 -192
  6. pulumi_oci/database/exadata_infrastructure.py +0 -28
  7. pulumi_oci/database/get_exadata_infrastructure.py +1 -14
  8. pulumi_oci/database/get_vm_cluster.py +1 -14
  9. pulumi_oci/database/outputs.py +0 -418
  10. pulumi_oci/database/vm_cluster.py +0 -55
  11. pulumi_oci/database/vm_cluster_add_virtual_network.py +0 -28
  12. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +0 -28
  13. pulumi_oci/datasafe/__init__.py +0 -1
  14. pulumi_oci/email/__init__.py +0 -3
  15. pulumi_oci/email/_inputs.py +0 -46
  16. pulumi_oci/email/dkim.py +4 -4
  17. pulumi_oci/email/email_domain.py +0 -77
  18. pulumi_oci/email/get_email_domain.py +1 -27
  19. pulumi_oci/email/outputs.py +0 -231
  20. pulumi_oci/loadbalancer/_inputs.py +0 -16
  21. pulumi_oci/loadbalancer/listener.py +0 -2
  22. pulumi_oci/loadbalancer/outputs.py +0 -14
  23. pulumi_oci/loganalytics/namespace.py +4 -4
  24. pulumi_oci/networkloadbalancer/get_listener.py +1 -14
  25. pulumi_oci/networkloadbalancer/listener.py +2 -51
  26. pulumi_oci/networkloadbalancer/outputs.py +0 -11
  27. pulumi_oci/osmanagementhub/__init__.py +0 -48
  28. pulumi_oci/osmanagementhub/_inputs.py +507 -3649
  29. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +13 -26
  30. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +11 -48
  31. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +15 -28
  32. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +19 -86
  33. pulumi_oci/osmanagementhub/get_managed_instance_group.py +10 -62
  34. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +9 -7
  35. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +7 -7
  36. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +10 -8
  37. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +16 -71
  38. pulumi_oci/osmanagementhub/get_management_station.py +19 -42
  39. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +4 -4
  40. pulumi_oci/osmanagementhub/get_management_stations.py +15 -15
  41. pulumi_oci/osmanagementhub/get_profile.py +12 -51
  42. pulumi_oci/osmanagementhub/get_profiles.py +16 -76
  43. pulumi_oci/osmanagementhub/get_software_source.py +18 -109
  44. pulumi_oci/osmanagementhub/get_software_source_module_stream.py +5 -5
  45. pulumi_oci/osmanagementhub/get_software_source_module_stream_profile.py +6 -6
  46. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +8 -8
  47. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +9 -9
  48. pulumi_oci/osmanagementhub/get_software_source_package_group.py +8 -8
  49. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +7 -7
  50. pulumi_oci/osmanagementhub/get_software_source_software_package.py +10 -23
  51. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +6 -6
  52. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  53. pulumi_oci/osmanagementhub/get_software_sources.py +21 -78
  54. pulumi_oci/osmanagementhub/lifecycle_environment.py +86 -159
  55. pulumi_oci/osmanagementhub/managed_instance_group.py +86 -264
  56. pulumi_oci/osmanagementhub/management_station.py +81 -184
  57. pulumi_oci/osmanagementhub/outputs.py +2364 -10866
  58. pulumi_oci/osmanagementhub/profile.py +78 -200
  59. pulumi_oci/osmanagementhub/software_source.py +181 -365
  60. pulumi_oci/pulumi-plugin.json +1 -2
  61. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/METADATA +1 -1
  62. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/RECORD +64 -119
  63. pulumi_oci/core/get_ip_inventory_subnet.py +0 -171
  64. pulumi_oci/core/get_ip_inventory_subnet_cidr.py +0 -171
  65. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +0 -206
  66. pulumi_oci/datasafe/masking_report_management.py +0 -693
  67. pulumi_oci/email/email_return_path.py +0 -642
  68. pulumi_oci/email/get_email_return_path.py +0 -274
  69. pulumi_oci/email/get_email_return_paths.py +0 -203
  70. pulumi_oci/osmanagementhub/event.py +0 -701
  71. pulumi_oci/osmanagementhub/get_entitlements.py +0 -178
  72. pulumi_oci/osmanagementhub/get_errata.py +0 -283
  73. pulumi_oci/osmanagementhub/get_erratum.py +0 -308
  74. pulumi_oci/osmanagementhub/get_event.py +0 -314
  75. pulumi_oci/osmanagementhub/get_events.py +0 -314
  76. pulumi_oci/osmanagementhub/get_managed_instance.py +0 -587
  77. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +0 -187
  78. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +0 -190
  79. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +0 -238
  80. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +0 -204
  81. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +0 -220
  82. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +0 -244
  83. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +0 -221
  84. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +0 -204
  85. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +0 -187
  86. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +0 -221
  87. pulumi_oci/osmanagementhub/get_managed_instances.py +0 -537
  88. pulumi_oci/osmanagementhub/get_scheduled_job.py +0 -426
  89. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +0 -433
  90. pulumi_oci/osmanagementhub/get_software_package.py +0 -301
  91. pulumi_oci/osmanagementhub/get_software_package_software_source.py +0 -329
  92. pulumi_oci/osmanagementhub/get_software_packages.py +0 -232
  93. pulumi_oci/osmanagementhub/get_windows_update.py +0 -222
  94. pulumi_oci/osmanagementhub/get_windows_updates.py +0 -187
  95. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +0 -249
  96. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +0 -249
  97. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +0 -296
  98. pulumi_oci/osmanagementhub/managed_instance.py +0 -1327
  99. pulumi_oci/osmanagementhub/managed_instance_attach_profile_management.py +0 -266
  100. pulumi_oci/osmanagementhub/managed_instance_detach_profile_management.py +0 -214
  101. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +0 -293
  102. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +0 -293
  103. pulumi_oci/osmanagementhub/managed_instance_group_detach_managed_instances_management.py +0 -264
  104. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +0 -293
  105. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +0 -293
  106. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +0 -293
  107. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +0 -526
  108. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +0 -293
  109. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +0 -292
  110. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +0 -341
  111. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +0 -341
  112. pulumi_oci/osmanagementhub/management_station_mirror_synchronize_management.py +0 -264
  113. pulumi_oci/osmanagementhub/management_station_refresh_management.py +0 -212
  114. pulumi_oci/osmanagementhub/management_station_synchronize_mirrors_management.py +0 -264
  115. pulumi_oci/osmanagementhub/scheduled_job.py +0 -1331
  116. pulumi_oci/osmanagementhub/software_source_add_packages_management.py +0 -266
  117. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +0 -194
  118. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/WHEEL +0 -0
  119. {pulumi_oci-1.36.0.dist-info → pulumi_oci-1.36.0a1715383492.dist-info}/top_level.txt +0 -0
@@ -23,23 +23,17 @@ class ManagementStationArgs:
23
23
  proxy: pulumi.Input['ManagementStationProxyArgs'],
24
24
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
25
25
  description: Optional[pulumi.Input[str]] = None,
26
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
27
- refresh_trigger: Optional[pulumi.Input[int]] = None):
26
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
28
27
  """
29
28
  The set of arguments for constructing a ManagementStation resource.
30
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
31
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
32
- :param pulumi.Input[str] hostname: (Updatable) Hostname of the management station.
33
- :param pulumi.Input['ManagementStationMirrorArgs'] mirror: (Updatable) Information used to create the mirror configuration for a management station.
34
- :param pulumi.Input['ManagementStationProxyArgs'] proxy: (Updatable) Information used to create the proxy configuration for a management station.
29
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the Management Station.
30
+ :param pulumi.Input[str] display_name: (Updatable) Management Station name
31
+ :param pulumi.Input[str] hostname: (Updatable) Name of the host
32
+ :param pulumi.Input['ManagementStationMirrorArgs'] mirror: (Updatable) Information for creating a mirror configuration
33
+ :param pulumi.Input['ManagementStationProxyArgs'] proxy: (Updatable) Information for creating a proxy configuration
35
34
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
36
- :param pulumi.Input[str] description: (Updatable) User-specified description of the management station. Avoid entering confidential information.
35
+ :param pulumi.Input[str] description: (Updatable) Details describing the Management Station config.
37
36
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
38
- :param pulumi.Input[int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
39
-
40
-
41
- ** IMPORTANT **
42
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
43
37
  """
44
38
  pulumi.set(__self__, "compartment_id", compartment_id)
45
39
  pulumi.set(__self__, "display_name", display_name)
@@ -52,14 +46,12 @@ class ManagementStationArgs:
52
46
  pulumi.set(__self__, "description", description)
53
47
  if freeform_tags is not None:
54
48
  pulumi.set(__self__, "freeform_tags", freeform_tags)
55
- if refresh_trigger is not None:
56
- pulumi.set(__self__, "refresh_trigger", refresh_trigger)
57
49
 
58
50
  @property
59
51
  @pulumi.getter(name="compartmentId")
60
52
  def compartment_id(self) -> pulumi.Input[str]:
61
53
  """
62
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
54
+ The OCID of the tenancy containing the Management Station.
63
55
  """
64
56
  return pulumi.get(self, "compartment_id")
65
57
 
@@ -71,7 +63,7 @@ class ManagementStationArgs:
71
63
  @pulumi.getter(name="displayName")
72
64
  def display_name(self) -> pulumi.Input[str]:
73
65
  """
74
- (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
66
+ (Updatable) Management Station name
75
67
  """
76
68
  return pulumi.get(self, "display_name")
77
69
 
@@ -83,7 +75,7 @@ class ManagementStationArgs:
83
75
  @pulumi.getter
84
76
  def hostname(self) -> pulumi.Input[str]:
85
77
  """
86
- (Updatable) Hostname of the management station.
78
+ (Updatable) Name of the host
87
79
  """
88
80
  return pulumi.get(self, "hostname")
89
81
 
@@ -95,7 +87,7 @@ class ManagementStationArgs:
95
87
  @pulumi.getter
96
88
  def mirror(self) -> pulumi.Input['ManagementStationMirrorArgs']:
97
89
  """
98
- (Updatable) Information used to create the mirror configuration for a management station.
90
+ (Updatable) Information for creating a mirror configuration
99
91
  """
100
92
  return pulumi.get(self, "mirror")
101
93
 
@@ -107,7 +99,7 @@ class ManagementStationArgs:
107
99
  @pulumi.getter
108
100
  def proxy(self) -> pulumi.Input['ManagementStationProxyArgs']:
109
101
  """
110
- (Updatable) Information used to create the proxy configuration for a management station.
102
+ (Updatable) Information for creating a proxy configuration
111
103
  """
112
104
  return pulumi.get(self, "proxy")
113
105
 
@@ -131,7 +123,7 @@ class ManagementStationArgs:
131
123
  @pulumi.getter
132
124
  def description(self) -> Optional[pulumi.Input[str]]:
133
125
  """
134
- (Updatable) User-specified description of the management station. Avoid entering confidential information.
126
+ (Updatable) Details describing the Management Station config.
135
127
  """
136
128
  return pulumi.get(self, "description")
137
129
 
@@ -151,22 +143,6 @@ class ManagementStationArgs:
151
143
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
152
144
  pulumi.set(self, "freeform_tags", value)
153
145
 
154
- @property
155
- @pulumi.getter(name="refreshTrigger")
156
- def refresh_trigger(self) -> Optional[pulumi.Input[int]]:
157
- """
158
- (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
159
-
160
-
161
- ** IMPORTANT **
162
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
163
- """
164
- return pulumi.get(self, "refresh_trigger")
165
-
166
- @refresh_trigger.setter
167
- def refresh_trigger(self, value: Optional[pulumi.Input[int]]):
168
- pulumi.set(self, "refresh_trigger", value)
169
-
170
146
 
171
147
  @pulumi.input_type
172
148
  class _ManagementStationState:
@@ -176,7 +152,6 @@ class _ManagementStationState:
176
152
  description: Optional[pulumi.Input[str]] = None,
177
153
  display_name: Optional[pulumi.Input[str]] = None,
178
154
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
179
- healths: Optional[pulumi.Input[Sequence[pulumi.Input['ManagementStationHealthArgs']]]] = None,
180
155
  hostname: Optional[pulumi.Input[str]] = None,
181
156
  managed_instance_id: Optional[pulumi.Input[str]] = None,
182
157
  mirror: Optional[pulumi.Input['ManagementStationMirrorArgs']] = None,
@@ -186,37 +161,30 @@ class _ManagementStationState:
186
161
  overall_state: Optional[pulumi.Input[str]] = None,
187
162
  profile_id: Optional[pulumi.Input[str]] = None,
188
163
  proxy: Optional[pulumi.Input['ManagementStationProxyArgs']] = None,
189
- refresh_trigger: Optional[pulumi.Input[int]] = None,
190
164
  scheduled_job_id: Optional[pulumi.Input[str]] = None,
191
165
  state: Optional[pulumi.Input[str]] = None,
192
166
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
193
167
  total_mirrors: Optional[pulumi.Input[int]] = None):
194
168
  """
195
169
  Input properties used for looking up and filtering ManagementStation resources.
196
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
170
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the Management Station.
197
171
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
198
- :param pulumi.Input[str] description: (Updatable) User-specified description of the management station. Avoid entering confidential information.
199
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
172
+ :param pulumi.Input[str] description: (Updatable) Details describing the Management Station config.
173
+ :param pulumi.Input[str] display_name: (Updatable) Management Station name
200
174
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
201
- :param pulumi.Input[Sequence[pulumi.Input['ManagementStationHealthArgs']]] healths: Overall health information of the management station.
202
- :param pulumi.Input[str] hostname: (Updatable) Hostname of the management station.
203
- :param pulumi.Input[str] managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
204
- :param pulumi.Input['ManagementStationMirrorArgs'] mirror: (Updatable) Information used to create the mirror configuration for a management station.
205
- :param pulumi.Input[int] mirror_capacity: A decimal number representing the amount of mirror capacity used by the sync.
206
- :param pulumi.Input[Sequence[pulumi.Input['ManagementStationMirrorSyncStatusArgs']]] mirror_sync_statuses: Status summary of the mirror sync.
207
- :param pulumi.Input[int] overall_percentage: A decimal number representing the progress of the current mirror sync.
208
- :param pulumi.Input[str] overall_state: Current state of the mirror sync for the management station.
209
- :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile used for the management station.
210
- :param pulumi.Input['ManagementStationProxyArgs'] proxy: (Updatable) Information used to create the proxy configuration for a management station.
211
- :param pulumi.Input[int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
212
-
213
-
214
- ** IMPORTANT **
215
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
216
- :param pulumi.Input[str] scheduled_job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled job for the mirror sync.
217
- :param pulumi.Input[str] state: The current state of the management station.
175
+ :param pulumi.Input[str] hostname: (Updatable) Name of the host
176
+ :param pulumi.Input[str] managed_instance_id: OCID for the Instance associated with the Management Station.
177
+ :param pulumi.Input['ManagementStationMirrorArgs'] mirror: (Updatable) Information for creating a mirror configuration
178
+ :param pulumi.Input[int] mirror_capacity: A decimal number representing the mirror capacity
179
+ :param pulumi.Input[Sequence[pulumi.Input['ManagementStationMirrorSyncStatusArgs']]] mirror_sync_statuses: Status summary of all repos
180
+ :param pulumi.Input[int] overall_percentage: A decimal number representing the completeness percentage
181
+ :param pulumi.Input[str] overall_state: Current state of the mirroring
182
+ :param pulumi.Input[str] profile_id: OCID of the Profile associated with the Station
183
+ :param pulumi.Input['ManagementStationProxyArgs'] proxy: (Updatable) Information for creating a proxy configuration
184
+ :param pulumi.Input[str] scheduled_job_id: OCID of the Scheduled Job for mirror sync
185
+ :param pulumi.Input[str] state: The current state of the Management Station config.
218
186
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
219
- :param pulumi.Input[int] total_mirrors: The number of software sources that the station is mirroring.
187
+ :param pulumi.Input[int] total_mirrors: A decimal number representing the total of repos
220
188
  """
221
189
  if compartment_id is not None:
222
190
  pulumi.set(__self__, "compartment_id", compartment_id)
@@ -228,8 +196,6 @@ class _ManagementStationState:
228
196
  pulumi.set(__self__, "display_name", display_name)
229
197
  if freeform_tags is not None:
230
198
  pulumi.set(__self__, "freeform_tags", freeform_tags)
231
- if healths is not None:
232
- pulumi.set(__self__, "healths", healths)
233
199
  if hostname is not None:
234
200
  pulumi.set(__self__, "hostname", hostname)
235
201
  if managed_instance_id is not None:
@@ -248,8 +214,6 @@ class _ManagementStationState:
248
214
  pulumi.set(__self__, "profile_id", profile_id)
249
215
  if proxy is not None:
250
216
  pulumi.set(__self__, "proxy", proxy)
251
- if refresh_trigger is not None:
252
- pulumi.set(__self__, "refresh_trigger", refresh_trigger)
253
217
  if scheduled_job_id is not None:
254
218
  pulumi.set(__self__, "scheduled_job_id", scheduled_job_id)
255
219
  if state is not None:
@@ -263,7 +227,7 @@ class _ManagementStationState:
263
227
  @pulumi.getter(name="compartmentId")
264
228
  def compartment_id(self) -> Optional[pulumi.Input[str]]:
265
229
  """
266
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
230
+ The OCID of the tenancy containing the Management Station.
267
231
  """
268
232
  return pulumi.get(self, "compartment_id")
269
233
 
@@ -287,7 +251,7 @@ class _ManagementStationState:
287
251
  @pulumi.getter
288
252
  def description(self) -> Optional[pulumi.Input[str]]:
289
253
  """
290
- (Updatable) User-specified description of the management station. Avoid entering confidential information.
254
+ (Updatable) Details describing the Management Station config.
291
255
  """
292
256
  return pulumi.get(self, "description")
293
257
 
@@ -299,7 +263,7 @@ class _ManagementStationState:
299
263
  @pulumi.getter(name="displayName")
300
264
  def display_name(self) -> Optional[pulumi.Input[str]]:
301
265
  """
302
- (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
266
+ (Updatable) Management Station name
303
267
  """
304
268
  return pulumi.get(self, "display_name")
305
269
 
@@ -319,23 +283,11 @@ class _ManagementStationState:
319
283
  def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
320
284
  pulumi.set(self, "freeform_tags", value)
321
285
 
322
- @property
323
- @pulumi.getter
324
- def healths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementStationHealthArgs']]]]:
325
- """
326
- Overall health information of the management station.
327
- """
328
- return pulumi.get(self, "healths")
329
-
330
- @healths.setter
331
- def healths(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ManagementStationHealthArgs']]]]):
332
- pulumi.set(self, "healths", value)
333
-
334
286
  @property
335
287
  @pulumi.getter
336
288
  def hostname(self) -> Optional[pulumi.Input[str]]:
337
289
  """
338
- (Updatable) Hostname of the management station.
290
+ (Updatable) Name of the host
339
291
  """
340
292
  return pulumi.get(self, "hostname")
341
293
 
@@ -347,7 +299,7 @@ class _ManagementStationState:
347
299
  @pulumi.getter(name="managedInstanceId")
348
300
  def managed_instance_id(self) -> Optional[pulumi.Input[str]]:
349
301
  """
350
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
302
+ OCID for the Instance associated with the Management Station.
351
303
  """
352
304
  return pulumi.get(self, "managed_instance_id")
353
305
 
@@ -359,7 +311,7 @@ class _ManagementStationState:
359
311
  @pulumi.getter
360
312
  def mirror(self) -> Optional[pulumi.Input['ManagementStationMirrorArgs']]:
361
313
  """
362
- (Updatable) Information used to create the mirror configuration for a management station.
314
+ (Updatable) Information for creating a mirror configuration
363
315
  """
364
316
  return pulumi.get(self, "mirror")
365
317
 
@@ -371,7 +323,7 @@ class _ManagementStationState:
371
323
  @pulumi.getter(name="mirrorCapacity")
372
324
  def mirror_capacity(self) -> Optional[pulumi.Input[int]]:
373
325
  """
374
- A decimal number representing the amount of mirror capacity used by the sync.
326
+ A decimal number representing the mirror capacity
375
327
  """
376
328
  return pulumi.get(self, "mirror_capacity")
377
329
 
@@ -383,7 +335,7 @@ class _ManagementStationState:
383
335
  @pulumi.getter(name="mirrorSyncStatuses")
384
336
  def mirror_sync_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ManagementStationMirrorSyncStatusArgs']]]]:
385
337
  """
386
- Status summary of the mirror sync.
338
+ Status summary of all repos
387
339
  """
388
340
  return pulumi.get(self, "mirror_sync_statuses")
389
341
 
@@ -395,7 +347,7 @@ class _ManagementStationState:
395
347
  @pulumi.getter(name="overallPercentage")
396
348
  def overall_percentage(self) -> Optional[pulumi.Input[int]]:
397
349
  """
398
- A decimal number representing the progress of the current mirror sync.
350
+ A decimal number representing the completeness percentage
399
351
  """
400
352
  return pulumi.get(self, "overall_percentage")
401
353
 
@@ -407,7 +359,7 @@ class _ManagementStationState:
407
359
  @pulumi.getter(name="overallState")
408
360
  def overall_state(self) -> Optional[pulumi.Input[str]]:
409
361
  """
410
- Current state of the mirror sync for the management station.
362
+ Current state of the mirroring
411
363
  """
412
364
  return pulumi.get(self, "overall_state")
413
365
 
@@ -419,7 +371,7 @@ class _ManagementStationState:
419
371
  @pulumi.getter(name="profileId")
420
372
  def profile_id(self) -> Optional[pulumi.Input[str]]:
421
373
  """
422
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile used for the management station.
374
+ OCID of the Profile associated with the Station
423
375
  """
424
376
  return pulumi.get(self, "profile_id")
425
377
 
@@ -431,7 +383,7 @@ class _ManagementStationState:
431
383
  @pulumi.getter
432
384
  def proxy(self) -> Optional[pulumi.Input['ManagementStationProxyArgs']]:
433
385
  """
434
- (Updatable) Information used to create the proxy configuration for a management station.
386
+ (Updatable) Information for creating a proxy configuration
435
387
  """
436
388
  return pulumi.get(self, "proxy")
437
389
 
@@ -439,27 +391,11 @@ class _ManagementStationState:
439
391
  def proxy(self, value: Optional[pulumi.Input['ManagementStationProxyArgs']]):
440
392
  pulumi.set(self, "proxy", value)
441
393
 
442
- @property
443
- @pulumi.getter(name="refreshTrigger")
444
- def refresh_trigger(self) -> Optional[pulumi.Input[int]]:
445
- """
446
- (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
447
-
448
-
449
- ** IMPORTANT **
450
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
451
- """
452
- return pulumi.get(self, "refresh_trigger")
453
-
454
- @refresh_trigger.setter
455
- def refresh_trigger(self, value: Optional[pulumi.Input[int]]):
456
- pulumi.set(self, "refresh_trigger", value)
457
-
458
394
  @property
459
395
  @pulumi.getter(name="scheduledJobId")
460
396
  def scheduled_job_id(self) -> Optional[pulumi.Input[str]]:
461
397
  """
462
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled job for the mirror sync.
398
+ OCID of the Scheduled Job for mirror sync
463
399
  """
464
400
  return pulumi.get(self, "scheduled_job_id")
465
401
 
@@ -471,7 +407,7 @@ class _ManagementStationState:
471
407
  @pulumi.getter
472
408
  def state(self) -> Optional[pulumi.Input[str]]:
473
409
  """
474
- The current state of the management station.
410
+ The current state of the Management Station config.
475
411
  """
476
412
  return pulumi.get(self, "state")
477
413
 
@@ -495,7 +431,7 @@ class _ManagementStationState:
495
431
  @pulumi.getter(name="totalMirrors")
496
432
  def total_mirrors(self) -> Optional[pulumi.Input[int]]:
497
433
  """
498
- The number of software sources that the station is mirroring.
434
+ A decimal number representing the total of repos
499
435
  """
500
436
  return pulumi.get(self, "total_mirrors")
501
437
 
@@ -517,12 +453,11 @@ class ManagementStation(pulumi.CustomResource):
517
453
  hostname: Optional[pulumi.Input[str]] = None,
518
454
  mirror: Optional[pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']]] = None,
519
455
  proxy: Optional[pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']]] = None,
520
- refresh_trigger: Optional[pulumi.Input[int]] = None,
521
456
  __props__=None):
522
457
  """
523
458
  This resource provides the Management Station resource in Oracle Cloud Infrastructure Os Management Hub service.
524
459
 
525
- Create a management station. You must provide proxy and mirror configuration information.
460
+ Creates a management station.
526
461
 
527
462
  ## Example Usage
528
463
 
@@ -565,19 +500,14 @@ class ManagementStation(pulumi.CustomResource):
565
500
 
566
501
  :param str resource_name: The name of the resource.
567
502
  :param pulumi.ResourceOptions opts: Options for the resource.
568
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
503
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the Management Station.
569
504
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
570
- :param pulumi.Input[str] description: (Updatable) User-specified description of the management station. Avoid entering confidential information.
571
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
505
+ :param pulumi.Input[str] description: (Updatable) Details describing the Management Station config.
506
+ :param pulumi.Input[str] display_name: (Updatable) Management Station name
572
507
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
573
- :param pulumi.Input[str] hostname: (Updatable) Hostname of the management station.
574
- :param pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']] mirror: (Updatable) Information used to create the mirror configuration for a management station.
575
- :param pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']] proxy: (Updatable) Information used to create the proxy configuration for a management station.
576
- :param pulumi.Input[int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
577
-
578
-
579
- ** IMPORTANT **
580
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
508
+ :param pulumi.Input[str] hostname: (Updatable) Name of the host
509
+ :param pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']] mirror: (Updatable) Information for creating a mirror configuration
510
+ :param pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']] proxy: (Updatable) Information for creating a proxy configuration
581
511
  """
582
512
  ...
583
513
  @overload
@@ -588,7 +518,7 @@ class ManagementStation(pulumi.CustomResource):
588
518
  """
589
519
  This resource provides the Management Station resource in Oracle Cloud Infrastructure Os Management Hub service.
590
520
 
591
- Create a management station. You must provide proxy and mirror configuration information.
521
+ Creates a management station.
592
522
 
593
523
  ## Example Usage
594
524
 
@@ -652,7 +582,6 @@ class ManagementStation(pulumi.CustomResource):
652
582
  hostname: Optional[pulumi.Input[str]] = None,
653
583
  mirror: Optional[pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']]] = None,
654
584
  proxy: Optional[pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']]] = None,
655
- refresh_trigger: Optional[pulumi.Input[int]] = None,
656
585
  __props__=None):
657
586
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
658
587
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -680,8 +609,6 @@ class ManagementStation(pulumi.CustomResource):
680
609
  if proxy is None and not opts.urn:
681
610
  raise TypeError("Missing required property 'proxy'")
682
611
  __props__.__dict__["proxy"] = proxy
683
- __props__.__dict__["refresh_trigger"] = refresh_trigger
684
- __props__.__dict__["healths"] = None
685
612
  __props__.__dict__["managed_instance_id"] = None
686
613
  __props__.__dict__["mirror_capacity"] = None
687
614
  __props__.__dict__["mirror_sync_statuses"] = None
@@ -707,7 +634,6 @@ class ManagementStation(pulumi.CustomResource):
707
634
  description: Optional[pulumi.Input[str]] = None,
708
635
  display_name: Optional[pulumi.Input[str]] = None,
709
636
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
710
- healths: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagementStationHealthArgs']]]]] = None,
711
637
  hostname: Optional[pulumi.Input[str]] = None,
712
638
  managed_instance_id: Optional[pulumi.Input[str]] = None,
713
639
  mirror: Optional[pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']]] = None,
@@ -717,7 +643,6 @@ class ManagementStation(pulumi.CustomResource):
717
643
  overall_state: Optional[pulumi.Input[str]] = None,
718
644
  profile_id: Optional[pulumi.Input[str]] = None,
719
645
  proxy: Optional[pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']]] = None,
720
- refresh_trigger: Optional[pulumi.Input[int]] = None,
721
646
  scheduled_job_id: Optional[pulumi.Input[str]] = None,
722
647
  state: Optional[pulumi.Input[str]] = None,
723
648
  system_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
@@ -729,30 +654,24 @@ class ManagementStation(pulumi.CustomResource):
729
654
  :param str resource_name: The unique name of the resulting resource.
730
655
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
731
656
  :param pulumi.ResourceOptions opts: Options for the resource.
732
- :param pulumi.Input[str] compartment_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
657
+ :param pulumi.Input[str] compartment_id: The OCID of the tenancy containing the Management Station.
733
658
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
734
- :param pulumi.Input[str] description: (Updatable) User-specified description of the management station. Avoid entering confidential information.
735
- :param pulumi.Input[str] display_name: (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
659
+ :param pulumi.Input[str] description: (Updatable) Details describing the Management Station config.
660
+ :param pulumi.Input[str] display_name: (Updatable) Management Station name
736
661
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
737
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagementStationHealthArgs']]]] healths: Overall health information of the management station.
738
- :param pulumi.Input[str] hostname: (Updatable) Hostname of the management station.
739
- :param pulumi.Input[str] managed_instance_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
740
- :param pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']] mirror: (Updatable) Information used to create the mirror configuration for a management station.
741
- :param pulumi.Input[int] mirror_capacity: A decimal number representing the amount of mirror capacity used by the sync.
742
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagementStationMirrorSyncStatusArgs']]]] mirror_sync_statuses: Status summary of the mirror sync.
743
- :param pulumi.Input[int] overall_percentage: A decimal number representing the progress of the current mirror sync.
744
- :param pulumi.Input[str] overall_state: Current state of the mirror sync for the management station.
745
- :param pulumi.Input[str] profile_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile used for the management station.
746
- :param pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']] proxy: (Updatable) Information used to create the proxy configuration for a management station.
747
- :param pulumi.Input[int] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
748
-
749
-
750
- ** IMPORTANT **
751
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
752
- :param pulumi.Input[str] scheduled_job_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled job for the mirror sync.
753
- :param pulumi.Input[str] state: The current state of the management station.
662
+ :param pulumi.Input[str] hostname: (Updatable) Name of the host
663
+ :param pulumi.Input[str] managed_instance_id: OCID for the Instance associated with the Management Station.
664
+ :param pulumi.Input[pulumi.InputType['ManagementStationMirrorArgs']] mirror: (Updatable) Information for creating a mirror configuration
665
+ :param pulumi.Input[int] mirror_capacity: A decimal number representing the mirror capacity
666
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ManagementStationMirrorSyncStatusArgs']]]] mirror_sync_statuses: Status summary of all repos
667
+ :param pulumi.Input[int] overall_percentage: A decimal number representing the completeness percentage
668
+ :param pulumi.Input[str] overall_state: Current state of the mirroring
669
+ :param pulumi.Input[str] profile_id: OCID of the Profile associated with the Station
670
+ :param pulumi.Input[pulumi.InputType['ManagementStationProxyArgs']] proxy: (Updatable) Information for creating a proxy configuration
671
+ :param pulumi.Input[str] scheduled_job_id: OCID of the Scheduled Job for mirror sync
672
+ :param pulumi.Input[str] state: The current state of the Management Station config.
754
673
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"orcl-cloud.free-tier-retained": "true"}`
755
- :param pulumi.Input[int] total_mirrors: The number of software sources that the station is mirroring.
674
+ :param pulumi.Input[int] total_mirrors: A decimal number representing the total of repos
756
675
  """
757
676
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
758
677
 
@@ -763,7 +682,6 @@ class ManagementStation(pulumi.CustomResource):
763
682
  __props__.__dict__["description"] = description
764
683
  __props__.__dict__["display_name"] = display_name
765
684
  __props__.__dict__["freeform_tags"] = freeform_tags
766
- __props__.__dict__["healths"] = healths
767
685
  __props__.__dict__["hostname"] = hostname
768
686
  __props__.__dict__["managed_instance_id"] = managed_instance_id
769
687
  __props__.__dict__["mirror"] = mirror
@@ -773,7 +691,6 @@ class ManagementStation(pulumi.CustomResource):
773
691
  __props__.__dict__["overall_state"] = overall_state
774
692
  __props__.__dict__["profile_id"] = profile_id
775
693
  __props__.__dict__["proxy"] = proxy
776
- __props__.__dict__["refresh_trigger"] = refresh_trigger
777
694
  __props__.__dict__["scheduled_job_id"] = scheduled_job_id
778
695
  __props__.__dict__["state"] = state
779
696
  __props__.__dict__["system_tags"] = system_tags
@@ -784,7 +701,7 @@ class ManagementStation(pulumi.CustomResource):
784
701
  @pulumi.getter(name="compartmentId")
785
702
  def compartment_id(self) -> pulumi.Output[str]:
786
703
  """
787
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the management station.
704
+ The OCID of the tenancy containing the Management Station.
788
705
  """
789
706
  return pulumi.get(self, "compartment_id")
790
707
 
@@ -800,7 +717,7 @@ class ManagementStation(pulumi.CustomResource):
800
717
  @pulumi.getter
801
718
  def description(self) -> pulumi.Output[str]:
802
719
  """
803
- (Updatable) User-specified description of the management station. Avoid entering confidential information.
720
+ (Updatable) Details describing the Management Station config.
804
721
  """
805
722
  return pulumi.get(self, "description")
806
723
 
@@ -808,7 +725,7 @@ class ManagementStation(pulumi.CustomResource):
808
725
  @pulumi.getter(name="displayName")
809
726
  def display_name(self) -> pulumi.Output[str]:
810
727
  """
811
- (Updatable) User-friendly name for the management station. Does not have to be unique and you can change the name later. Avoid entering confidential information.
728
+ (Updatable) Management Station name
812
729
  """
813
730
  return pulumi.get(self, "display_name")
814
731
 
@@ -820,19 +737,11 @@ class ManagementStation(pulumi.CustomResource):
820
737
  """
821
738
  return pulumi.get(self, "freeform_tags")
822
739
 
823
- @property
824
- @pulumi.getter
825
- def healths(self) -> pulumi.Output[Sequence['outputs.ManagementStationHealth']]:
826
- """
827
- Overall health information of the management station.
828
- """
829
- return pulumi.get(self, "healths")
830
-
831
740
  @property
832
741
  @pulumi.getter
833
742
  def hostname(self) -> pulumi.Output[str]:
834
743
  """
835
- (Updatable) Hostname of the management station.
744
+ (Updatable) Name of the host
836
745
  """
837
746
  return pulumi.get(self, "hostname")
838
747
 
@@ -840,7 +749,7 @@ class ManagementStation(pulumi.CustomResource):
840
749
  @pulumi.getter(name="managedInstanceId")
841
750
  def managed_instance_id(self) -> pulumi.Output[str]:
842
751
  """
843
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the instance that is acting as the management station.
752
+ OCID for the Instance associated with the Management Station.
844
753
  """
845
754
  return pulumi.get(self, "managed_instance_id")
846
755
 
@@ -848,7 +757,7 @@ class ManagementStation(pulumi.CustomResource):
848
757
  @pulumi.getter
849
758
  def mirror(self) -> pulumi.Output['outputs.ManagementStationMirror']:
850
759
  """
851
- (Updatable) Information used to create the mirror configuration for a management station.
760
+ (Updatable) Information for creating a mirror configuration
852
761
  """
853
762
  return pulumi.get(self, "mirror")
854
763
 
@@ -856,7 +765,7 @@ class ManagementStation(pulumi.CustomResource):
856
765
  @pulumi.getter(name="mirrorCapacity")
857
766
  def mirror_capacity(self) -> pulumi.Output[int]:
858
767
  """
859
- A decimal number representing the amount of mirror capacity used by the sync.
768
+ A decimal number representing the mirror capacity
860
769
  """
861
770
  return pulumi.get(self, "mirror_capacity")
862
771
 
@@ -864,7 +773,7 @@ class ManagementStation(pulumi.CustomResource):
864
773
  @pulumi.getter(name="mirrorSyncStatuses")
865
774
  def mirror_sync_statuses(self) -> pulumi.Output[Sequence['outputs.ManagementStationMirrorSyncStatus']]:
866
775
  """
867
- Status summary of the mirror sync.
776
+ Status summary of all repos
868
777
  """
869
778
  return pulumi.get(self, "mirror_sync_statuses")
870
779
 
@@ -872,7 +781,7 @@ class ManagementStation(pulumi.CustomResource):
872
781
  @pulumi.getter(name="overallPercentage")
873
782
  def overall_percentage(self) -> pulumi.Output[int]:
874
783
  """
875
- A decimal number representing the progress of the current mirror sync.
784
+ A decimal number representing the completeness percentage
876
785
  """
877
786
  return pulumi.get(self, "overall_percentage")
878
787
 
@@ -880,7 +789,7 @@ class ManagementStation(pulumi.CustomResource):
880
789
  @pulumi.getter(name="overallState")
881
790
  def overall_state(self) -> pulumi.Output[str]:
882
791
  """
883
- Current state of the mirror sync for the management station.
792
+ Current state of the mirroring
884
793
  """
885
794
  return pulumi.get(self, "overall_state")
886
795
 
@@ -888,7 +797,7 @@ class ManagementStation(pulumi.CustomResource):
888
797
  @pulumi.getter(name="profileId")
889
798
  def profile_id(self) -> pulumi.Output[str]:
890
799
  """
891
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the registration profile used for the management station.
800
+ OCID of the Profile associated with the Station
892
801
  """
893
802
  return pulumi.get(self, "profile_id")
894
803
 
@@ -896,27 +805,15 @@ class ManagementStation(pulumi.CustomResource):
896
805
  @pulumi.getter
897
806
  def proxy(self) -> pulumi.Output['outputs.ManagementStationProxy']:
898
807
  """
899
- (Updatable) Information used to create the proxy configuration for a management station.
808
+ (Updatable) Information for creating a proxy configuration
900
809
  """
901
810
  return pulumi.get(self, "proxy")
902
811
 
903
- @property
904
- @pulumi.getter(name="refreshTrigger")
905
- def refresh_trigger(self) -> pulumi.Output[Optional[int]]:
906
- """
907
- (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
908
-
909
-
910
- ** IMPORTANT **
911
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
912
- """
913
- return pulumi.get(self, "refresh_trigger")
914
-
915
812
  @property
916
813
  @pulumi.getter(name="scheduledJobId")
917
814
  def scheduled_job_id(self) -> pulumi.Output[str]:
918
815
  """
919
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the scheduled job for the mirror sync.
816
+ OCID of the Scheduled Job for mirror sync
920
817
  """
921
818
  return pulumi.get(self, "scheduled_job_id")
922
819
 
@@ -924,7 +821,7 @@ class ManagementStation(pulumi.CustomResource):
924
821
  @pulumi.getter
925
822
  def state(self) -> pulumi.Output[str]:
926
823
  """
927
- The current state of the management station.
824
+ The current state of the Management Station config.
928
825
  """
929
826
  return pulumi.get(self, "state")
930
827
 
@@ -940,7 +837,7 @@ class ManagementStation(pulumi.CustomResource):
940
837
  @pulumi.getter(name="totalMirrors")
941
838
  def total_mirrors(self) -> pulumi.Output[int]:
942
839
  """
943
- The number of software sources that the station is mirroring.
840
+ A decimal number representing the total of repos
944
841
  """
945
842
  return pulumi.get(self, "total_mirrors")
946
843