Show / Hide Table of Contents

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 Source

Description

Description of this subnetwork.

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

GatewayAddress

The IP address of the gateway.

Declaration
public readonly string GatewayAddress
Field Value
Type Description
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

IpCidrRange

The range of IP addresses belonging to this subnetwork secondary range.

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

Name

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

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

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

Project

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

Region

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

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

SelfLink

Declaration
public readonly string SelfLink
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.