Class ProjectsResource.LocationsResource.TerraformVersionsResource
The "terraformVersions" collection of methods.
Inherited Members
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TerraformVersionsResource
Constructors
TerraformVersionsResource(IClientService)
Constructs a new resource.
Declaration
public TerraformVersionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets details about a TerraformVersion.
Declaration
public virtual ProjectsResource.LocationsResource.TerraformVersionsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the TerraformVersion. Format: 'projects/{project_id}/locations/{location}/terraformVersions/{terraform_version}' |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TerraformVersionsResource.GetRequest |
List(string)
Lists TerraformVersions in a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.TerraformVersionsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent in whose context the TerraformVersions are listed. The parent value is in the format: 'projects/{project_id}/locations/{location}'. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.TerraformVersionsResource.ListRequest |