Class ImageAccessAcceptState
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 ImageAccessAcceptState : ResourceArgs
Constructors
View SourceImageAccessAcceptState()
Declaration
public ImageAccessAcceptState()
Properties
View SourceCreatedAt
The date the image membership was created.
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ImageId
The proposed 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. Optional for admin accounts. Defaults to the current scope 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 memberships. If omitted, the
region argument of the provider is used. Changing this creates a new
membership.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Schema
The membership schema.
Declaration
public Input<string> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Status
The membership proposal status. Can either be
accepted, rejected or pending.
Declaration
public Input<string> Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdatedAt
The date the image membership was last updated.
Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |