Personality Class |
Namespace: OpenStack.Compute.v2_1
The Personality type exposes the following members.
Name | Description | |
---|---|---|
Personality(String, Byte) |
Initializes a new instance of the Personality class with the specified
path and contents.
| |
Personality(String, String) |
Initializes a new instance of the Personality class with the specified
path and text content, using UTF8 for the content encoding.
| |
Personality(String, String, Encoding) |
Initializes a new instance of the Personality class with the specified
path, text content, and context encoding.
|
Name | Description | |
---|---|---|
Content |
The contents of the file to create on the target file system.
| |
Path |
The path of the file to create on the target file system.
|