pulumi-digitalocean 4.40.1__tar.gz → 4.40.2__tar.gz
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_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/PKG-INFO +1 -1
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/_inputs.py +9 -9
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/custom_image.py +7 -7
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_cluster.py +14 -14
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/dns_record.py +2 -2
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/droplet.py +21 -21
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_load_balancer.py +12 -1
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/load_balancer.py +1 -1
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/monitor_alert.py +2 -6
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/outputs.py +6 -6
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/pulumi-plugin.json +1 -1
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/uptime_alert.py +4 -4
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/uptime_check.py +2 -2
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/vpc.py +2 -2
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/PKG-INFO +1 -1
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pyproject.toml +1 -1
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/README.md +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/__init__.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/_enums.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/_utilities.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/app.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/cdn.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/certificate.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/config/__init__.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/config/__init__.pyi +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/config/vars.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/container_registry.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/container_registry_docker_credentials.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_connection_pool.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_db.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_firewall.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_kafka_config.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_kafka_topic.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_mongodb_config.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_mysql_config.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_opensearch_config.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_postgresql_config.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_redis_config.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_replica.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_user.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/domain.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/droplet_autoscale.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/droplet_snapshot.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/firewall.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/floating_ip.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/floating_ip_assignment.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_account.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_app.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_certificate.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_container_registry.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_ca.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_cluster.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_connection_pool.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_replica.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_user.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_domain.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_domains.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_droplet.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_droplet_autoscale.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_droplet_snapshot.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_droplets.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_firewall.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_floating_ip.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_image.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_images.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_kubernetes_cluster.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_kubernetes_versions.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_project.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_projects.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_record.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_records.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_region.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_regions.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_reserved_ip.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_reserved_ipv6.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_sizes.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_spaces_bucket.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_spaces_bucket_object.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_spaces_bucket_objects.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_spaces_buckets.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_ssh_key.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_ssh_keys.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_tag.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_tags.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_volume.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_volume_snapshot.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_vpc.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_vpc_peering.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/kubernetes_cluster.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/kubernetes_node_pool.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/project.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/project_resources.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/provider.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/py.typed +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/reserved_ip.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/reserved_ip_assignment.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/reserved_ipv6.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/reserved_ipv6_assignment.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/spaces_bucket.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/spaces_bucket_cors_configuration.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/spaces_bucket_object.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/spaces_bucket_policy.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/ssh_key.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/tag.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/volume.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/volume_attachment.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/volume_snapshot.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/vpc_peering.py +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/SOURCES.txt +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/dependency_links.txt +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/requires.txt +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/top_level.txt +0 -0
- {pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/setup.cfg +0 -0
|
@@ -3085,7 +3085,7 @@ if not MYPY:
|
|
|
3085
3085
|
"""
|
|
3086
3086
|
instance_size_slug: NotRequired[pulumi.Input[str]]
|
|
3087
3087
|
"""
|
|
3088
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
3088
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
3089
3089
|
"""
|
|
3090
3090
|
kind: NotRequired[pulumi.Input[str]]
|
|
3091
3091
|
"""
|
|
@@ -3148,7 +3148,7 @@ class AppSpecJobArgs:
|
|
|
3148
3148
|
:param pulumi.Input['AppSpecJobGitlabArgs'] gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
3149
3149
|
:param pulumi.Input['AppSpecJobImageArgs'] image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
3150
3150
|
:param pulumi.Input[int] instance_count: The amount of instances that this component should be scaled to.
|
|
3151
|
-
:param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
3151
|
+
:param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
3152
3152
|
:param pulumi.Input[str] kind: The type of job and when it will be run during the deployment process. It may be one of:
|
|
3153
3153
|
- `UNSPECIFIED`: Default job type, will auto-complete to POST_DEPLOY kind.
|
|
3154
3154
|
- `PRE_DEPLOY`: Indicates a job that runs before an app deployment.
|
|
@@ -3343,7 +3343,7 @@ class AppSpecJobArgs:
|
|
|
3343
3343
|
@pulumi.getter(name="instanceSizeSlug")
|
|
3344
3344
|
def instance_size_slug(self) -> Optional[pulumi.Input[str]]:
|
|
3345
3345
|
"""
|
|
3346
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
3346
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
3347
3347
|
"""
|
|
3348
3348
|
return pulumi.get(self, "instance_size_slug")
|
|
3349
3349
|
|
|
@@ -4539,7 +4539,7 @@ if not MYPY:
|
|
|
4539
4539
|
"""
|
|
4540
4540
|
instance_size_slug: NotRequired[pulumi.Input[str]]
|
|
4541
4541
|
"""
|
|
4542
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
4542
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
4543
4543
|
"""
|
|
4544
4544
|
internal_ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
|
4545
4545
|
"""
|
|
@@ -4611,7 +4611,7 @@ class AppSpecServiceArgs:
|
|
|
4611
4611
|
:param pulumi.Input[int] http_port: The internal port on which this service's run command will listen.
|
|
4612
4612
|
:param pulumi.Input['AppSpecServiceImageArgs'] image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
4613
4613
|
:param pulumi.Input[int] instance_count: The amount of instances that this component should be scaled to.
|
|
4614
|
-
:param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
4614
|
+
:param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
4615
4615
|
:param pulumi.Input[Sequence[pulumi.Input[int]]] internal_ports: A list of ports on which this service will listen for internal traffic.
|
|
4616
4616
|
:param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceLogDestinationArgs']]] log_destinations: Describes a log forwarding destination.
|
|
4617
4617
|
:param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceRouteArgs']]] routes: An HTTP paths that should be routed to this component.
|
|
@@ -4868,7 +4868,7 @@ class AppSpecServiceArgs:
|
|
|
4868
4868
|
@pulumi.getter(name="instanceSizeSlug")
|
|
4869
4869
|
def instance_size_slug(self) -> Optional[pulumi.Input[str]]:
|
|
4870
4870
|
"""
|
|
4871
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
4871
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
4872
4872
|
"""
|
|
4873
4873
|
return pulumi.get(self, "instance_size_slug")
|
|
4874
4874
|
|
|
@@ -7590,7 +7590,7 @@ if not MYPY:
|
|
|
7590
7590
|
"""
|
|
7591
7591
|
instance_size_slug: NotRequired[pulumi.Input[str]]
|
|
7592
7592
|
"""
|
|
7593
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
7593
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
7594
7594
|
"""
|
|
7595
7595
|
log_destinations: NotRequired[pulumi.Input[Sequence[pulumi.Input['AppSpecWorkerLogDestinationArgsDict']]]]
|
|
7596
7596
|
"""
|
|
@@ -7646,7 +7646,7 @@ class AppSpecWorkerArgs:
|
|
|
7646
7646
|
:param pulumi.Input['AppSpecWorkerGitlabArgs'] gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
7647
7647
|
:param pulumi.Input['AppSpecWorkerImageArgs'] image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
7648
7648
|
:param pulumi.Input[int] instance_count: The amount of instances that this component should be scaled to.
|
|
7649
|
-
:param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
7649
|
+
:param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
7650
7650
|
:param pulumi.Input[Sequence[pulumi.Input['AppSpecWorkerLogDestinationArgs']]] log_destinations: Describes a log forwarding destination.
|
|
7651
7651
|
:param pulumi.Input[str] run_command: An optional run command to override the component's default.
|
|
7652
7652
|
:param pulumi.Input[str] source_dir: An optional path to the working directory to use for the build.
|
|
@@ -7848,7 +7848,7 @@ class AppSpecWorkerArgs:
|
|
|
7848
7848
|
@pulumi.getter(name="instanceSizeSlug")
|
|
7849
7849
|
def instance_size_slug(self) -> Optional[pulumi.Input[str]]:
|
|
7850
7850
|
"""
|
|
7851
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
7851
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
7852
7852
|
"""
|
|
7853
7853
|
return pulumi.get(self, "instance_size_slug")
|
|
7854
7854
|
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/custom_image.py
RENAMED
|
@@ -30,7 +30,7 @@ class CustomImageArgs:
|
|
|
30
30
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] regions: A list of regions. (Currently only one is supported).
|
|
31
31
|
:param pulumi.Input[str] url: A URL from which the custom Linux virtual machine image may be retrieved.
|
|
32
32
|
:param pulumi.Input[str] description: An optional description for the image.
|
|
33
|
-
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
33
|
+
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
34
34
|
:param pulumi.Input[str] name: A name for the Custom Image.
|
|
35
35
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of optional tags for the image.
|
|
36
36
|
"""
|
|
@@ -85,7 +85,7 @@ class CustomImageArgs:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def distribution(self) -> Optional[pulumi.Input[str]]:
|
|
87
87
|
"""
|
|
88
|
-
An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
88
|
+
An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "distribution")
|
|
91
91
|
|
|
@@ -139,7 +139,7 @@ class _CustomImageState:
|
|
|
139
139
|
Input properties used for looking up and filtering CustomImage resources.
|
|
140
140
|
:param pulumi.Input[str] created_at: A time value given in ISO8601 combined date and time format that represents when the image was created.
|
|
141
141
|
:param pulumi.Input[str] description: An optional description for the image.
|
|
142
|
-
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
142
|
+
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
143
143
|
:param pulumi.Input[int] image_id: A unique number that can be used to identify and reference a specific image.
|
|
144
144
|
:param pulumi.Input[int] min_disk_size: The minimum disk size in GB required for a Droplet to use this image.
|
|
145
145
|
:param pulumi.Input[str] name: A name for the Custom Image.
|
|
@@ -209,7 +209,7 @@ class _CustomImageState:
|
|
|
209
209
|
@pulumi.getter
|
|
210
210
|
def distribution(self) -> Optional[pulumi.Input[str]]:
|
|
211
211
|
"""
|
|
212
|
-
An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
212
|
+
An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
213
213
|
"""
|
|
214
214
|
return pulumi.get(self, "distribution")
|
|
215
215
|
|
|
@@ -396,7 +396,7 @@ class CustomImage(pulumi.CustomResource):
|
|
|
396
396
|
:param str resource_name: The name of the resource.
|
|
397
397
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
398
398
|
:param pulumi.Input[str] description: An optional description for the image.
|
|
399
|
-
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
399
|
+
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
400
400
|
:param pulumi.Input[str] name: A name for the Custom Image.
|
|
401
401
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] regions: A list of regions. (Currently only one is supported).
|
|
402
402
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of optional tags for the image.
|
|
@@ -520,7 +520,7 @@ class CustomImage(pulumi.CustomResource):
|
|
|
520
520
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
521
521
|
:param pulumi.Input[str] created_at: A time value given in ISO8601 combined date and time format that represents when the image was created.
|
|
522
522
|
:param pulumi.Input[str] description: An optional description for the image.
|
|
523
|
-
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
523
|
+
:param pulumi.Input[str] distribution: An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
524
524
|
:param pulumi.Input[int] image_id: A unique number that can be used to identify and reference a specific image.
|
|
525
525
|
:param pulumi.Input[int] min_disk_size: The minimum disk size in GB required for a Droplet to use this image.
|
|
526
526
|
:param pulumi.Input[str] name: A name for the Custom Image.
|
|
@@ -573,7 +573,7 @@ class CustomImage(pulumi.CustomResource):
|
|
|
573
573
|
@pulumi.getter
|
|
574
574
|
def distribution(self) -> pulumi.Output[Optional[str]]:
|
|
575
575
|
"""
|
|
576
|
-
An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/
|
|
576
|
+
An optional distribution name for the image. Valid values are documented [here](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images/operation/images_create_custom)
|
|
577
577
|
"""
|
|
578
578
|
return pulumi.get(self, "distribution")
|
|
579
579
|
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_cluster.py
RENAMED
|
@@ -41,7 +41,7 @@ class DatabaseClusterArgs:
|
|
|
41
41
|
:param pulumi.Input[str] engine: Database engine used by the cluster (ex. `pg` for PostgreSQL, `mysql` for MySQL, `redis` for Redis, `mongodb` for MongoDB, or `kafka` for Kafka).
|
|
42
42
|
:param pulumi.Input[int] node_count: Number of nodes that will be included in the cluster. For `kafka` clusters, this must be 3.
|
|
43
43
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
44
|
-
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
44
|
+
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
45
45
|
:param pulumi.Input[str] eviction_policy: A string specifying the eviction policy for a Redis cluster. Valid values are: `noeviction`, `allkeys_lru`, `allkeys_random`, `volatile_lru`, `volatile_random`, or `volatile_ttl`.
|
|
46
46
|
:param pulumi.Input[Sequence[pulumi.Input['DatabaseClusterMaintenanceWindowArgs']]] maintenance_windows: Defines when the automatic maintenance should be performed for the database cluster.
|
|
47
47
|
:param pulumi.Input[str] name: The name of the database cluster.
|
|
@@ -51,7 +51,7 @@ class DatabaseClusterArgs:
|
|
|
51
51
|
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostgreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
52
52
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
53
53
|
:param pulumi.Input[str] version: Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
54
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
54
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
55
55
|
"""
|
|
56
56
|
pulumi.set(__self__, "engine", engine)
|
|
57
57
|
pulumi.set(__self__, "node_count", node_count)
|
|
@@ -118,7 +118,7 @@ class DatabaseClusterArgs:
|
|
|
118
118
|
@pulumi.getter
|
|
119
119
|
def size(self) -> pulumi.Input[Union[str, 'DatabaseSlug']]:
|
|
120
120
|
"""
|
|
121
|
-
Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
121
|
+
Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "size")
|
|
124
124
|
|
|
@@ -236,7 +236,7 @@ class DatabaseClusterArgs:
|
|
|
236
236
|
def version(self) -> Optional[pulumi.Input[str]]:
|
|
237
237
|
"""
|
|
238
238
|
Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
239
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
239
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
240
240
|
"""
|
|
241
241
|
return pulumi.get(self, "version")
|
|
242
242
|
|
|
@@ -294,7 +294,7 @@ class _DatabaseClusterState:
|
|
|
294
294
|
:param pulumi.Input[str] private_uri: Same as `uri`, but only accessible from resources within the account and in the same region.
|
|
295
295
|
:param pulumi.Input[str] project_id: The ID of the project that the database cluster is assigned to. If excluded when creating a new database cluster, it will be assigned to your default project.
|
|
296
296
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
297
|
-
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
297
|
+
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
298
298
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
299
299
|
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostgreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
300
300
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
@@ -307,7 +307,7 @@ class _DatabaseClusterState:
|
|
|
307
307
|
:param pulumi.Input[str] uri: The full URI for connecting to the database cluster.
|
|
308
308
|
:param pulumi.Input[str] user: Username for the cluster's default user.
|
|
309
309
|
:param pulumi.Input[str] version: Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
310
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
310
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
311
311
|
"""
|
|
312
312
|
if backup_restore is not None:
|
|
313
313
|
pulumi.set(__self__, "backup_restore", backup_restore)
|
|
@@ -561,7 +561,7 @@ class _DatabaseClusterState:
|
|
|
561
561
|
@pulumi.getter
|
|
562
562
|
def size(self) -> Optional[pulumi.Input[Union[str, 'DatabaseSlug']]]:
|
|
563
563
|
"""
|
|
564
|
-
Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
564
|
+
Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
565
565
|
"""
|
|
566
566
|
return pulumi.get(self, "size")
|
|
567
567
|
|
|
@@ -706,7 +706,7 @@ class _DatabaseClusterState:
|
|
|
706
706
|
def version(self) -> Optional[pulumi.Input[str]]:
|
|
707
707
|
"""
|
|
708
708
|
Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
709
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
709
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
710
710
|
"""
|
|
711
711
|
return pulumi.get(self, "version")
|
|
712
712
|
|
|
@@ -870,12 +870,12 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
870
870
|
:param pulumi.Input[str] private_network_uuid: The ID of the VPC where the database cluster will be located.
|
|
871
871
|
:param pulumi.Input[str] project_id: The ID of the project that the database cluster is assigned to. If excluded when creating a new database cluster, it will be assigned to your default project.
|
|
872
872
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
873
|
-
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
873
|
+
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
874
874
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
875
875
|
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostgreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
876
876
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
877
877
|
:param pulumi.Input[str] version: Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
878
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
878
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
879
879
|
"""
|
|
880
880
|
...
|
|
881
881
|
@overload
|
|
@@ -1146,7 +1146,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1146
1146
|
:param pulumi.Input[str] private_uri: Same as `uri`, but only accessible from resources within the account and in the same region.
|
|
1147
1147
|
:param pulumi.Input[str] project_id: The ID of the project that the database cluster is assigned to. If excluded when creating a new database cluster, it will be assigned to your default project.
|
|
1148
1148
|
:param pulumi.Input[Union[str, 'Region']] region: DigitalOcean region where the cluster will reside.
|
|
1149
|
-
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
1149
|
+
:param pulumi.Input[Union[str, 'DatabaseSlug']] size: Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
1150
1150
|
:param pulumi.Input[str] sql_mode: A comma separated string specifying the SQL modes for a MySQL cluster.
|
|
1151
1151
|
:param pulumi.Input[str] storage_size_mib: Defines the disk size, in MiB, allocated to the cluster. This can be adjusted on MySQL and PostgreSQL clusters based on predefined ranges for each slug/droplet size.
|
|
1152
1152
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the database cluster.
|
|
@@ -1159,7 +1159,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1159
1159
|
:param pulumi.Input[str] uri: The full URI for connecting to the database cluster.
|
|
1160
1160
|
:param pulumi.Input[str] user: Username for the cluster's default user.
|
|
1161
1161
|
:param pulumi.Input[str] version: Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
1162
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
1162
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
1163
1163
|
"""
|
|
1164
1164
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
1165
1165
|
|
|
@@ -1325,7 +1325,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1325
1325
|
@pulumi.getter
|
|
1326
1326
|
def size(self) -> pulumi.Output[str]:
|
|
1327
1327
|
"""
|
|
1328
|
-
Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See
|
|
1328
|
+
Database Droplet size associated with the cluster (ex. `db-s-1vcpu-1gb`). See the DigitalOcean API for a [list of valid size slugs](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_list_options).
|
|
1329
1329
|
"""
|
|
1330
1330
|
return pulumi.get(self, "size")
|
|
1331
1331
|
|
|
@@ -1422,7 +1422,7 @@ class DatabaseCluster(pulumi.CustomResource):
|
|
|
1422
1422
|
def version(self) -> pulumi.Output[Optional[str]]:
|
|
1423
1423
|
"""
|
|
1424
1424
|
Engine version used by the cluster (ex. `14` for PostgreSQL 14).
|
|
1425
|
-
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/
|
|
1425
|
+
When this value is changed, a call to the [Upgrade major Version for a Database](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Databases/operation/databases_update_major_version) API operation is made with the new version.
|
|
1426
1426
|
"""
|
|
1427
1427
|
return pulumi.get(self, "version")
|
|
1428
1428
|
|
|
@@ -417,7 +417,7 @@ class DnsRecord(pulumi.CustomResource):
|
|
|
417
417
|
$ pulumi import digitalocean:index/dnsRecord:DnsRecord example_record example.com,12345678
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
~> You find the `id` of the records [using the DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
420
|
+
~> You find the `id` of the records [using the DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Domain-Records/operation/domains_list_records) or CLI. Run the follow command to list the IDs for all DNS records on a domain: `doctl compute domain records list <domain.name>`
|
|
421
421
|
|
|
422
422
|
:param str resource_name: The name of the resource.
|
|
423
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
@@ -473,7 +473,7 @@ class DnsRecord(pulumi.CustomResource):
|
|
|
473
473
|
$ pulumi import digitalocean:index/dnsRecord:DnsRecord example_record example.com,12345678
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
~> You find the `id` of the records [using the DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
476
|
+
~> You find the `id` of the records [using the DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Domain-Records/operation/domains_list_records) or CLI. Run the follow command to list the IDs for all DNS records on a domain: `doctl compute domain records list <domain.name>`
|
|
477
477
|
|
|
478
478
|
:param str resource_name: The name of the resource.
|
|
479
479
|
:param DnsRecordArgs args: The arguments to use to populate this resource's properties.
|
|
@@ -42,8 +42,8 @@ class DropletArgs:
|
|
|
42
42
|
vpc_uuid: Optional[pulumi.Input[str]] = None):
|
|
43
43
|
"""
|
|
44
44
|
The set of arguments for constructing a Droplet resource.
|
|
45
|
-
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
46
|
-
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You
|
|
45
|
+
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
46
|
+
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
47
47
|
:param pulumi.Input['DropletBackupPolicyArgs'] backup_policy: An object specifying the backup policy for the Droplet. If omitted and `backups` is `true`, the backup plan will default to daily.
|
|
48
48
|
:param pulumi.Input[bool] backups: Boolean controlling if backups are made. Defaults to
|
|
49
49
|
false.
|
|
@@ -75,7 +75,7 @@ class DropletArgs:
|
|
|
75
75
|
size is a permanent change**. Increasing only RAM and CPU is reversible.
|
|
76
76
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_keys: A list of SSH key IDs or fingerprints to enable in
|
|
77
77
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
78
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
78
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
79
79
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
80
80
|
be added or removed via this provider. Modifying this field will prompt you
|
|
81
81
|
to destroy and recreate the Droplet.
|
|
@@ -126,7 +126,7 @@ class DropletArgs:
|
|
|
126
126
|
@pulumi.getter
|
|
127
127
|
def image(self) -> pulumi.Input[str]:
|
|
128
128
|
"""
|
|
129
|
-
The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
129
|
+
The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
130
130
|
"""
|
|
131
131
|
return pulumi.get(self, "image")
|
|
132
132
|
|
|
@@ -138,7 +138,7 @@ class DropletArgs:
|
|
|
138
138
|
@pulumi.getter
|
|
139
139
|
def size(self) -> pulumi.Input[Union[str, 'DropletSlug']]:
|
|
140
140
|
"""
|
|
141
|
-
The unique slug that identifies the type of Droplet. You
|
|
141
|
+
The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
142
142
|
"""
|
|
143
143
|
return pulumi.get(self, "size")
|
|
144
144
|
|
|
@@ -303,7 +303,7 @@ class DropletArgs:
|
|
|
303
303
|
"""
|
|
304
304
|
A list of SSH key IDs or fingerprints to enable in
|
|
305
305
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
306
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
306
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
307
307
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
308
308
|
be added or removed via this provider. Modifying this field will prompt you
|
|
309
309
|
to destroy and recreate the Droplet.
|
|
@@ -412,7 +412,7 @@ class _DropletState:
|
|
|
412
412
|
should be gracefully shut down before it is deleted.
|
|
413
413
|
|
|
414
414
|
> **NOTE:** If you use `volume_ids` on a Droplet, this provider will assume management over the full set volumes for the instance, and treat additional volumes as a drift. For this reason, `volume_ids` must not be mixed with external `VolumeAttachment` resources for a given instance.
|
|
415
|
-
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
415
|
+
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
416
416
|
:param pulumi.Input[str] ipv4_address: The IPv4 address
|
|
417
417
|
:param pulumi.Input[str] ipv4_address_private: The private networking IPv4 address
|
|
418
418
|
:param pulumi.Input[bool] ipv6: Boolean controlling if IPv6 is enabled. Defaults to false.
|
|
@@ -434,10 +434,10 @@ class _DropletState:
|
|
|
434
434
|
size when resizing a Droplet. It defaults to `true`. When set to `false`,
|
|
435
435
|
only the Droplet's RAM and CPU will be resized. **Increasing a Droplet's disk
|
|
436
436
|
size is a permanent change**. Increasing only RAM and CPU is reversible.
|
|
437
|
-
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You
|
|
437
|
+
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
438
438
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_keys: A list of SSH key IDs or fingerprints to enable in
|
|
439
439
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
440
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
440
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
441
441
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
442
442
|
be added or removed via this provider. Modifying this field will prompt you
|
|
443
443
|
to destroy and recreate the Droplet.
|
|
@@ -604,7 +604,7 @@ class _DropletState:
|
|
|
604
604
|
@pulumi.getter
|
|
605
605
|
def image(self) -> Optional[pulumi.Input[str]]:
|
|
606
606
|
"""
|
|
607
|
-
The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
607
|
+
The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
608
608
|
"""
|
|
609
609
|
return pulumi.get(self, "image")
|
|
610
610
|
|
|
@@ -779,7 +779,7 @@ class _DropletState:
|
|
|
779
779
|
@pulumi.getter
|
|
780
780
|
def size(self) -> Optional[pulumi.Input[Union[str, 'DropletSlug']]]:
|
|
781
781
|
"""
|
|
782
|
-
The unique slug that identifies the type of Droplet. You
|
|
782
|
+
The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
783
783
|
"""
|
|
784
784
|
return pulumi.get(self, "size")
|
|
785
785
|
|
|
@@ -793,7 +793,7 @@ class _DropletState:
|
|
|
793
793
|
"""
|
|
794
794
|
A list of SSH key IDs or fingerprints to enable in
|
|
795
795
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
796
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
796
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
797
797
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
798
798
|
be added or removed via this provider. Modifying this field will prompt you
|
|
799
799
|
to destroy and recreate the Droplet.
|
|
@@ -948,7 +948,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
948
948
|
should be gracefully shut down before it is deleted.
|
|
949
949
|
|
|
950
950
|
> **NOTE:** If you use `volume_ids` on a Droplet, this provider will assume management over the full set volumes for the instance, and treat additional volumes as a drift. For this reason, `volume_ids` must not be mixed with external `VolumeAttachment` resources for a given instance.
|
|
951
|
-
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
951
|
+
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
952
952
|
:param pulumi.Input[bool] ipv6: Boolean controlling if IPv6 is enabled. Defaults to false.
|
|
953
953
|
Once enabled for a Droplet, IPv6 can not be disabled. When enabling IPv6 on
|
|
954
954
|
an existing Droplet, [additional OS-level configuration](https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets)
|
|
@@ -965,10 +965,10 @@ class Droplet(pulumi.CustomResource):
|
|
|
965
965
|
size when resizing a Droplet. It defaults to `true`. When set to `false`,
|
|
966
966
|
only the Droplet's RAM and CPU will be resized. **Increasing a Droplet's disk
|
|
967
967
|
size is a permanent change**. Increasing only RAM and CPU is reversible.
|
|
968
|
-
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You
|
|
968
|
+
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
969
969
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_keys: A list of SSH key IDs or fingerprints to enable in
|
|
970
970
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
971
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
971
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
972
972
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
973
973
|
be added or removed via this provider. Modifying this field will prompt you
|
|
974
974
|
to destroy and recreate the Droplet.
|
|
@@ -1151,7 +1151,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
1151
1151
|
should be gracefully shut down before it is deleted.
|
|
1152
1152
|
|
|
1153
1153
|
> **NOTE:** If you use `volume_ids` on a Droplet, this provider will assume management over the full set volumes for the instance, and treat additional volumes as a drift. For this reason, `volume_ids` must not be mixed with external `VolumeAttachment` resources for a given instance.
|
|
1154
|
-
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
1154
|
+
:param pulumi.Input[str] image: The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
1155
1155
|
:param pulumi.Input[str] ipv4_address: The IPv4 address
|
|
1156
1156
|
:param pulumi.Input[str] ipv4_address_private: The private networking IPv4 address
|
|
1157
1157
|
:param pulumi.Input[bool] ipv6: Boolean controlling if IPv6 is enabled. Defaults to false.
|
|
@@ -1173,10 +1173,10 @@ class Droplet(pulumi.CustomResource):
|
|
|
1173
1173
|
size when resizing a Droplet. It defaults to `true`. When set to `false`,
|
|
1174
1174
|
only the Droplet's RAM and CPU will be resized. **Increasing a Droplet's disk
|
|
1175
1175
|
size is a permanent change**. Increasing only RAM and CPU is reversible.
|
|
1176
|
-
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You
|
|
1176
|
+
:param pulumi.Input[Union[str, 'DropletSlug']] size: The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
1177
1177
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] ssh_keys: A list of SSH key IDs or fingerprints to enable in
|
|
1178
1178
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
1179
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
1179
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
1180
1180
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
1181
1181
|
be added or removed via this provider. Modifying this field will prompt you
|
|
1182
1182
|
to destroy and recreate the Droplet.
|
|
@@ -1288,7 +1288,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
1288
1288
|
@pulumi.getter
|
|
1289
1289
|
def image(self) -> pulumi.Output[str]:
|
|
1290
1290
|
"""
|
|
1291
|
-
The Droplet image ID or slug. This could be either image ID or droplet snapshot ID.
|
|
1291
|
+
The Droplet image ID or slug. This could be either image ID or droplet snapshot ID. You can find image IDs and slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Images).
|
|
1292
1292
|
"""
|
|
1293
1293
|
return pulumi.get(self, "image")
|
|
1294
1294
|
|
|
@@ -1407,7 +1407,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
1407
1407
|
@pulumi.getter
|
|
1408
1408
|
def size(self) -> pulumi.Output[str]:
|
|
1409
1409
|
"""
|
|
1410
|
-
The unique slug that identifies the type of Droplet. You
|
|
1410
|
+
The unique slug that identifies the type of Droplet. You may list the available slugs using the [DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Sizes).
|
|
1411
1411
|
"""
|
|
1412
1412
|
return pulumi.get(self, "size")
|
|
1413
1413
|
|
|
@@ -1417,7 +1417,7 @@ class Droplet(pulumi.CustomResource):
|
|
|
1417
1417
|
"""
|
|
1418
1418
|
A list of SSH key IDs or fingerprints to enable in
|
|
1419
1419
|
the format `[12345, 123456]`. To retrieve this info, use the
|
|
1420
|
-
[DigitalOcean API](https://docs.digitalocean.com/reference/api/
|
|
1420
|
+
[DigitalOcean API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/SSH-Keys)
|
|
1421
1421
|
or CLI (`doctl compute ssh-key list`). Once a Droplet is created keys can not
|
|
1422
1422
|
be added or removed via this provider. Modifying this field will prompt you
|
|
1423
1423
|
to destroy and recreate the Droplet.
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_load_balancer.py
RENAMED
|
@@ -27,7 +27,7 @@ class GetLoadBalancerResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getLoadBalancer.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, algorithm=None, disable_lets_encrypt_dns_records=None, domains=None, droplet_ids=None, droplet_tag=None, enable_backend_keepalive=None, enable_proxy_protocol=None, firewalls=None, forwarding_rules=None, glb_settings=None, healthchecks=None, http_idle_timeout_seconds=None, id=None, ip=None, load_balancer_urn=None, name=None, network=None, project_id=None, redirect_http_to_https=None, region=None, size=None, size_unit=None, status=None, sticky_sessions=None, target_load_balancer_ids=None, type=None, vpc_uuid=None):
|
|
30
|
+
def __init__(__self__, algorithm=None, disable_lets_encrypt_dns_records=None, domains=None, droplet_ids=None, droplet_tag=None, enable_backend_keepalive=None, enable_proxy_protocol=None, firewalls=None, forwarding_rules=None, glb_settings=None, healthchecks=None, http_idle_timeout_seconds=None, id=None, ip=None, ipv6=None, load_balancer_urn=None, name=None, network=None, project_id=None, redirect_http_to_https=None, region=None, size=None, size_unit=None, status=None, sticky_sessions=None, target_load_balancer_ids=None, type=None, vpc_uuid=None):
|
|
31
31
|
if algorithm and not isinstance(algorithm, str):
|
|
32
32
|
raise TypeError("Expected argument 'algorithm' to be a str")
|
|
33
33
|
pulumi.set(__self__, "algorithm", algorithm)
|
|
@@ -70,6 +70,9 @@ class GetLoadBalancerResult:
|
|
|
70
70
|
if ip and not isinstance(ip, str):
|
|
71
71
|
raise TypeError("Expected argument 'ip' to be a str")
|
|
72
72
|
pulumi.set(__self__, "ip", ip)
|
|
73
|
+
if ipv6 and not isinstance(ipv6, str):
|
|
74
|
+
raise TypeError("Expected argument 'ipv6' to be a str")
|
|
75
|
+
pulumi.set(__self__, "ipv6", ipv6)
|
|
73
76
|
if load_balancer_urn and not isinstance(load_balancer_urn, str):
|
|
74
77
|
raise TypeError("Expected argument 'load_balancer_urn' to be a str")
|
|
75
78
|
pulumi.set(__self__, "load_balancer_urn", load_balancer_urn)
|
|
@@ -181,6 +184,11 @@ class GetLoadBalancerResult:
|
|
|
181
184
|
def ip(self) -> str:
|
|
182
185
|
return pulumi.get(self, "ip")
|
|
183
186
|
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter
|
|
189
|
+
def ipv6(self) -> str:
|
|
190
|
+
return pulumi.get(self, "ipv6")
|
|
191
|
+
|
|
184
192
|
@property
|
|
185
193
|
@pulumi.getter(name="loadBalancerUrn")
|
|
186
194
|
def load_balancer_urn(self) -> str:
|
|
@@ -267,6 +275,7 @@ class AwaitableGetLoadBalancerResult(GetLoadBalancerResult):
|
|
|
267
275
|
http_idle_timeout_seconds=self.http_idle_timeout_seconds,
|
|
268
276
|
id=self.id,
|
|
269
277
|
ip=self.ip,
|
|
278
|
+
ipv6=self.ipv6,
|
|
270
279
|
load_balancer_urn=self.load_balancer_urn,
|
|
271
280
|
name=self.name,
|
|
272
281
|
network=self.network,
|
|
@@ -339,6 +348,7 @@ def get_load_balancer(id: Optional[str] = None,
|
|
|
339
348
|
http_idle_timeout_seconds=pulumi.get(__ret__, 'http_idle_timeout_seconds'),
|
|
340
349
|
id=pulumi.get(__ret__, 'id'),
|
|
341
350
|
ip=pulumi.get(__ret__, 'ip'),
|
|
351
|
+
ipv6=pulumi.get(__ret__, 'ipv6'),
|
|
342
352
|
load_balancer_urn=pulumi.get(__ret__, 'load_balancer_urn'),
|
|
343
353
|
name=pulumi.get(__ret__, 'name'),
|
|
344
354
|
network=pulumi.get(__ret__, 'network'),
|
|
@@ -408,6 +418,7 @@ def get_load_balancer_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
408
418
|
http_idle_timeout_seconds=pulumi.get(__response__, 'http_idle_timeout_seconds'),
|
|
409
419
|
id=pulumi.get(__response__, 'id'),
|
|
410
420
|
ip=pulumi.get(__response__, 'ip'),
|
|
421
|
+
ipv6=pulumi.get(__response__, 'ipv6'),
|
|
411
422
|
load_balancer_urn=pulumi.get(__response__, 'load_balancer_urn'),
|
|
412
423
|
name=pulumi.get(__response__, 'name'),
|
|
413
424
|
network=pulumi.get(__response__, 'network'),
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/load_balancer.py
RENAMED
|
@@ -1476,7 +1476,7 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
1476
1476
|
|
|
1477
1477
|
@property
|
|
1478
1478
|
@pulumi.getter
|
|
1479
|
-
def type(self) -> pulumi.Output[
|
|
1479
|
+
def type(self) -> pulumi.Output[str]:
|
|
1480
1480
|
"""
|
|
1481
1481
|
The type of the Load Balancer. It must be either of `REGIONAL`, `REGIONAL_NETWORK`, or `GLOBAL`. Defaults to `REGIONAL`.
|
|
1482
1482
|
**NOTE**: non-`REGIONAL/GLOBAL` type may be part of closed beta feature and not available for public use.
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/monitor_alert.py
RENAMED
|
@@ -416,13 +416,11 @@ class MonitorAlert(pulumi.CustomResource):
|
|
|
416
416
|
window: Optional[pulumi.Input[str]] = None,
|
|
417
417
|
__props__=None):
|
|
418
418
|
"""
|
|
419
|
-
Provides a [DigitalOcean Monitoring](https://docs.digitalocean.com/reference/api/
|
|
419
|
+
Provides a [DigitalOcean Monitoring](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Monitoring)
|
|
420
420
|
resource. Monitor alerts can be configured to alert about, e.g., disk or memory
|
|
421
421
|
usage exceeding a certain threshold or traffic at a certain limit. Notifications
|
|
422
422
|
can be sent to either an email address or a Slack channel.
|
|
423
423
|
|
|
424
|
-
> **Note** Currently, the [DigitalOcean API](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_alert_policy) only supports creating alerts for Droplets.
|
|
425
|
-
|
|
426
424
|
## Import
|
|
427
425
|
|
|
428
426
|
Monitor alerts can be imported using the monitor alert `uuid`, e.g.
|
|
@@ -467,13 +465,11 @@ class MonitorAlert(pulumi.CustomResource):
|
|
|
467
465
|
args: MonitorAlertArgs,
|
|
468
466
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
469
467
|
"""
|
|
470
|
-
Provides a [DigitalOcean Monitoring](https://docs.digitalocean.com/reference/api/
|
|
468
|
+
Provides a [DigitalOcean Monitoring](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Monitoring)
|
|
471
469
|
resource. Monitor alerts can be configured to alert about, e.g., disk or memory
|
|
472
470
|
usage exceeding a certain threshold or traffic at a certain limit. Notifications
|
|
473
471
|
can be sent to either an email address or a Slack channel.
|
|
474
472
|
|
|
475
|
-
> **Note** Currently, the [DigitalOcean API](https://docs.digitalocean.com/reference/api/api-reference/#operation/create_alert_policy) only supports creating alerts for Droplets.
|
|
476
|
-
|
|
477
473
|
## Import
|
|
478
474
|
|
|
479
475
|
Monitor alerts can be imported using the monitor alert `uuid`, e.g.
|
|
@@ -2258,7 +2258,7 @@ class AppSpecJob(dict):
|
|
|
2258
2258
|
:param 'AppSpecJobGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
2259
2259
|
:param 'AppSpecJobImageArgs' image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
2260
2260
|
:param int instance_count: The amount of instances that this component should be scaled to.
|
|
2261
|
-
:param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
2261
|
+
:param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
2262
2262
|
:param str kind: The type of job and when it will be run during the deployment process. It may be one of:
|
|
2263
2263
|
- `UNSPECIFIED`: Default job type, will auto-complete to POST_DEPLOY kind.
|
|
2264
2264
|
- `PRE_DEPLOY`: Indicates a job that runs before an app deployment.
|
|
@@ -2405,7 +2405,7 @@ class AppSpecJob(dict):
|
|
|
2405
2405
|
@pulumi.getter(name="instanceSizeSlug")
|
|
2406
2406
|
def instance_size_slug(self) -> Optional[str]:
|
|
2407
2407
|
"""
|
|
2408
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
2408
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
2409
2409
|
"""
|
|
2410
2410
|
return pulumi.get(self, "instance_size_slug")
|
|
2411
2411
|
|
|
@@ -3321,7 +3321,7 @@ class AppSpecService(dict):
|
|
|
3321
3321
|
:param int http_port: The internal port on which this service's run command will listen.
|
|
3322
3322
|
:param 'AppSpecServiceImageArgs' image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
3323
3323
|
:param int instance_count: The amount of instances that this component should be scaled to.
|
|
3324
|
-
:param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
3324
|
+
:param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
3325
3325
|
:param Sequence[int] internal_ports: A list of ports on which this service will listen for internal traffic.
|
|
3326
3326
|
:param Sequence['AppSpecServiceLogDestinationArgs'] log_destinations: Describes a log forwarding destination.
|
|
3327
3327
|
:param Sequence['AppSpecServiceRouteArgs'] routes: An HTTP paths that should be routed to this component.
|
|
@@ -3508,7 +3508,7 @@ class AppSpecService(dict):
|
|
|
3508
3508
|
@pulumi.getter(name="instanceSizeSlug")
|
|
3509
3509
|
def instance_size_slug(self) -> Optional[str]:
|
|
3510
3510
|
"""
|
|
3511
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
3511
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
3512
3512
|
"""
|
|
3513
3513
|
return pulumi.get(self, "instance_size_slug")
|
|
3514
3514
|
|
|
@@ -5557,7 +5557,7 @@ class AppSpecWorker(dict):
|
|
|
5557
5557
|
:param 'AppSpecWorkerGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
5558
5558
|
:param 'AppSpecWorkerImageArgs' image: An image to use as the component's source. Only one of `git`, `github`, `gitlab`, or `image` may be set.
|
|
5559
5559
|
:param int instance_count: The amount of instances that this component should be scaled to.
|
|
5560
|
-
:param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
5560
|
+
:param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
5561
5561
|
:param Sequence['AppSpecWorkerLogDestinationArgs'] log_destinations: Describes a log forwarding destination.
|
|
5562
5562
|
:param str run_command: An optional run command to override the component's default.
|
|
5563
5563
|
:param str source_dir: An optional path to the working directory to use for the build.
|
|
@@ -5707,7 +5707,7 @@ class AppSpecWorker(dict):
|
|
|
5707
5707
|
@pulumi.getter(name="instanceSizeSlug")
|
|
5708
5708
|
def instance_size_slug(self) -> Optional[str]:
|
|
5709
5709
|
"""
|
|
5710
|
-
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/
|
|
5710
|
+
The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Apps/operation/apps_list_instanceSizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs`
|
|
5711
5711
|
"""
|
|
5712
5712
|
return pulumi.get(self, "instance_size_slug")
|
|
5713
5713
|
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/uptime_alert.py
RENAMED
|
@@ -269,8 +269,8 @@ class UptimeAlert(pulumi.CustomResource):
|
|
|
269
269
|
type: Optional[pulumi.Input[str]] = None,
|
|
270
270
|
__props__=None):
|
|
271
271
|
"""
|
|
272
|
-
Provides a [DigitalOcean Uptime Alerts](https://docs.digitalocean.com/reference/api/
|
|
273
|
-
resource. Uptime Alerts provide the ability to add alerts to your [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/
|
|
272
|
+
Provides a [DigitalOcean Uptime Alerts](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Uptime/operation/uptime_create_alert)
|
|
273
|
+
resource. Uptime Alerts provide the ability to add alerts to your [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Uptime) when your endpoints are slow, unavailable, or SSL certificates are expiring.
|
|
274
274
|
|
|
275
275
|
## Import
|
|
276
276
|
|
|
@@ -299,8 +299,8 @@ class UptimeAlert(pulumi.CustomResource):
|
|
|
299
299
|
args: UptimeAlertArgs,
|
|
300
300
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
301
301
|
"""
|
|
302
|
-
Provides a [DigitalOcean Uptime Alerts](https://docs.digitalocean.com/reference/api/
|
|
303
|
-
resource. Uptime Alerts provide the ability to add alerts to your [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/
|
|
302
|
+
Provides a [DigitalOcean Uptime Alerts](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Uptime/operation/uptime_create_alert)
|
|
303
|
+
resource. Uptime Alerts provide the ability to add alerts to your [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Uptime) when your endpoints are slow, unavailable, or SSL certificates are expiring.
|
|
304
304
|
|
|
305
305
|
## Import
|
|
306
306
|
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/uptime_check.py
RENAMED
|
@@ -203,7 +203,7 @@ class UptimeCheck(pulumi.CustomResource):
|
|
|
203
203
|
type: Optional[pulumi.Input[str]] = None,
|
|
204
204
|
__props__=None):
|
|
205
205
|
"""
|
|
206
|
-
Provides a [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/
|
|
206
|
+
Provides a [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Uptime)
|
|
207
207
|
resource. Uptime Checks provide the ability to monitor your endpoints from around the world, and alert you when they're slow, unavailable, or SSL certificates are expiring.
|
|
208
208
|
|
|
209
209
|
## Import
|
|
@@ -229,7 +229,7 @@ class UptimeCheck(pulumi.CustomResource):
|
|
|
229
229
|
args: UptimeCheckArgs,
|
|
230
230
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
231
231
|
"""
|
|
232
|
-
Provides a [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/
|
|
232
|
+
Provides a [DigitalOcean Uptime Checks](https://docs.digitalocean.com/reference/api/digitalocean/#tag/Uptime)
|
|
233
233
|
resource. Uptime Checks provide the ability to monitor your endpoints from around the world, and alert you when they're slow, unavailable, or SSL certificates are expiring.
|
|
234
234
|
|
|
235
235
|
## Import
|
|
@@ -218,7 +218,7 @@ class Vpc(pulumi.CustomResource):
|
|
|
218
218
|
region: Optional[pulumi.Input[str]] = None,
|
|
219
219
|
__props__=None):
|
|
220
220
|
"""
|
|
221
|
-
Provides a [DigitalOcean VPC](https://docs.digitalocean.com/reference/api/
|
|
221
|
+
Provides a [DigitalOcean VPC](https://docs.digitalocean.com/reference/api/digitalocean/#tag/VPCs) resource.
|
|
222
222
|
|
|
223
223
|
VPCs are virtual networks containing resources that can communicate with each
|
|
224
224
|
other in full isolation, using private IP addresses.
|
|
@@ -278,7 +278,7 @@ class Vpc(pulumi.CustomResource):
|
|
|
278
278
|
args: VpcArgs,
|
|
279
279
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
280
280
|
"""
|
|
281
|
-
Provides a [DigitalOcean VPC](https://docs.digitalocean.com/reference/api/
|
|
281
|
+
Provides a [DigitalOcean VPC](https://docs.digitalocean.com/reference/api/digitalocean/#tag/VPCs) resource.
|
|
282
282
|
|
|
283
283
|
VPCs are virtual networks containing resources that can communicate with each
|
|
284
284
|
other in full isolation, using private IP addresses.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/certificate.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/config/__init__.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/config/__init__.pyi
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/config/vars.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/container_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_db.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_firewall.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_replica.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/database_user.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/droplet_autoscale.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/droplet_snapshot.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/floating_ip.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_account.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_certificate.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_ca.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_database_user.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_domains.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_droplet.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_droplets.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_firewall.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_floating_ip.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_project.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_projects.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_records.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_regions.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_reserved_ip.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_reserved_ipv6.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_spaces_bucket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_spaces_buckets.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_ssh_key.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_ssh_keys.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_volume_snapshot.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/get_vpc_peering.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/kubernetes_cluster.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/project_resources.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/reserved_ip.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/reserved_ipv6.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/spaces_bucket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/volume_attachment.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/volume_snapshot.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean/vpc_peering.py
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulumi_digitalocean-4.40.1 → pulumi_digitalocean-4.40.2}/pulumi_digitalocean.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|