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 SourceIpAddresses
A list of IPv4 or IPv6 addresses.
Declaration
public readonly ImmutableArray<string> IpAddresses
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
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> |
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 |
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 |