Show / Hide Table of Contents

Class GetIpRangesResult

Inheritance
System.Object
GetIpRangesResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class GetIpRangesResult

Fields

View Source

AgentsIpv4s

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.