Show / Hide Table of Contents

Class ElastigroupSubnetArgs

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

Constructors

View Source

ElastigroupSubnetArgs()

Declaration
public ElastigroupSubnetArgs()

Properties

View Source

Region

The region for the group of subnets.

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

SubnetNames

The names of the subnets in the region.

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