Class SharedVPCServiceProjectState
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.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SharedVPCServiceProjectState : ResourceArgs
Constructors
View SourceSharedVPCServiceProjectState()
Declaration
public SharedVPCServiceProjectState()
Properties
View SourceHostProject
The ID of a host project to associate.
Declaration
public Input<string> HostProject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceProject
The ID of the project that will serve as a Shared VPC service project.
Declaration
public Input<string> ServiceProject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |