C# Class CloudInit.Notification.Core.CloudInitSession

Information about the current CloudInit session
Mostra file Open project: bwight/CloudInit.NET Class Usage Examples

Public Methods

Method Description
CloudInitSession ( String logData ) : System

Initializes a new instance of the CloudInitSession class.

Private Methods

Method Description
GetNetworkAddress ( ) : String

Gets the network address of the local machine

Method Details

CloudInitSession() public method

Initializes a new instance of the CloudInitSession class.
public CloudInitSession ( String logData ) : System
logData String The data from the log file
return System