Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider creates the Dimension Data Cloud resource provider.
Types ¶
type ProviderSettings ¶
type ProviderSettings struct { // Allow rebooting of ddcloud_server instances if required during an update? // // For example, servers must be rebooted to add or remove network adapters. AllowServerReboots bool // The period of time between retry attempts for asynchronous operations. RetryDelay time.Duration // The period of time before retrying of asynchronous operations time out. RetryTimeout time.Duration }
ProviderSettings represents the configuration for the ddcloud provider.
Source Files ¶
- datasource_addresslist.go
- datasource_networkdomain.go
- datasource_pfx.go
- datasource_vlan.go
- provider.go
- public_ip_block.go
- resource_address.go
- resource_address_list.go
- resource_firewall_rule.go
- resource_helper.go
- resource_ip_address_block.go
- resource_ip_address_reservation.go
- resource_nat.go
- resource_network_adapter.go
- resource_networkdomain.go
- resource_networkdomain_firewall_rule.go
- resource_port_list.go
- resource_server.go
- resource_server_anti_affinity.go
- resource_server_backup.go
- resource_server_configuration.go
- resource_server_disks.go
- resource_server_image.go
- resource_server_migrate.go
- resource_server_network_adapter.go
- resource_ssl_certificate_chain.go
- resource_ssl_domain_certificate.go
- resource_ssl_offload_profile.go
- resource_static_route.go
- resource_storage_controller.go
- resource_tag.go
- resource_vip_node.go
- resource_vip_pool.go
- resource_vip_pool_member.go
- resource_virtual_listener.go
- resource_vlan.go
- tag_helpers.go
- utils.go
Click to show internal directories.
Click to hide internal directories.