Class SharedVPCServiceProjectArgs
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 SharedVPCServiceProjectArgs : ResourceArgs
Constructors
View SourceSharedVPCServiceProjectArgs()
Declaration
public SharedVPCServiceProjectArgs()
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> |