DeviceManagedNetworks

class DeviceManagedNetworks : KotlinCustomResource

Deprecated

cloudflare.index/devicemanagednetworks.DeviceManagedNetworks has been deprecated in favor of cloudflare.index/zerotrustdevicemanagednetworks.ZeroTrustDeviceManagedNetworks

Example Usage

resources:
exampleZeroTrustDeviceManagedNetworks:
type: cloudflare:ZeroTrustDeviceManagedNetworks
name: example_zero_trust_device_managed_networks
properties:
accountId: 699d98642c564d2e855e9661899b7252
config:
tls_sockaddr: foo.bar:1234
sha256: b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b878ae4944c
name: managed-network-1
type: tls

Import

$ pulumi import cloudflare:index/deviceManagedNetworks:DeviceManagedNetworks example '<account_id>/<network_id>'

Properties

Link copied to clipboard
val accountId: Output<String>
Link copied to clipboard

The configuration object containing information for the WARP client to detect the managed network.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the device managed network. This name must be unique.

Link copied to clipboard
val networkId: Output<String>

API UUID.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

The type of device managed network. Available values: "tls".

Link copied to clipboard
val urn: Output<String>