Show / Hide Table of Contents

Class SharedVPCHostProjectState

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

Constructors

View Source

SharedVPCHostProjectState()

Declaration
public SharedVPCHostProjectState()

Properties

View Source

Project

The ID of the project that will serve as a Shared VPC host project

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