Show / Hide Table of Contents

Class ImageAccessState

Inheritance
System.Object
InputArgs
ResourceArgs
ImageAccessState
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.OpenStack.Images
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class ImageAccessState : ResourceArgs

Constructors

View Source

ImageAccessState()

Declaration
public ImageAccessState()

Properties

View Source

CreatedAt

The date the image access was created.

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

ImageId

The image ID.

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

MemberId

The member ID, e.g. the target project ID.

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

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>
View Source

Schema

The member schema.

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

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>
View Source

UpdatedAt

The date the image access was last updated.

Declaration
public Input<string> UpdatedAt { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.