ConoHaNet.OpenStackMember.AttachSecurityGroup C# (CSharp) 메소드

AttachSecurityGroup() 개인적인 메소드

private AttachSecurityGroup ( string serverId, string groupName ) : bool
serverId string
groupName string
리턴 bool
        public bool AttachSecurityGroup(string serverId, string groupName)
        {
            return ServersProvider.AddSecurityGroup(serverId, groupName, this.DefaultRegion, this.Identity);
        }
OpenStackMember