Show / Hide Table of Contents

Class InstanceNetwork

Inheritance
System.Object
InstanceNetwork
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.Filestore.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetwork

Fields

View Source

IpAddresses

A list of IPv4 or IPv6 addresses.

Declaration
public readonly ImmutableArray<string> IpAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Modes

IP versions for which the instance has IP addresses assigned.

Declaration
public readonly ImmutableArray<string> Modes
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Network

The name of the GCE VPC network to which the instance is connected.

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

ReservedIpRange

A /29 CIDR block that identifies the range of IP addresses reserved for this instance.

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