Rackspace.Cloud.Server.Agent.Configuration.ProviderData.ProviderData C# (CSharp) 메소드

ProviderData() 공개 메소드

public ProviderData ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public ProviderData()
        {
            roles = new List<string>();
            ip_whitelist = new List<string>();
            white_List_Ips = new List<string>();
        }
ProviderData