ConoHaNet.OpenStackMember.ChangeVideoDevice C# (CSharp) Method

ChangeVideoDevice() public method

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