Class ImageAccessArgs
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.OpenStack.Images
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ImageAccessArgs : ResourceArgs
Constructors
View SourceImageAccessArgs()
Declaration
public ImageAccessArgs()
Properties
View SourceImageId
The image ID.
Declaration
public Input<string> ImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MemberId
The member ID, e.g. the target project ID.
Declaration
public Input<string> MemberId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Glance client.
A Glance client is needed to manage Image members. If omitted, the region
argument of the provider is used. Changing this creates a new resource.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The member proposal status. Optional if admin wants to
force the member proposal acceptance. Can either be accepted, rejected or
pending. Defaults to pending. Foridden for non-admin users.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |