Show / Hide Table of Contents

Class InstanceNetworkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
InstanceNetworkArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetworkArgs : ResourceArgs

Constructors

View Source

InstanceNetworkArgs()

Declaration
public InstanceNetworkArgs()

Properties

View Source

IpAddresses

A list of IPv4 or IPv6 addresses.

Declaration
public InputList<string> IpAddresses { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Modes

IP versions for which the instance has IP addresses assigned.

Declaration
public InputList<string> Modes { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Network

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

Declaration
public Input<string> Network { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ReservedIpRange

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

Declaration
public Input<string> ReservedIpRange { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.