Class GetResourcePolicyArgs
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 GetResourcePolicyArgs : InvokeArgs
Constructors
View SourceGetResourcePolicyArgs()
Declaration
public GetResourcePolicyArgs()
Properties
View SourceName
The name of the Resource Policy.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
Project from which to list the Resource Policy. Defaults to project declared in the provider.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
Region where the Resource Policy resides.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |