Class GetIpRangesResult
Inheritance
Inherited Members
Namespace: Pulumi.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class GetIpRangesResult
Fields
View SourceAgentsIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the agent endpoint.
Declaration
public readonly ImmutableArray<string> AgentsIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AgentsIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the agent endpoint.
Declaration
public readonly ImmutableArray<string> AgentsIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ApiIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the api endpoint.
Declaration
public readonly ImmutableArray<string> ApiIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ApiIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the api endpoint.
Declaration
public readonly ImmutableArray<string> ApiIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ApmIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the apm endpoint.
Declaration
public readonly ImmutableArray<string> ApmIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ApmIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the apm endpoint.
Declaration
public readonly ImmutableArray<string> ApmIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LogsIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the logs endpoint.
Declaration
public readonly ImmutableArray<string> LogsIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
LogsIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the logs endpoint.
Declaration
public readonly ImmutableArray<string> LogsIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ProcessIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the process endpoint.
Declaration
public readonly ImmutableArray<string> ProcessIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ProcessIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the process endpoint.
Declaration
public readonly ImmutableArray<string> ProcessIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SyntheticsIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the synthetics endpoint.
Declaration
public readonly ImmutableArray<string> SyntheticsIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
SyntheticsIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the synthetics endpoint.
Declaration
public readonly ImmutableArray<string> SyntheticsIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
WebhooksIpv4s
An Array of IPv4 addresses in CIDR format specifying the A records for the webhooks endpoint.
Declaration
public readonly ImmutableArray<string> WebhooksIpv4s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
WebhooksIpv6s
An Array of IPv6 addresses in CIDR format specifying the A records for the webhooks endpoint.
Declaration
public readonly ImmutableArray<string> WebhooksIpv6s
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |