Class InstancePersonalityGetArgs
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.Compute.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class InstancePersonalityGetArgs : ResourceArgs
Constructors
View SourceInstancePersonalityGetArgs()
Declaration
public InstancePersonalityGetArgs()
Properties
View SourceContent
The contents of the file. Limited to 255 bytes.
Declaration
public Input<string> Content { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
File
The absolute path of the destination file.
Declaration
public Input<string> File { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |