Show / Hide Table of Contents

Class SharedVPCServiceProjectArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SharedVPCServiceProjectArgs
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 SharedVPCServiceProjectArgs : ResourceArgs

Constructors

View Source

SharedVPCServiceProjectArgs()

Declaration
public SharedVPCServiceProjectArgs()

Properties

View Source

HostProject

The ID of a host project to associate.

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.