Class GetSubnetworkResult
Inheritance
System.Object
GetSubnetworkResult
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.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetSubnetworkResult
Fields
View SourceDescription
Description of this subnetwork.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
GatewayAddress
The IP address of the gateway.
Declaration
public readonly string GatewayAddress
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpCidrRange
The range of IP addresses belonging to this subnetwork secondary range.
Declaration
public readonly string IpCidrRange
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Network
The network name or resource link to the parent network of this subnetwork.
Declaration
public readonly string Network
Field Value
| Type | Description |
|---|---|
| System.String |
PrivateIpGoogleAccess
Whether the VMs in this subnet can access Google services without assigned external IP addresses.
Declaration
public readonly bool PrivateIpGoogleAccess
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
Region
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
SecondaryIpRanges
An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. Structure is documented below.
Declaration
public readonly ImmutableArray<GetSubnetworkSecondaryIpRangeResult> SecondaryIpRanges
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetSubnetworkSecondaryIpRangeResult> |
SelfLink
Declaration
public readonly string SelfLink
Field Value
| Type | Description |
|---|---|
| System.String |