pulumi-oci 2.12.0a1728593306__py3-none-any.whl → 2.13.0__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.
- pulumi_oci/__init__.py +169 -19
- pulumi_oci/analytics/analytics_instance.py +54 -5
- pulumi_oci/analytics/get_analytics_instance.py +18 -4
- pulumi_oci/analytics/outputs.py +12 -1
- pulumi_oci/containerengine/_inputs.py +341 -0
- pulumi_oci/containerengine/cluster.py +64 -0
- pulumi_oci/containerengine/get_cluster.py +12 -1
- pulumi_oci/containerengine/outputs.py +582 -0
- pulumi_oci/core/_inputs.py +947 -196
- pulumi_oci/core/boot_volume.py +90 -5
- pulumi_oci/core/cluster_network.py +7 -7
- pulumi_oci/core/get_block_volume_replica.py +15 -1
- pulumi_oci/core/get_boot_volume.py +15 -4
- pulumi_oci/core/get_boot_volume_replica.py +15 -1
- pulumi_oci/core/get_instance.py +29 -1
- pulumi_oci/core/get_vcn.py +15 -1
- pulumi_oci/core/get_vnic.py +15 -1
- pulumi_oci/core/get_volume.py +18 -4
- pulumi_oci/core/instance.py +87 -0
- pulumi_oci/core/instance_configuration.py +16 -0
- pulumi_oci/core/ipsec.py +183 -23
- pulumi_oci/core/network_security_group_security_rule.py +2 -2
- pulumi_oci/core/outputs.py +1282 -153
- pulumi_oci/core/service_gateway.py +13 -7
- pulumi_oci/core/vcn.py +65 -23
- pulumi_oci/core/virtual_network.py +35 -1
- pulumi_oci/core/vnic_attachment.py +2 -0
- pulumi_oci/core/volume.py +110 -12
- pulumi_oci/core/volume_backup_policy_assignment.py +68 -19
- pulumi_oci/core/volume_group.py +56 -5
- pulumi_oci/database/_inputs.py +905 -27
- pulumi_oci/database/autonomous_database.py +48 -28
- pulumi_oci/database/autonomous_database_backup.py +12 -12
- pulumi_oci/database/autonomous_exadata_infrastructure.py +2 -0
- pulumi_oci/database/autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/backup.py +12 -12
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +2 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +2 -0
- pulumi_oci/database/cloud_vm_cluster.py +71 -0
- pulumi_oci/database/database.py +15 -15
- pulumi_oci/database/database_upgrade.py +12 -12
- pulumi_oci/database/db_system.py +9 -9
- pulumi_oci/database/exadata_infrastructure.py +2 -0
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +18 -4
- pulumi_oci/database/get_autonomous_database_backup.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +88 -5
- pulumi_oci/database/get_cloud_vm_cluster.py +15 -1
- pulumi_oci/database/get_database.py +3 -3
- pulumi_oci/database/get_pluggable_database.py +12 -1
- pulumi_oci/database/get_vm_cluster.py +15 -1
- pulumi_oci/database/outputs.py +1431 -74
- pulumi_oci/database/pluggable_database.py +34 -0
- pulumi_oci/database/vm_cluster.py +71 -0
- pulumi_oci/database/vm_cluster_add_virtual_network.py +28 -0
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +28 -0
- pulumi_oci/datasafe/__init__.py +13 -0
- pulumi_oci/datasafe/_inputs.py +441 -0
- pulumi_oci/datasafe/generate_on_prem_connector_configuration.py +271 -0
- pulumi_oci/datasafe/get_reports.py +23 -1
- pulumi_oci/datasafe/get_sql_collection.py +392 -0
- pulumi_oci/datasafe/get_sql_collection_analytics.py +309 -0
- pulumi_oci/datasafe/get_sql_collection_log_insights.py +207 -0
- pulumi_oci/datasafe/get_sql_collections.py +364 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +337 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql_analytics.py +250 -0
- pulumi_oci/datasafe/get_sql_firewall_allowed_sqls.py +234 -0
- pulumi_oci/datasafe/get_sql_firewall_policies.py +386 -0
- pulumi_oci/datasafe/get_sql_firewall_policy.py +393 -0
- pulumi_oci/datasafe/get_sql_firewall_policy_analytics.py +305 -0
- pulumi_oci/datasafe/get_sql_firewall_violation_analytics.py +306 -0
- pulumi_oci/datasafe/get_sql_firewall_violations.py +208 -0
- pulumi_oci/datasafe/outputs.py +1808 -2
- pulumi_oci/desktops/_inputs.py +395 -17
- pulumi_oci/desktops/desktop_pool.py +253 -21
- pulumi_oci/desktops/get_desktop_pool.py +62 -5
- pulumi_oci/desktops/outputs.py +807 -25
- pulumi_oci/dns/__init__.py +2 -0
- pulumi_oci/dns/_inputs.py +1157 -12
- pulumi_oci/dns/action_create_zone_from_zone_file.py +42 -2
- pulumi_oci/dns/get_records.py +45 -13
- pulumi_oci/dns/get_resolver.py +8 -6
- pulumi_oci/dns/get_resolver_endpoint.py +8 -6
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +12 -12
- pulumi_oci/dns/get_rrset.py +16 -16
- pulumi_oci/dns/get_rrsets.py +12 -10
- pulumi_oci/dns/get_view.py +8 -4
- pulumi_oci/dns/get_views.py +12 -12
- pulumi_oci/dns/get_zones.py +33 -13
- pulumi_oci/dns/outputs.py +1388 -79
- pulumi_oci/dns/record.py +12 -12
- pulumi_oci/dns/resolver.py +7 -7
- pulumi_oci/dns/resolver_endpoint.py +2 -2
- pulumi_oci/dns/rrset.py +50 -41
- pulumi_oci/dns/zone.py +176 -17
- pulumi_oci/dns/zone_promote_dnssec_key_version.py +328 -0
- pulumi_oci/dns/zone_stage_dnssec_key_version.py +318 -0
- pulumi_oci/fleetappsmanagement/__init__.py +43 -0
- pulumi_oci/fleetappsmanagement/_inputs.py +2057 -0
- pulumi_oci/fleetappsmanagement/fleet.py +955 -0
- pulumi_oci/fleetappsmanagement/fleet_credential.py +615 -0
- pulumi_oci/fleetappsmanagement/fleet_property.py +585 -0
- pulumi_oci/fleetappsmanagement/fleet_resource.py +851 -0
- pulumi_oci/fleetappsmanagement/get_announcements.py +166 -0
- pulumi_oci/fleetappsmanagement/get_fleet.py +394 -0
- pulumi_oci/fleetappsmanagement/get_fleet_compliance_report.py +164 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credential.py +273 -0
- pulumi_oci/fleetappsmanagement/get_fleet_credentials.py +240 -0
- pulumi_oci/fleetappsmanagement/get_fleet_products.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleet_properties.py +218 -0
- pulumi_oci/fleetappsmanagement/get_fleet_property.py +286 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resource.py +398 -0
- pulumi_oci/fleetappsmanagement/get_fleet_resources.py +237 -0
- pulumi_oci/fleetappsmanagement/get_fleet_targets.py +232 -0
- pulumi_oci/fleetappsmanagement/get_fleets.py +284 -0
- pulumi_oci/fleetappsmanagement/get_inventory_resources.py +311 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_window.py +365 -0
- pulumi_oci/fleetappsmanagement/get_maintenance_windows.py +199 -0
- pulumi_oci/fleetappsmanagement/get_onboarding_policies.py +123 -0
- pulumi_oci/fleetappsmanagement/get_onboardings.py +177 -0
- pulumi_oci/fleetappsmanagement/get_properties.py +221 -0
- pulumi_oci/fleetappsmanagement/get_property.py +323 -0
- pulumi_oci/fleetappsmanagement/get_runbook.py +377 -0
- pulumi_oci/fleetappsmanagement/get_runbooks.py +284 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition.py +436 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definition_scheduled_fleets.py +185 -0
- pulumi_oci/fleetappsmanagement/get_scheduler_definitions.py +262 -0
- pulumi_oci/fleetappsmanagement/get_task_record.py +307 -0
- pulumi_oci/fleetappsmanagement/get_task_records.py +240 -0
- pulumi_oci/fleetappsmanagement/maintenance_window.py +935 -0
- pulumi_oci/fleetappsmanagement/onboarding.py +477 -0
- pulumi_oci/fleetappsmanagement/outputs.py +8128 -0
- pulumi_oci/fleetappsmanagement/property.py +697 -0
- pulumi_oci/fleetappsmanagement/scheduler_definition.py +1035 -0
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +15 -1
- pulumi_oci/functions/outputs.py +11 -0
- pulumi_oci/fusionapps/_inputs.py +21 -20
- pulumi_oci/fusionapps/fusion_environment.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +21 -22
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +48 -51
- pulumi_oci/fusionapps/outputs.py +11 -10
- pulumi_oci/goldengate/__init__.py +1 -0
- pulumi_oci/goldengate/_inputs.py +165 -0
- pulumi_oci/goldengate/connection.py +49 -35
- pulumi_oci/goldengate/database_registration.py +7 -7
- pulumi_oci/goldengate/deployment.py +79 -4
- pulumi_oci/goldengate/get_deployment.py +30 -2
- pulumi_oci/goldengate/get_deployment_environments.py +144 -0
- pulumi_oci/goldengate/outputs.py +409 -2
- pulumi_oci/integration/__init__.py +1 -0
- pulumi_oci/integration/_inputs.py +289 -2
- pulumi_oci/integration/get_integration_instance.py +65 -1
- pulumi_oci/integration/integration_instance.py +172 -0
- pulumi_oci/integration/oracle_managed_custom_endpoint.py +307 -0
- pulumi_oci/integration/outputs.py +587 -19
- pulumi_oci/loadbalancer/_inputs.py +20 -0
- pulumi_oci/loadbalancer/listener.py +4 -2
- pulumi_oci/loadbalancer/outputs.py +16 -2
- pulumi_oci/monitoring/_inputs.py +137 -16
- pulumi_oci/monitoring/alarm_suppression.py +164 -35
- pulumi_oci/monitoring/get_alarm_statuses.py +5 -3
- pulumi_oci/monitoring/get_alarm_suppression.py +33 -3
- pulumi_oci/monitoring/get_alarm_suppressions.py +137 -14
- pulumi_oci/monitoring/outputs.py +291 -18
- pulumi_oci/mysql/mysql_db_system.py +7 -7
- pulumi_oci/objectstorage/__init__.py +3 -0
- pulumi_oci/objectstorage/_inputs.py +97 -0
- pulumi_oci/objectstorage/get_object_versions.py +6 -6
- pulumi_oci/objectstorage/get_objects.py +6 -6
- pulumi_oci/objectstorage/get_private_endpoint.py +263 -0
- pulumi_oci/objectstorage/get_private_endpoint_summaries.py +128 -0
- pulumi_oci/objectstorage/outputs.py +258 -0
- pulumi_oci/objectstorage/private_endpoint.py +630 -0
- pulumi_oci/objectstorage/storage_object.py +7 -7
- pulumi_oci/opsi/_inputs.py +268 -114
- pulumi_oci/opsi/database_insight.py +162 -21
- pulumi_oci/opsi/exadata_insight.py +44 -0
- pulumi_oci/opsi/get_database_insight.py +40 -1
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/host_insight.py +0 -48
- pulumi_oci/opsi/outputs.py +405 -109
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/securityattribute/__init__.py +15 -0
- pulumi_oci/securityattribute/_inputs.py +209 -0
- pulumi_oci/securityattribute/get_security_attribute.py +262 -0
- pulumi_oci/securityattribute/get_security_attribute_namespace.py +253 -0
- pulumi_oci/securityattribute/get_security_attribute_namespaces.py +210 -0
- pulumi_oci/securityattribute/get_security_attributes.py +169 -0
- pulumi_oci/securityattribute/outputs.py +466 -0
- pulumi_oci/securityattribute/security_attribute.py +588 -0
- pulumi_oci/securityattribute/security_attribute_namespace.py +609 -0
- pulumi_oci/stackmonitoring/__init__.py +5 -0
- pulumi_oci/stackmonitoring/_inputs.py +330 -0
- pulumi_oci/stackmonitoring/get_maintenance_window.py +254 -0
- pulumi_oci/stackmonitoring/get_maintenance_windows.py +210 -0
- pulumi_oci/stackmonitoring/maintenance_window.py +551 -0
- pulumi_oci/stackmonitoring/maintenance_windows_retry_failed_operation.py +217 -0
- pulumi_oci/stackmonitoring/maintenance_windows_stop.py +217 -0
- pulumi_oci/stackmonitoring/outputs.py +603 -0
- pulumi_oci/{globallydistributeddatabase → zpr}/__init__.py +5 -6
- pulumi_oci/zpr/_inputs.py +79 -0
- pulumi_oci/zpr/configuration.py +516 -0
- pulumi_oci/zpr/get_configuration.py +230 -0
- pulumi_oci/zpr/get_zpr_policies.py +191 -0
- pulumi_oci/zpr/get_zpr_policy.py +264 -0
- pulumi_oci/zpr/outputs.py +203 -0
- pulumi_oci/zpr/zpr_policy.py +614 -0
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/RECORD +212 -142
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/WHEEL +1 -1
- pulumi_oci/globallydistributeddatabase/_inputs.py +0 -1289
- pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +0 -323
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +0 -191
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +0 -660
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +0 -191
- pulumi_oci/globallydistributeddatabase/outputs.py +0 -2063
- pulumi_oci/globallydistributeddatabase/private_endpoint.py +0 -747
- pulumi_oci/globallydistributeddatabase/sharded_database.py +0 -1821
- {pulumi_oci-2.12.0a1728593306.dist-info → pulumi_oci-2.13.0.dist-info}/top_level.txt +0 -0
@@ -22,6 +22,9 @@ __all__ = [
|
|
22
22
|
'DiscoveryJobDiscoveryDetailsCredentialsItemProperties',
|
23
23
|
'DiscoveryJobDiscoveryDetailsProperties',
|
24
24
|
'DiscoveryJobDiscoveryDetailsTags',
|
25
|
+
'MaintenanceWindowResource',
|
26
|
+
'MaintenanceWindowResourcesDetail',
|
27
|
+
'MaintenanceWindowSchedule',
|
25
28
|
'MetricExtensionEnabledOnResource',
|
26
29
|
'MetricExtensionMetricList',
|
27
30
|
'MetricExtensionQueryProperties',
|
@@ -75,6 +78,13 @@ __all__ = [
|
|
75
78
|
'GetDiscoveryJobsDiscoveryJobCollectionResult',
|
76
79
|
'GetDiscoveryJobsDiscoveryJobCollectionItemResult',
|
77
80
|
'GetDiscoveryJobsFilterResult',
|
81
|
+
'GetMaintenanceWindowResourceResult',
|
82
|
+
'GetMaintenanceWindowResourcesDetailResult',
|
83
|
+
'GetMaintenanceWindowScheduleResult',
|
84
|
+
'GetMaintenanceWindowsFilterResult',
|
85
|
+
'GetMaintenanceWindowsMaintenanceWindowCollectionResult',
|
86
|
+
'GetMaintenanceWindowsMaintenanceWindowCollectionItemResult',
|
87
|
+
'GetMaintenanceWindowsMaintenanceWindowCollectionItemScheduleResult',
|
78
88
|
'GetMetricExtensionEnabledOnResourceResult',
|
79
89
|
'GetMetricExtensionMetricListResult',
|
80
90
|
'GetMetricExtensionQueryPropertyResult',
|
@@ -429,6 +439,228 @@ class DiscoveryJobDiscoveryDetailsTags(dict):
|
|
429
439
|
return pulumi.get(self, "properties_map")
|
430
440
|
|
431
441
|
|
442
|
+
@pulumi.output_type
|
443
|
+
class MaintenanceWindowResource(dict):
|
444
|
+
@staticmethod
|
445
|
+
def __key_warning(key: str):
|
446
|
+
suggest = None
|
447
|
+
if key == "resourceId":
|
448
|
+
suggest = "resource_id"
|
449
|
+
elif key == "areMembersIncluded":
|
450
|
+
suggest = "are_members_included"
|
451
|
+
|
452
|
+
if suggest:
|
453
|
+
pulumi.log.warn(f"Key '{key}' not found in MaintenanceWindowResource. Access the value via the '{suggest}' property getter instead.")
|
454
|
+
|
455
|
+
def __getitem__(self, key: str) -> Any:
|
456
|
+
MaintenanceWindowResource.__key_warning(key)
|
457
|
+
return super().__getitem__(key)
|
458
|
+
|
459
|
+
def get(self, key: str, default = None) -> Any:
|
460
|
+
MaintenanceWindowResource.__key_warning(key)
|
461
|
+
return super().get(key, default)
|
462
|
+
|
463
|
+
def __init__(__self__, *,
|
464
|
+
resource_id: str,
|
465
|
+
are_members_included: Optional[bool] = None):
|
466
|
+
"""
|
467
|
+
:param str resource_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
468
|
+
:param bool are_members_included: (Updatable) Flag to indicate if the members of the resource has to be include in the Maintenance Window.
|
469
|
+
"""
|
470
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
471
|
+
if are_members_included is not None:
|
472
|
+
pulumi.set(__self__, "are_members_included", are_members_included)
|
473
|
+
|
474
|
+
@property
|
475
|
+
@pulumi.getter(name="resourceId")
|
476
|
+
def resource_id(self) -> str:
|
477
|
+
"""
|
478
|
+
(Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
479
|
+
"""
|
480
|
+
return pulumi.get(self, "resource_id")
|
481
|
+
|
482
|
+
@property
|
483
|
+
@pulumi.getter(name="areMembersIncluded")
|
484
|
+
def are_members_included(self) -> Optional[bool]:
|
485
|
+
"""
|
486
|
+
(Updatable) Flag to indicate if the members of the resource has to be include in the Maintenance Window.
|
487
|
+
"""
|
488
|
+
return pulumi.get(self, "are_members_included")
|
489
|
+
|
490
|
+
|
491
|
+
@pulumi.output_type
|
492
|
+
class MaintenanceWindowResourcesDetail(dict):
|
493
|
+
@staticmethod
|
494
|
+
def __key_warning(key: str):
|
495
|
+
suggest = None
|
496
|
+
if key == "numberOfMembers":
|
497
|
+
suggest = "number_of_members"
|
498
|
+
elif key == "resourceId":
|
499
|
+
suggest = "resource_id"
|
500
|
+
|
501
|
+
if suggest:
|
502
|
+
pulumi.log.warn(f"Key '{key}' not found in MaintenanceWindowResourcesDetail. Access the value via the '{suggest}' property getter instead.")
|
503
|
+
|
504
|
+
def __getitem__(self, key: str) -> Any:
|
505
|
+
MaintenanceWindowResourcesDetail.__key_warning(key)
|
506
|
+
return super().__getitem__(key)
|
507
|
+
|
508
|
+
def get(self, key: str, default = None) -> Any:
|
509
|
+
MaintenanceWindowResourcesDetail.__key_warning(key)
|
510
|
+
return super().get(key, default)
|
511
|
+
|
512
|
+
def __init__(__self__, *,
|
513
|
+
name: Optional[str] = None,
|
514
|
+
number_of_members: Optional[int] = None,
|
515
|
+
resource_id: Optional[str] = None,
|
516
|
+
type: Optional[str] = None):
|
517
|
+
"""
|
518
|
+
:param str name: Maintenance Window name.
|
519
|
+
:param int number_of_members: Number of members of the resource
|
520
|
+
:param str resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
521
|
+
:param str type: Type of the monitored resource
|
522
|
+
"""
|
523
|
+
if name is not None:
|
524
|
+
pulumi.set(__self__, "name", name)
|
525
|
+
if number_of_members is not None:
|
526
|
+
pulumi.set(__self__, "number_of_members", number_of_members)
|
527
|
+
if resource_id is not None:
|
528
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
529
|
+
if type is not None:
|
530
|
+
pulumi.set(__self__, "type", type)
|
531
|
+
|
532
|
+
@property
|
533
|
+
@pulumi.getter
|
534
|
+
def name(self) -> Optional[str]:
|
535
|
+
"""
|
536
|
+
Maintenance Window name.
|
537
|
+
"""
|
538
|
+
return pulumi.get(self, "name")
|
539
|
+
|
540
|
+
@property
|
541
|
+
@pulumi.getter(name="numberOfMembers")
|
542
|
+
def number_of_members(self) -> Optional[int]:
|
543
|
+
"""
|
544
|
+
Number of members of the resource
|
545
|
+
"""
|
546
|
+
return pulumi.get(self, "number_of_members")
|
547
|
+
|
548
|
+
@property
|
549
|
+
@pulumi.getter(name="resourceId")
|
550
|
+
def resource_id(self) -> Optional[str]:
|
551
|
+
"""
|
552
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
553
|
+
"""
|
554
|
+
return pulumi.get(self, "resource_id")
|
555
|
+
|
556
|
+
@property
|
557
|
+
@pulumi.getter
|
558
|
+
def type(self) -> Optional[str]:
|
559
|
+
"""
|
560
|
+
Type of the monitored resource
|
561
|
+
"""
|
562
|
+
return pulumi.get(self, "type")
|
563
|
+
|
564
|
+
|
565
|
+
@pulumi.output_type
|
566
|
+
class MaintenanceWindowSchedule(dict):
|
567
|
+
@staticmethod
|
568
|
+
def __key_warning(key: str):
|
569
|
+
suggest = None
|
570
|
+
if key == "scheduleType":
|
571
|
+
suggest = "schedule_type"
|
572
|
+
elif key == "maintenanceWindowDuration":
|
573
|
+
suggest = "maintenance_window_duration"
|
574
|
+
elif key == "maintenanceWindowRecurrences":
|
575
|
+
suggest = "maintenance_window_recurrences"
|
576
|
+
elif key == "timeMaintenanceWindowEnd":
|
577
|
+
suggest = "time_maintenance_window_end"
|
578
|
+
elif key == "timeMaintenanceWindowStart":
|
579
|
+
suggest = "time_maintenance_window_start"
|
580
|
+
|
581
|
+
if suggest:
|
582
|
+
pulumi.log.warn(f"Key '{key}' not found in MaintenanceWindowSchedule. Access the value via the '{suggest}' property getter instead.")
|
583
|
+
|
584
|
+
def __getitem__(self, key: str) -> Any:
|
585
|
+
MaintenanceWindowSchedule.__key_warning(key)
|
586
|
+
return super().__getitem__(key)
|
587
|
+
|
588
|
+
def get(self, key: str, default = None) -> Any:
|
589
|
+
MaintenanceWindowSchedule.__key_warning(key)
|
590
|
+
return super().get(key, default)
|
591
|
+
|
592
|
+
def __init__(__self__, *,
|
593
|
+
schedule_type: str,
|
594
|
+
maintenance_window_duration: Optional[str] = None,
|
595
|
+
maintenance_window_recurrences: Optional[str] = None,
|
596
|
+
time_maintenance_window_end: Optional[str] = None,
|
597
|
+
time_maintenance_window_start: Optional[str] = None):
|
598
|
+
"""
|
599
|
+
:param str schedule_type: (Updatable) Property to identify the type of the Maintenance Window.
|
600
|
+
:param str maintenance_window_duration: (Updatable) Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
|
601
|
+
:param str maintenance_window_recurrences: (Updatable) A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after `timeMaintenanceWindowStart` value. BYMINUTE: Specifies the start minute of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 Other Rules are not supported.
|
602
|
+
:param str time_maintenance_window_end: (Updatable) Start time of Maintenance window. A RFC3339 formatted datetime string
|
603
|
+
:param str time_maintenance_window_start: (Updatable) Start time of Maintenance window. A RFC3339 formatted datetime string
|
604
|
+
|
605
|
+
|
606
|
+
** IMPORTANT **
|
607
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
608
|
+
"""
|
609
|
+
pulumi.set(__self__, "schedule_type", schedule_type)
|
610
|
+
if maintenance_window_duration is not None:
|
611
|
+
pulumi.set(__self__, "maintenance_window_duration", maintenance_window_duration)
|
612
|
+
if maintenance_window_recurrences is not None:
|
613
|
+
pulumi.set(__self__, "maintenance_window_recurrences", maintenance_window_recurrences)
|
614
|
+
if time_maintenance_window_end is not None:
|
615
|
+
pulumi.set(__self__, "time_maintenance_window_end", time_maintenance_window_end)
|
616
|
+
if time_maintenance_window_start is not None:
|
617
|
+
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
618
|
+
|
619
|
+
@property
|
620
|
+
@pulumi.getter(name="scheduleType")
|
621
|
+
def schedule_type(self) -> str:
|
622
|
+
"""
|
623
|
+
(Updatable) Property to identify the type of the Maintenance Window.
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "schedule_type")
|
626
|
+
|
627
|
+
@property
|
628
|
+
@pulumi.getter(name="maintenanceWindowDuration")
|
629
|
+
def maintenance_window_duration(self) -> Optional[str]:
|
630
|
+
"""
|
631
|
+
(Updatable) Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
|
632
|
+
"""
|
633
|
+
return pulumi.get(self, "maintenance_window_duration")
|
634
|
+
|
635
|
+
@property
|
636
|
+
@pulumi.getter(name="maintenanceWindowRecurrences")
|
637
|
+
def maintenance_window_recurrences(self) -> Optional[str]:
|
638
|
+
"""
|
639
|
+
(Updatable) A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after `timeMaintenanceWindowStart` value. BYMINUTE: Specifies the start minute of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 Other Rules are not supported.
|
640
|
+
"""
|
641
|
+
return pulumi.get(self, "maintenance_window_recurrences")
|
642
|
+
|
643
|
+
@property
|
644
|
+
@pulumi.getter(name="timeMaintenanceWindowEnd")
|
645
|
+
def time_maintenance_window_end(self) -> Optional[str]:
|
646
|
+
"""
|
647
|
+
(Updatable) Start time of Maintenance window. A RFC3339 formatted datetime string
|
648
|
+
"""
|
649
|
+
return pulumi.get(self, "time_maintenance_window_end")
|
650
|
+
|
651
|
+
@property
|
652
|
+
@pulumi.getter(name="timeMaintenanceWindowStart")
|
653
|
+
def time_maintenance_window_start(self) -> Optional[str]:
|
654
|
+
"""
|
655
|
+
(Updatable) Start time of Maintenance window. A RFC3339 formatted datetime string
|
656
|
+
|
657
|
+
|
658
|
+
** IMPORTANT **
|
659
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
660
|
+
"""
|
661
|
+
return pulumi.get(self, "time_maintenance_window_start")
|
662
|
+
|
663
|
+
|
432
664
|
@pulumi.output_type
|
433
665
|
class MetricExtensionEnabledOnResource(dict):
|
434
666
|
@staticmethod
|
@@ -4113,6 +4345,377 @@ class GetDiscoveryJobsFilterResult(dict):
|
|
4113
4345
|
return pulumi.get(self, "regex")
|
4114
4346
|
|
4115
4347
|
|
4348
|
+
@pulumi.output_type
|
4349
|
+
class GetMaintenanceWindowResourceResult(dict):
|
4350
|
+
def __init__(__self__, *,
|
4351
|
+
are_members_included: bool,
|
4352
|
+
resource_id: str):
|
4353
|
+
"""
|
4354
|
+
:param bool are_members_included: Flag to indicate if the members of the resource has to be include in the Maintenance Window.
|
4355
|
+
:param str resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
4356
|
+
"""
|
4357
|
+
pulumi.set(__self__, "are_members_included", are_members_included)
|
4358
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
4359
|
+
|
4360
|
+
@property
|
4361
|
+
@pulumi.getter(name="areMembersIncluded")
|
4362
|
+
def are_members_included(self) -> bool:
|
4363
|
+
"""
|
4364
|
+
Flag to indicate if the members of the resource has to be include in the Maintenance Window.
|
4365
|
+
"""
|
4366
|
+
return pulumi.get(self, "are_members_included")
|
4367
|
+
|
4368
|
+
@property
|
4369
|
+
@pulumi.getter(name="resourceId")
|
4370
|
+
def resource_id(self) -> str:
|
4371
|
+
"""
|
4372
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
4373
|
+
"""
|
4374
|
+
return pulumi.get(self, "resource_id")
|
4375
|
+
|
4376
|
+
|
4377
|
+
@pulumi.output_type
|
4378
|
+
class GetMaintenanceWindowResourcesDetailResult(dict):
|
4379
|
+
def __init__(__self__, *,
|
4380
|
+
name: str,
|
4381
|
+
number_of_members: int,
|
4382
|
+
resource_id: str,
|
4383
|
+
type: str):
|
4384
|
+
"""
|
4385
|
+
:param str name: Name of the monitored resource
|
4386
|
+
:param int number_of_members: Number of members of the resource
|
4387
|
+
:param str resource_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
4388
|
+
:param str type: Type of the monitored resource
|
4389
|
+
"""
|
4390
|
+
pulumi.set(__self__, "name", name)
|
4391
|
+
pulumi.set(__self__, "number_of_members", number_of_members)
|
4392
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
4393
|
+
pulumi.set(__self__, "type", type)
|
4394
|
+
|
4395
|
+
@property
|
4396
|
+
@pulumi.getter
|
4397
|
+
def name(self) -> str:
|
4398
|
+
"""
|
4399
|
+
Name of the monitored resource
|
4400
|
+
"""
|
4401
|
+
return pulumi.get(self, "name")
|
4402
|
+
|
4403
|
+
@property
|
4404
|
+
@pulumi.getter(name="numberOfMembers")
|
4405
|
+
def number_of_members(self) -> int:
|
4406
|
+
"""
|
4407
|
+
Number of members of the resource
|
4408
|
+
"""
|
4409
|
+
return pulumi.get(self, "number_of_members")
|
4410
|
+
|
4411
|
+
@property
|
4412
|
+
@pulumi.getter(name="resourceId")
|
4413
|
+
def resource_id(self) -> str:
|
4414
|
+
"""
|
4415
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of monitored resource part of the Maintenance window.
|
4416
|
+
"""
|
4417
|
+
return pulumi.get(self, "resource_id")
|
4418
|
+
|
4419
|
+
@property
|
4420
|
+
@pulumi.getter
|
4421
|
+
def type(self) -> str:
|
4422
|
+
"""
|
4423
|
+
Type of the monitored resource
|
4424
|
+
"""
|
4425
|
+
return pulumi.get(self, "type")
|
4426
|
+
|
4427
|
+
|
4428
|
+
@pulumi.output_type
|
4429
|
+
class GetMaintenanceWindowScheduleResult(dict):
|
4430
|
+
def __init__(__self__, *,
|
4431
|
+
maintenance_window_duration: str,
|
4432
|
+
maintenance_window_recurrences: str,
|
4433
|
+
schedule_type: str,
|
4434
|
+
time_maintenance_window_end: str,
|
4435
|
+
time_maintenance_window_start: str):
|
4436
|
+
"""
|
4437
|
+
:param str maintenance_window_duration: Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
|
4438
|
+
:param str maintenance_window_recurrences: A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after `timeMaintenanceWindowStart` value. BYMINUTE: Specifies the start minute of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 Other Rules are not supported.
|
4439
|
+
:param str schedule_type: Property to identify the type of the Maintenance Window.
|
4440
|
+
:param str time_maintenance_window_end: Start time of Maintenance window. A RFC3339 formatted datetime string
|
4441
|
+
:param str time_maintenance_window_start: Start time of Maintenance window. A RFC3339 formatted datetime string
|
4442
|
+
"""
|
4443
|
+
pulumi.set(__self__, "maintenance_window_duration", maintenance_window_duration)
|
4444
|
+
pulumi.set(__self__, "maintenance_window_recurrences", maintenance_window_recurrences)
|
4445
|
+
pulumi.set(__self__, "schedule_type", schedule_type)
|
4446
|
+
pulumi.set(__self__, "time_maintenance_window_end", time_maintenance_window_end)
|
4447
|
+
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
4448
|
+
|
4449
|
+
@property
|
4450
|
+
@pulumi.getter(name="maintenanceWindowDuration")
|
4451
|
+
def maintenance_window_duration(self) -> str:
|
4452
|
+
"""
|
4453
|
+
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
|
4454
|
+
"""
|
4455
|
+
return pulumi.get(self, "maintenance_window_duration")
|
4456
|
+
|
4457
|
+
@property
|
4458
|
+
@pulumi.getter(name="maintenanceWindowRecurrences")
|
4459
|
+
def maintenance_window_recurrences(self) -> str:
|
4460
|
+
"""
|
4461
|
+
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after `timeMaintenanceWindowStart` value. BYMINUTE: Specifies the start minute of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 Other Rules are not supported.
|
4462
|
+
"""
|
4463
|
+
return pulumi.get(self, "maintenance_window_recurrences")
|
4464
|
+
|
4465
|
+
@property
|
4466
|
+
@pulumi.getter(name="scheduleType")
|
4467
|
+
def schedule_type(self) -> str:
|
4468
|
+
"""
|
4469
|
+
Property to identify the type of the Maintenance Window.
|
4470
|
+
"""
|
4471
|
+
return pulumi.get(self, "schedule_type")
|
4472
|
+
|
4473
|
+
@property
|
4474
|
+
@pulumi.getter(name="timeMaintenanceWindowEnd")
|
4475
|
+
def time_maintenance_window_end(self) -> str:
|
4476
|
+
"""
|
4477
|
+
Start time of Maintenance window. A RFC3339 formatted datetime string
|
4478
|
+
"""
|
4479
|
+
return pulumi.get(self, "time_maintenance_window_end")
|
4480
|
+
|
4481
|
+
@property
|
4482
|
+
@pulumi.getter(name="timeMaintenanceWindowStart")
|
4483
|
+
def time_maintenance_window_start(self) -> str:
|
4484
|
+
"""
|
4485
|
+
Start time of Maintenance window. A RFC3339 formatted datetime string
|
4486
|
+
"""
|
4487
|
+
return pulumi.get(self, "time_maintenance_window_start")
|
4488
|
+
|
4489
|
+
|
4490
|
+
@pulumi.output_type
|
4491
|
+
class GetMaintenanceWindowsFilterResult(dict):
|
4492
|
+
def __init__(__self__, *,
|
4493
|
+
name: str,
|
4494
|
+
values: Sequence[str],
|
4495
|
+
regex: Optional[bool] = None):
|
4496
|
+
"""
|
4497
|
+
:param str name: A filter to return maintenance windows that match exact resource name.
|
4498
|
+
"""
|
4499
|
+
pulumi.set(__self__, "name", name)
|
4500
|
+
pulumi.set(__self__, "values", values)
|
4501
|
+
if regex is not None:
|
4502
|
+
pulumi.set(__self__, "regex", regex)
|
4503
|
+
|
4504
|
+
@property
|
4505
|
+
@pulumi.getter
|
4506
|
+
def name(self) -> str:
|
4507
|
+
"""
|
4508
|
+
A filter to return maintenance windows that match exact resource name.
|
4509
|
+
"""
|
4510
|
+
return pulumi.get(self, "name")
|
4511
|
+
|
4512
|
+
@property
|
4513
|
+
@pulumi.getter
|
4514
|
+
def values(self) -> Sequence[str]:
|
4515
|
+
return pulumi.get(self, "values")
|
4516
|
+
|
4517
|
+
@property
|
4518
|
+
@pulumi.getter
|
4519
|
+
def regex(self) -> Optional[bool]:
|
4520
|
+
return pulumi.get(self, "regex")
|
4521
|
+
|
4522
|
+
|
4523
|
+
@pulumi.output_type
|
4524
|
+
class GetMaintenanceWindowsMaintenanceWindowCollectionResult(dict):
|
4525
|
+
def __init__(__self__, *,
|
4526
|
+
items: Sequence['outputs.GetMaintenanceWindowsMaintenanceWindowCollectionItemResult']):
|
4527
|
+
pulumi.set(__self__, "items", items)
|
4528
|
+
|
4529
|
+
@property
|
4530
|
+
@pulumi.getter
|
4531
|
+
def items(self) -> Sequence['outputs.GetMaintenanceWindowsMaintenanceWindowCollectionItemResult']:
|
4532
|
+
return pulumi.get(self, "items")
|
4533
|
+
|
4534
|
+
|
4535
|
+
@pulumi.output_type
|
4536
|
+
class GetMaintenanceWindowsMaintenanceWindowCollectionItemResult(dict):
|
4537
|
+
def __init__(__self__, *,
|
4538
|
+
compartment_id: str,
|
4539
|
+
defined_tags: Mapping[str, str],
|
4540
|
+
freeform_tags: Mapping[str, str],
|
4541
|
+
id: str,
|
4542
|
+
lifecycle_details: str,
|
4543
|
+
lifecycle_state: str,
|
4544
|
+
name: str,
|
4545
|
+
number_of_resources: int,
|
4546
|
+
operation_status: str,
|
4547
|
+
operation_type: str,
|
4548
|
+
schedules: Sequence['outputs.GetMaintenanceWindowsMaintenanceWindowCollectionItemScheduleResult'],
|
4549
|
+
state: str,
|
4550
|
+
system_tags: Mapping[str, str]):
|
4551
|
+
"""
|
4552
|
+
:param str compartment_id: The ID of the compartment in which data is listed.
|
4553
|
+
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of maintenance window.
|
4554
|
+
:param str lifecycle_details: A filter to return maintenance windows with matching lifecycleDetails.
|
4555
|
+
:param str name: A filter to return maintenance windows that match exact resource name.
|
4556
|
+
:param Sequence['GetMaintenanceWindowsMaintenanceWindowCollectionItemScheduleArgs'] schedules: Schedule information of the Maintenance Window
|
4557
|
+
:param str state: Lifecycle state of the monitored resource.
|
4558
|
+
"""
|
4559
|
+
pulumi.set(__self__, "compartment_id", compartment_id)
|
4560
|
+
pulumi.set(__self__, "defined_tags", defined_tags)
|
4561
|
+
pulumi.set(__self__, "freeform_tags", freeform_tags)
|
4562
|
+
pulumi.set(__self__, "id", id)
|
4563
|
+
pulumi.set(__self__, "lifecycle_details", lifecycle_details)
|
4564
|
+
pulumi.set(__self__, "lifecycle_state", lifecycle_state)
|
4565
|
+
pulumi.set(__self__, "name", name)
|
4566
|
+
pulumi.set(__self__, "number_of_resources", number_of_resources)
|
4567
|
+
pulumi.set(__self__, "operation_status", operation_status)
|
4568
|
+
pulumi.set(__self__, "operation_type", operation_type)
|
4569
|
+
pulumi.set(__self__, "schedules", schedules)
|
4570
|
+
pulumi.set(__self__, "state", state)
|
4571
|
+
pulumi.set(__self__, "system_tags", system_tags)
|
4572
|
+
|
4573
|
+
@property
|
4574
|
+
@pulumi.getter(name="compartmentId")
|
4575
|
+
def compartment_id(self) -> str:
|
4576
|
+
"""
|
4577
|
+
The ID of the compartment in which data is listed.
|
4578
|
+
"""
|
4579
|
+
return pulumi.get(self, "compartment_id")
|
4580
|
+
|
4581
|
+
@property
|
4582
|
+
@pulumi.getter(name="definedTags")
|
4583
|
+
def defined_tags(self) -> Mapping[str, str]:
|
4584
|
+
return pulumi.get(self, "defined_tags")
|
4585
|
+
|
4586
|
+
@property
|
4587
|
+
@pulumi.getter(name="freeformTags")
|
4588
|
+
def freeform_tags(self) -> Mapping[str, str]:
|
4589
|
+
return pulumi.get(self, "freeform_tags")
|
4590
|
+
|
4591
|
+
@property
|
4592
|
+
@pulumi.getter
|
4593
|
+
def id(self) -> str:
|
4594
|
+
"""
|
4595
|
+
The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of maintenance window.
|
4596
|
+
"""
|
4597
|
+
return pulumi.get(self, "id")
|
4598
|
+
|
4599
|
+
@property
|
4600
|
+
@pulumi.getter(name="lifecycleDetails")
|
4601
|
+
def lifecycle_details(self) -> str:
|
4602
|
+
"""
|
4603
|
+
A filter to return maintenance windows with matching lifecycleDetails.
|
4604
|
+
"""
|
4605
|
+
return pulumi.get(self, "lifecycle_details")
|
4606
|
+
|
4607
|
+
@property
|
4608
|
+
@pulumi.getter(name="lifecycleState")
|
4609
|
+
def lifecycle_state(self) -> str:
|
4610
|
+
return pulumi.get(self, "lifecycle_state")
|
4611
|
+
|
4612
|
+
@property
|
4613
|
+
@pulumi.getter
|
4614
|
+
def name(self) -> str:
|
4615
|
+
"""
|
4616
|
+
A filter to return maintenance windows that match exact resource name.
|
4617
|
+
"""
|
4618
|
+
return pulumi.get(self, "name")
|
4619
|
+
|
4620
|
+
@property
|
4621
|
+
@pulumi.getter(name="numberOfResources")
|
4622
|
+
def number_of_resources(self) -> int:
|
4623
|
+
return pulumi.get(self, "number_of_resources")
|
4624
|
+
|
4625
|
+
@property
|
4626
|
+
@pulumi.getter(name="operationStatus")
|
4627
|
+
def operation_status(self) -> str:
|
4628
|
+
return pulumi.get(self, "operation_status")
|
4629
|
+
|
4630
|
+
@property
|
4631
|
+
@pulumi.getter(name="operationType")
|
4632
|
+
def operation_type(self) -> str:
|
4633
|
+
return pulumi.get(self, "operation_type")
|
4634
|
+
|
4635
|
+
@property
|
4636
|
+
@pulumi.getter
|
4637
|
+
def schedules(self) -> Sequence['outputs.GetMaintenanceWindowsMaintenanceWindowCollectionItemScheduleResult']:
|
4638
|
+
"""
|
4639
|
+
Schedule information of the Maintenance Window
|
4640
|
+
"""
|
4641
|
+
return pulumi.get(self, "schedules")
|
4642
|
+
|
4643
|
+
@property
|
4644
|
+
@pulumi.getter
|
4645
|
+
def state(self) -> str:
|
4646
|
+
"""
|
4647
|
+
Lifecycle state of the monitored resource.
|
4648
|
+
"""
|
4649
|
+
return pulumi.get(self, "state")
|
4650
|
+
|
4651
|
+
@property
|
4652
|
+
@pulumi.getter(name="systemTags")
|
4653
|
+
def system_tags(self) -> Mapping[str, str]:
|
4654
|
+
return pulumi.get(self, "system_tags")
|
4655
|
+
|
4656
|
+
|
4657
|
+
@pulumi.output_type
|
4658
|
+
class GetMaintenanceWindowsMaintenanceWindowCollectionItemScheduleResult(dict):
|
4659
|
+
def __init__(__self__, *,
|
4660
|
+
maintenance_window_duration: str,
|
4661
|
+
maintenance_window_recurrences: str,
|
4662
|
+
schedule_type: str,
|
4663
|
+
time_maintenance_window_end: str,
|
4664
|
+
time_maintenance_window_start: str):
|
4665
|
+
"""
|
4666
|
+
:param str maintenance_window_duration: Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
|
4667
|
+
:param str maintenance_window_recurrences: A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after `timeMaintenanceWindowStart` value. BYMINUTE: Specifies the start minute of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 Other Rules are not supported.
|
4668
|
+
:param str schedule_type: Property to identify the type of the Maintenance Window.
|
4669
|
+
:param str time_maintenance_window_end: Start time of Maintenance window. A RFC3339 formatted datetime string
|
4670
|
+
:param str time_maintenance_window_start: Start time of Maintenance window. A RFC3339 formatted datetime string
|
4671
|
+
"""
|
4672
|
+
pulumi.set(__self__, "maintenance_window_duration", maintenance_window_duration)
|
4673
|
+
pulumi.set(__self__, "maintenance_window_recurrences", maintenance_window_recurrences)
|
4674
|
+
pulumi.set(__self__, "schedule_type", schedule_type)
|
4675
|
+
pulumi.set(__self__, "time_maintenance_window_end", time_maintenance_window_end)
|
4676
|
+
pulumi.set(__self__, "time_maintenance_window_start", time_maintenance_window_start)
|
4677
|
+
|
4678
|
+
@property
|
4679
|
+
@pulumi.getter(name="maintenanceWindowDuration")
|
4680
|
+
def maintenance_window_duration(self) -> str:
|
4681
|
+
"""
|
4682
|
+
Duration time of each recurrence of each Maintenance Window. It must be specified as a string in ISO 8601 extended format.
|
4683
|
+
"""
|
4684
|
+
return pulumi.get(self, "maintenance_window_duration")
|
4685
|
+
|
4686
|
+
@property
|
4687
|
+
@pulumi.getter(name="maintenanceWindowRecurrences")
|
4688
|
+
def maintenance_window_recurrences(self) -> str:
|
4689
|
+
"""
|
4690
|
+
A RFC5545 formatted recurrence string which represents the Maintenance Window Recurrence. Please refer this for details:https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 FREQ: Frequency of the Maintenance Window. The supported values are: DAILY and WEEKLY. BYDAY: Comma separated days for Weekly Maintenance Window. BYHOUR: Specifies the start hour of each recurrence after `timeMaintenanceWindowStart` value. BYMINUTE: Specifies the start minute of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 BYSECOND: Specifies the start second of each reccurrence after `timeMaintenanceWindowStart` value. The default value is 00 Other Rules are not supported.
|
4691
|
+
"""
|
4692
|
+
return pulumi.get(self, "maintenance_window_recurrences")
|
4693
|
+
|
4694
|
+
@property
|
4695
|
+
@pulumi.getter(name="scheduleType")
|
4696
|
+
def schedule_type(self) -> str:
|
4697
|
+
"""
|
4698
|
+
Property to identify the type of the Maintenance Window.
|
4699
|
+
"""
|
4700
|
+
return pulumi.get(self, "schedule_type")
|
4701
|
+
|
4702
|
+
@property
|
4703
|
+
@pulumi.getter(name="timeMaintenanceWindowEnd")
|
4704
|
+
def time_maintenance_window_end(self) -> str:
|
4705
|
+
"""
|
4706
|
+
Start time of Maintenance window. A RFC3339 formatted datetime string
|
4707
|
+
"""
|
4708
|
+
return pulumi.get(self, "time_maintenance_window_end")
|
4709
|
+
|
4710
|
+
@property
|
4711
|
+
@pulumi.getter(name="timeMaintenanceWindowStart")
|
4712
|
+
def time_maintenance_window_start(self) -> str:
|
4713
|
+
"""
|
4714
|
+
Start time of Maintenance window. A RFC3339 formatted datetime string
|
4715
|
+
"""
|
4716
|
+
return pulumi.get(self, "time_maintenance_window_start")
|
4717
|
+
|
4718
|
+
|
4116
4719
|
@pulumi.output_type
|
4117
4720
|
class GetMetricExtensionEnabledOnResourceResult(dict):
|
4118
4721
|
def __init__(__self__, *,
|
@@ -5,11 +5,10 @@
|
|
5
5
|
from .. import _utilities
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
|
-
from .
|
9
|
-
from .
|
10
|
-
from .
|
11
|
-
from .
|
12
|
-
from .
|
13
|
-
from .sharded_database import *
|
8
|
+
from .configuration import *
|
9
|
+
from .get_configuration import *
|
10
|
+
from .get_zpr_policies import *
|
11
|
+
from .get_zpr_policy import *
|
12
|
+
from .zpr_policy import *
|
14
13
|
from ._inputs import *
|
15
14
|
from . import outputs
|