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.Github
Assembly: Pulumi.Github.dll
Syntax
public sealed class GetIpRangesResult
Fields
View SourceGits
An Array of IP addresses in CIDR format specifying the Git servers.
Declaration
public readonly ImmutableArray<string> Gits
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Hooks
An Array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from.
Declaration
public readonly ImmutableArray<string> Hooks
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 |
Importers
An Array of IP addresses in CIDR format specifying the A records for GitHub Importer.
Declaration
public readonly ImmutableArray<string> Importers
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Pages
An Array of IP addresses in CIDR format specifying the A records for GitHub Pages.
Declaration
public readonly ImmutableArray<string> Pages
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |