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

ChangeVideoDevice() public méthode

public ChangeVideoDevice ( string serverId, string hwVideoModel ) : bool
serverId string
hwVideoModel string
Résultat bool
        public bool ChangeVideoDevice(string serverId, string hwVideoModel)
        {
            return ServersProvider.ChangeVideoDevice(serverId, hwVideoModel, this.DefaultRegion, this.Identity);
        }
OpenStackMember