ConoHaNet.OpenStackMember.AttachSecurityGroup C# (CSharp) Méthode

AttachSecurityGroup() private méthode

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