Class InstanceNetworkArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class InstanceNetworkArgs : ResourceArgs
Constructors
View SourceInstanceNetworkArgs()
Declaration
public InstanceNetworkArgs()
Properties
View SourceIpAddresses
A list of IPv4 or IPv6 addresses.
Declaration
public InputList<string> IpAddresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
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> |
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> |
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> |