Class ElastigroupSubnetArgs
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.SpotInst.Gcp.Inputs
Assembly: Pulumi.SpotInst.dll
Syntax
public sealed class ElastigroupSubnetArgs : ResourceArgs
Constructors
View SourceElastigroupSubnetArgs()
Declaration
public ElastigroupSubnetArgs()
Properties
View SourceRegion
The region for the group of subnets.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetNames
The names of the subnets in the region.
Declaration
public InputList<string> SubnetNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |